Package Details: ungoogled-chromium 131.0.6778.69-2

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: 4.92
First Submitted: 2016-12-19 08:08 (UTC)
Last Updated: 2024-11-14 21:49 (UTC)

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 .. 47 48 49 50 51 52 53 54 55 56 57 .. 66 Next › Last »

JstKddng commented on 2019-08-09 23:23 (UTC) (edited on 2019-08-10 12:37 (UTC) by JstKddng)

Can confirm, the new vaapi patch from ungoogled-chromium is causing the crashes. The vaapi patch from chromium-vaapi works as expected. The only option would be to remove the vaapi patch and recompile. That's why I haven't released a new version for my repo.

Edit:

nope, still the same problem, Illegal instruction. We'll have to wait for Eloston now.

treeshateorcs commented on 2019-08-09 21:16 (UTC)

no binary build?

sorice1123 commented on 2019-08-09 00:36 (UTC)

@bsdice That is different from what I have seen. It is suspected the bug is related to some patches, not chromium itself. The bug is being tracked here.

bsdice commented on 2019-08-08 22:54 (UTC)

@sorice1123 I am getting:

[28336.619583] traps: ThreadPoolSingl[5638] trap invalid opcode ip:564223eb10d7 sp:7f7df77fcda0 error:0 in chromium[56422167b000+695e000]

Is that the same problem? Any link to a public bug-report? The Chromium bug tracker is not fully transparent with some similar bugs.

sorice1123 commented on 2019-08-08 20:07 (UTC)

Be aware that there is a bug in current version that will cause a crash on startup. Better wait for an update.

kronikpillow commented on 2019-08-08 13:57 (UTC)

well this was a total waste of my time, 4 hours of compiling, and it won't run after a successful compile/install ....

lunainvictum commented on 2019-08-07 20:40 (UTC)

Cant build again.

Aborts again at jumbo_3. Tried already -j 3 -l 3 for ninja...

lothaire commented on 2019-08-03 15:15 (UTC)

Obsolete version.

Reden commented on 2019-07-27 22:40 (UTC)

I see, seppia. Thank you for explaining. Anyways, a -bin package has appeared at https://aur.archlinux.org/packages/ungoogled-chromium-bin.

fan2ma commented on 2019-07-13 23:03 (UTC)

Built successful in 3h 54min. Changed the PKGBUILD line to "ninja -j 3 -l 3 -C out/Default chrome chrome_sandbox chromedriver" and increased /tmp to 12GB. Thank you.