Package Details: ungoogled-chromium 125.0.6422.60-3

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: 3.23
First Submitted: 2016-12-19 08:08 (UTC)
Last Updated: 2024-05-20 13:50 (UTC)

Required by (119)

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

1 2 3 4 5 6 .. 65 Next › Last »

lahwaacz commented on 2024-05-22 06:18 (UTC)

@AvidSeeker No, you need to rebuild ungoogled-chromium with the current version of ICU.

AvidSeeker commented on 2024-05-22 03:40 (UTC) (edited on 2024-05-22 03:40 (UTC) by AvidSeeker)

icu still needs to be downgraded for ungoogled-chromium to work.

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

version:

$ yay -Q ungoogled-chromium
ungoogled-chromium 125.0.6422.60-3

Duter2016 commented on 2024-05-21 05:37 (UTC)

After I update to 125.0.6422.60-3, "energy saver" option doesn't work now!

Kyuunex commented on 2024-05-20 11:46 (UTC) (edited on 2024-05-20 11:46 (UTC) by Kyuunex)

Does not build. log: https://0x0.st/XPyw.txt

lahwaacz commented on 2024-05-19 09:22 (UTC) (edited on 2024-05-19 10:15 (UTC) by lahwaacz)

The following warning is repeated many times during the build:

In file included from <built-in>:455:
<command line>:81:9: warning: '_FORTIFY_SOURCE' macro redefined [-Wmacro-redefined]
   81 | #define _FORTIFY_SOURCE 3
      |         ^
<command line>:9:9: note: previous definition is here
    9 | #define _FORTIFY_SOURCE 2
      |         ^
1 warning generated.

Edit: and the build failed...

FAILED: obj/chrome/browser/extensions/extensions/chrome_file_system_delegate.o
clang++ -MD -MF obj/chrome/browser/extensions/extensions/chrome_file_system_delegate.o.d [......]
In file included from <built-in>:455:
<command line>:95:9: warning: '_FORTIFY_SOURCE' macro redefined [-Wmacro-redefined]
   95 | #define _FORTIFY_SOURCE 3
      |         ^
<command line>:8:9: note: previous definition is here
    8 | #define _FORTIFY_SOURCE 2
      |         ^
In file included from ../../chrome/browser/extensions/api/file_system/chrome_file_system_delegate.cc:16:
../../chrome/browser/download/chrome_download_manager_delegate.h:29:10: fatal error: 'components/safe_browsing/content/common/proto/download_file_types.pb.h' file not found
   29 | #include "components/safe_browsing/content/common/proto/download_file_types.pb.h"
      |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1 warning and 1 error generated.

rabcor commented on 2024-05-07 05:58 (UTC) (edited on 2024-05-07 05:59 (UTC) by rabcor)

in 124 ozone-platform-hint=wayland is broken.

To run on native wayland you gotta use

chromium --ozone-platform=wayland

BarkleyIII commented on 2024-04-08 20:12 (UTC)

Adding -target x86_64-unknown-linux-gnu to CFLAGS and CXXFLAGS in the PKGBUILD seems to work as a workaround.