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 .. 18 19 20 21 22 23 24 25 26 27 28 .. 66 Next › Last »

Rena commented on 2021-04-24 15:13 (UTC)

Yep, did an update and my browser no longer works! Nor does it compile, even if I had the hours to spend doing that on this old laptop. Thank goodness for the binaries.

It's a pretty major problem when just updating your system breaks something so important!

bsdice commented on 2021-04-23 09:23 (UTC)

Aaand the pain is back. Getting this compile failure, anyone by chance has seen it?

[4709/46201] ACTION //extensions/browser/api/declarative_net_request/flat:extension_ruleset_gen(//build/toolchain/linux/unbundle:default) FAILED: gen/extensions/browser/api/declarative_net_request/flat/extension_ruleset_generated.h python ../../build/gn_run_binary.py flatc -c --keep-prefix -o gen/extensions/browser/api/declarative_net_request/flat -I ../../../../extensions/browser/api/declarative_net_request/flat/extension_ruleset.fbs flatc failed with exit code -5 [4718/46201] ACTION //third_party/blink/renderer/bindings:generate_bindings_all(//build/toolchain/linux/unbundle:default) ninja: build stopped: subcommand failed.

Somehow flatc errors out with dmesg

[ 6112.383083] traps: flatc[78048] trap int3 ip:557fb00a7deb sp:7ffded8a02a8 error:0 in flatc[557fb00a7000+2f2000]

gdb says

(gdb) r Starting program: /home/bsdice/tmp/packages/ungoogled-chromium/ungoogled-chromium/src/chromium-89.0.4389.128/out/Release/flatc -c --keep-prefix -o gen/extensions/browser/api/declarative_net_request/flat -I ../../ ../../extensions/browser/api/declarative_net_request/flat/extension_ruleset.fbs [Thread debugging using libthread_db enabled] Using host libthread_db library "/usr/lib/libthread_db.so.1". Program received signal SIGTRAP, Trace/breakpoint trap. 0x00005555555b7deb in flatbuffers::GenerateCPP(flatbuffers::Parser const&, std::__cxx11::basic_string<char, std::char_traits\<char>, std::allocator\<char> > const&, std::__cxx11::basic_string<char, std::char_traits\<char>, std::allocator\<char> > const&) () (gdb) bt

<h1>0 0x00005555555b7deb in flatbuffers::GenerateCPP(flatbuffers::Parser const&, std::__cxx11::basic_string<char, std::char_traits\<char>, std::allocator\<char> > const&, std::__cxx11::basic_string<char, std::char_traits\<char>, std::allocator\<char> > const&) ()</h1> <h1>1 0x00005555555f23ff in flatbuffers::FlatCompiler::Compile(int, char const**) ()</h1> <h1>2 0x00005555555b817d in main ()</h1>

Also, please stop using the system's icu lib. Chromium should not break whenever they decide to publish a new release. Breaks the browser every single time. With Chromium needing exploit updating as frequently as it does, if a new icu lib is necessary, let Chromium handle it internally. FWIW IMHO get rid of any external dependency, if it does not bring something like a crucial feature to the table (hardware playback acceleration, better rendering, etc.). Everyone using this package that lived through MS Windows' "DLL hell" is having a deja vu. ;-)

hohol92 commented on 2021-04-19 18:20 (UTC)

It means I shouldn't have connected aur because there is a repository. Thanks now everything works

JstKddng commented on 2021-04-19 18:14 (UTC)

I have binaries for 89.0.4389.128 in my repo.

https://github.com/jstkdng/aur

hohol92 commented on 2021-04-19 18:11 (UTC)

@JstKddng Ok i install ungoogled-chromium-89.0.4389.114-1-x86_64.pkg.tar.zst I already had it installed, the problem did not disappear

JstKddng commented on 2021-04-19 18:07 (UTC)

@hohol92

read the sticky if you want binary builds

hohol92 commented on 2021-04-19 18:06 (UTC)

@lat I have important things to do and I don't have time for a long compilation. I need a new binary package

lahwaacz commented on 2021-04-19 18:04 (UTC) (edited on 2021-04-19 18:04 (UTC) by lahwaacz)

@hohol92: Read the previous comments.

hohol92 commented on 2021-04-19 18:02 (UTC)

Today after updating I see this error: [code]usr/lib/chromium/chromium: error while loading shared libraries: libicui18n.so.68: cannot open shared object file: No such file or directory [/code] This happened because icu was updated to version 69. What to do