Package Details: ungoogled-chromium 125.0.6422.60-3

Git Clone URL: https://aur.archlinux.org/ungoogled-chromium.git (read-only, click to copy)
Package Base: ungoogled-chromium
Description: A lightweight approach to removing Google web service dependency
Upstream URL: https://github.com/ungoogled-software/ungoogled-chromium
Keywords: blink browser privacy web
Licenses: BSD-3-Clause
Conflicts: chromedriver, chromium
Provides: chromedriver, chromium
Submitter: ilikenwf
Maintainer: seppia (JstKddng)
Last Packager: JstKddng
Votes: 343
Popularity: 3.30
First Submitted: 2016-12-19 08:08 (UTC)
Last Updated: 2024-05-20 13:50 (UTC)

Required by (119)

Sources (14)

Pinned Comments

JstKddng commented on 2022-05-06 14:37 (UTC) (edited on 2022-06-27 13:48 (UTC) by JstKddng)

A new va-api patch for wayland has been added. Required flags for it to work are the following, thanks to @acidunit

--disable-features=UseChromeOSDirectVideoDecoder
--enable-hardware-overlays

JstKddng commented on 2020-07-19 06:34 (UTC)

You can get prebuilt binaries here:

https://github.com/ungoogled-software/ungoogled-chromium-archlinux#binary-downloads

seppia commented on 2018-12-12 21:34 (UTC)

Please do NOT flag this package as out of date in relation to official chromium releases.

This is NOT Google Chromium and new releases come after additional work of the ungoogled-chromium contributors, so they may not be ready, nor available for days or even weeks after a new version of official chromium is released.

Please refer to https://github.com/Eloston/ungoogled-chromium/tags for ungoogled-chromium releases. Use those and please flag this package as out of date only if a newer release is present there. I will update the PKGBUILD as soon as I can every time a new release comes out.

Thanks

Latest Comments

« First ‹ Previous 1 .. 3 4 5 6 7 8 9 10 11 12 13 .. 65 Next › Last »

jronald commented on 2022-07-18 00:53 (UTC)

Why is checksum "SKIP" for ungoogled-chromium-103.0.5060.114-1.tar.gz?

GC268DM commented on 2022-07-12 14:44 (UTC) (edited on 2022-07-15 14:04 (UTC) by GC268DM)

Built for 8 hours

configure: error: Library protobuf-lite = 3.21.2 needed for chromecast was not found
==> ERROR: A failure occurred in build().
    Aborting...

I could solve the issue on vlc-git (had the same issue there). I removed the installed protobuf and replaced it with the self-compiled git package:

https://aur.archlinux.org/pkgbase/protobuf-git

Then the version changed to the correct one:

Removing protobuf (21.2-1)...                                                                                                                                                                                                          [1/1]
Installing protobuf-git (3.21.1.r253.ga97262655-1)...

A version which I could not get via pacman or pip

Now the build works on vlc-git. I will update this comment once I could verify that ungoogled-chromium works now for me as well again

JstKddng commented on 2022-07-12 14:34 (UTC)

@ijann

If you don't want to compile you can always use prebuilt binaries. https://github.com/ungoogled-software/ungoogled-chromium-archlinux#binary-downloads

You can watch youtube videos without problems. If you want to view DRM protected content like udemy you have to install this package as well

ijann commented on 2022-07-12 13:53 (UTC)

Hello, this Chromium package Does it allow the reproduction of videos like Udemy, YouTube? or I have to make a separate configuration, I ask why it takes 24 hrs to build the binary, In my PC it takes that time.

JstKddng commented on 2022-07-09 00:13 (UTC)

@ijann

sorry, I don't use appimage, ask the appimage maintainer.

ijann commented on 2022-07-08 12:24 (UTC)

chromium It does not work with udemy :/

https://ungoogled-software.github.io/ungoogled-chromium-binaries/

I download this Appimage file, any way to play Udemy videos?

JstKddng commented on 2022-06-27 13:48 (UTC)

thanks @acidunit , too bad the vaapi patch doesn't work for 103.x though.

acidunit commented on 2022-06-27 12:19 (UTC)

You do not need --disable-gpu-memory-buffer-compositor-resources and --disable-gpu-memory-buffer-video-frames anymore, the required flags are:

--disable-features=UseChromeOSDirectVideoDecoder
--enable-hardware-overlays

JstKddng commented on 2022-06-23 12:21 (UTC)

@whitecatkeke

indeed, the patch that was being used fails in this version of chromium