Package Details: ungoogled-chromium 124.0.6367.60-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: seppia (JstKddng)
Last Packager: JstKddng
Votes: 343
Popularity: 4.39
First Submitted: 2016-12-19 08:08 (UTC)
Last Updated: 2024-04-24 04:38 (UTC)

Required by (119)

Sources (12)

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 2 3 4 5 6 7 8 9 10 .. 64 Next › Last »

Wilco commented on 2022-12-08 09:24 (UTC)

@jronald

Thanks but this is incorrect. I just managed to successfully compile ungoogled chromium with clang 14. The solution is recompiling llvm, clang, compiler-rt and lld. I think there is a circular dependency requiring to build the packages twice before they work correctly.

jronald commented on 2022-12-08 04:01 (UTC) (edited on 2022-12-08 04:01 (UTC) by jronald)

@Wilco

https://github.com/ungoogled-software/ungoogled-chromium-archlinux/issues/209

Wilco commented on 2022-12-07 15:31 (UTC)

@jronald: did you fix your build errors? I'm getting the same erros as you previously posted.

jronald commented on 2022-11-26 07:44 (UTC)

Google lists it as CVE-2022-4135: Heap buffer overflow in GPU, and assigned it a severity rating of high. High is second only to critical in the severity scale.

Need 107.0.5304.121/.122 to fix it.

https://www.ghacks.net/2022/11/26/google-releases-security-update-for-chrome-that-is-exploited-actively/

khk commented on 2022-11-23 07:25 (UTC) (edited on 2022-11-23 07:26 (UTC) by khk)

Hi, Paru fails to compile with this error:

clang++: error: unknown argument: '-fvar-tracking-assignments'

[12/51710] ACTION //base:build_date(//build/toolchain/linux/unbundle:default)

ninja: build stopped: subcommand failed

0BAD-C0DE commented on 2022-10-08 11:02 (UTC)

The -debug packages is "just"

Detached debugging symbols for ungoogled-chromium

as per package description. Unless you are going to use a debugger over ungoogled-chromium, they are not needed. And, by the way, you should not post this question here but in the relevant AUR package page.

averellb commented on 2022-10-08 10:19 (UTC)

I have noticed that both ungoogled-chromium and ungoogled-chromium-debug are installed. Is the debug package necessary ? is there a way to avoid building it ? would it help saving time ? Compilation takes about 14 hours on my laptop.

0BAD-C0DE commented on 2022-09-29 05:46 (UTC)

v106.0.5249.61-1 (from opensuses.org repo) has solved the issue with multi-keystroke inputs like the input layout "English (US, alt. intl.)". Finally.

networkException commented on 2022-09-17 17:25 (UTC)

You could try building in a clean chroot (eg. by installing the devtools package and using paru). I haven't seen any build failures in the ungoogled-chromium-archlinux packaging in CI or my machine and that should largely match the PKGBUILD file of this AUR package.