Package Details: ungoogled-chromium 131.0.6778.85-1

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: JstKddng (networkException)
Last Packager: networkException
Votes: 354
Popularity: 5.23
First Submitted: 2016-12-19 08:08 (UTC)
Last Updated: 2024-11-20 21:14 (UTC)

Dependencies (54)

Required by (136)

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 .. 50 51 52 53 54 55 56 57 58 59 60 .. 66 Next › Last »

Scrumplex commented on 2019-03-08 20:48 (UTC) (edited on 2019-03-09 07:53 (UTC) by Scrumplex)

@romero I think this should be expected, as Chromium is a large project. It takes around two hours on my Xeon E3 1230v5 on an HDD. You could always use one of the precompiled binaries or packages.

romero commented on 2019-03-08 15:43 (UTC)

Do have same CPU Problem. 100% usage and compilation takes 5-6 hours. (ThinkPad X220; 8GB RAM; Intel i7-2640M; i3wm; Manjaro X86_64; Kernel 4.19.24-1-MANJARO)

Pegasov commented on 2019-03-07 09:58 (UTC)

OK, so cleanbuild helped and the package compiled without any problems after removing it first. Update didn't work however

Pegasov commented on 2019-03-06 11:15 (UTC) (edited on 2019-03-06 14:48 (UTC) by Pegasov)

Update to 72.0.3626.109 doesn't seem to work. I get an error which looks like this: ==> Starting prepare()... -> Pruning binaries python: can't open file '/ungoogled-chromium-72.0.3626.109-1/run_buildkit_cli.py': [Errno 2] No such file or directory ==> ERROR: A failure occurred in prepare(). Aborting...

suroa commented on 2019-02-18 17:30 (UTC)

How do I disable the jumbo build? I have 16GiB of RAM and during build time I have to disable everything on my computer in order for it to not crash.

evernow commented on 2019-01-20 02:24 (UTC)

This is weird. When I try to install this, my CPU usage goes to 100%, the OS starts locking up. Can't install it

dodamn commented on 2019-01-02 13:39 (UTC)

I've updated ungoogled-chromium from 69.0.3497.100-2 to 71.0.3578.98-2. Now, I cannot login Gmail. uc says cookie problems.

I'm using uc with "Block third-party cookies". After I turn off "Block third-party cookies", I can login Gmail.

Why does this happen on ver.71? At ver.69 and previous versions, there were not problems with "Block third-party cookies".

tzekid commented on 2018-12-26 15:51 (UTC)

Hey, I'm getting an error while trying to build the package. Any ideas how I can get it working?

Here's the error dump:

[5421/17722] ACTION //third_party/blink/renderer/core:make...ated_cssom_types(//build/toolchain/linux/unbundle:default)
FAILED: gen/third_party/blink/renderer/core/cssom_keywords.cc gen/third_party/blink/renderer/core/cssom_types.cc
/usr/bin/python2 ../../third_party/blink/renderer/build/scripts/core/css/make_cssom_types.py ../../third_party/blink/renderer/core/css/css_properties.json5 ../../third_party/blink/renderer/core/css/computed_style_field_aliases.json5 --output_dir gen/third_party/blink/renderer/core --gperf gperf
Traceback (most recent call last):
  File "../../third_party/blink/renderer/build/scripts/core/css/make_cssom_types.py", line 10, in <module>
    from core.css import css_properties
ImportError: No module named css
[5426/17722] ACTION //third_party/angle/third_party/vulkan..._wrappers_helper(//build/toolchain/linux/unbundle:default)
ninja: build stopped: subcommand failed.
==> ERROR: A failure occurred in build().
    Aborting...

seppia commented on 2018-12-19 10:46 (UTC)

@bsdice Thanks, my mistake. Updated the PKGBUILD.

bsdice commented on 2018-12-19 09:54 (UTC) (edited on 2018-12-19 09:55 (UTC) by bsdice)

@tuborg @seppia To clarify, with latest PKGBUILD jsoncpp is not only a "makedepends" but a real "depends".

To reproduce, list superfluous packages: pacman -Qtdq

Then remove them all, including their dependencies: pacman -Runs <list>

$ chromium /usr/lib/chromium/chromium: error while loading shared libraries: libjsoncpp.so.20: cannot open shared object file: No such file or directory

Temp fix: pacman -S --asdeps jsoncpp

Thanks anyhow for keeping this aluhut-package up-to-date, voted +1.