Package Details: ungoogled-chromium 129.0.6668.58-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: 349
Popularity: 1.50
First Submitted: 2016-12-19 08:08 (UTC)
Last Updated: 2024-09-22 18:34 (UTC)

Dependencies (49)

Required by (131)

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 »

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.

nticompass commented on 2018-12-18 17:49 (UTC)

I am getting an error when patching! I'm not sure what happened. I was compiling it with clang/ThinLTO, then got a linker error. I went to remove the ThinLTO flags, and when I tried again I got an error in patching:

2018-12-18 12:46:05,620 - INFO: * Applying add-third-party-ungoogled.patch (74/134)
2018-12-18 12:46:05,620 - DEBUG: /usr/bin/patch -p1 --ignore-whitespace -i /tmp/makepkg/ungoogled-chromium/src/ungoogled-chromium-71.0.3578.98-2/patches/ungoogled-chromium/add-third-party-ungoogled.patch -d . --no-backup-if-mismatch --forward
The next patch would create the file third_party/ungoogled/BUILD.gn,
which already exists!  Skipping patch.
1 out of 1 hunk ignored
The next patch would create the file third_party/ungoogled/ungoogled_switches.cc,
which already exists!  Skipping patch.
1 out of 1 hunk ignored
The next patch would create the file third_party/ungoogled/ungoogled_switches.h,
which already exists!  Skipping patch.
1 out of 1 hunk ignored
2018-12-18 12:46:05,622 - ERROR: Unexpected exception caught.
Traceback (most recent call last):
  File "/tmp/makepkg/ungoogled-chromium/src/ungoogled-chromium-71.0.3578.98-2/buildkit/cli.py", line 384, in main
    args.callback(args=args)
  File "/tmp/makepkg/ungoogled-chromium/src/ungoogled-chromium-71.0.3578.98-2/buildkit/cli.py", line 232, in _apply_callback
    patch_bin_path=args.patch_bin)
  File "/tmp/makepkg/ungoogled-chromium/src/ungoogled-chromium-71.0.3578.98-2/buildkit/patches.py", line 95, in apply_patches
    subprocess.run(cmd, check=True)
  File "/usr/lib/python3.7/subprocess.py", line 481, in run
    output=stdout, stderr=stderr)
subprocess.CalledProcessError: Command '['/usr/bin/patch', '-p1', '--ignore-whitespace', '-i', '/tmp/makepkg/ungoogled-chromium/src/ungoogled-chromium-71.0.3578.98-2/patches/ungoogled-chromium/add-third-party-ungoogled.patch', '-d', '.', '--no-backup-if-mismatch', '--forward']' returned non-zero exit status 1.
==> ERROR: A failure occurred in prepare().
    Aborting...
2018-12-18 12:46:05,639 - wrappers - makepkg - ERROR - makepkg query ['makepkg', '-cf', '--noconfirm'] failed in directory /home/nticompass/.cache/aurman/ungoogled-chromium

seppia commented on 2018-12-16 09:28 (UTC)

@tuborg thanks, I'll check for other missing dependencies in a clean environment and add them all together if others are found.

@Yorper I'm sorry but that is not how flags should be passed to make in PKGBUILDs unless there are specific requirements. Adding make flags directly in PKGBUILD overrides the user set MAKEFLASG so, again, this is not good unless the override is stricly needed. Anyway this could be better for you but worse for most because of the much increased memory need, and resources in general, of a multithreaded build. You should set that in your makepkg.conf. Please read this section of the wiki https://wiki.archlinux.org/index.php/Makepkg#Parallel_compilation