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 .. 33 34 35 36 37 38 39 40 41 42 43 .. 66 Next › Last »

<deleted-account> commented on 2020-05-04 23:58 (UTC)

@nathanielcwm Nice, I didn't know that was possible with makepkg.

nathanielcwm commented on 2020-05-04 12:32 (UTC) (edited on 2020-05-04 12:36 (UTC) by nathanielcwm)

makepkg -e stops it from extracting I think

Just checked and it also bypasses the prepare() section.

<deleted-account> commented on 2020-05-04 11:28 (UTC)

I am starting to think that we have to add another PKGBUILD file let's called PKGBUILD.resume for people who want to continue building if the build crashed or when they stopped the build.

Its so easy just remove all prepare() { ... } function and add

noextract=("chromium-$pkgver.tar.xz"
           "v$_launcher_ver.tar.gz")

when someone wants to resume building, he just have to do cat PKGBUILD.resume > PKGBUILD and continue building chromium.

<deleted-account> commented on 2020-05-04 04:14 (UTC)

@volfyd 1- I mean its better to upgrade chromium than downgrading libraries.

2- No, you must upgrade your Chromium to fix the vulnerability.

volfyd commented on 2020-05-04 03:05 (UTC)

@Rowisi I was talking about downgrading the libraries that were causing problems and not Chromium itself. Are you saying that the libraries are involved in the use after free issue you mention?

<deleted-account> commented on 2020-05-04 00:41 (UTC)

@volfyd its not a good idea to downgrade. This Chromium release has very important security fixes, check it up https://meterpreter.org/cve-2020-6462-google-chrome-use-after-free-vulnerability-alert/

tpaniaki commented on 2020-05-03 13:05 (UTC) (edited on 2020-05-03 13:08 (UTC) by tpaniaki)

@neeks: patching failed:

Hunk #1 FAILED at 1197.
Hunk #2 FAILED at 1243.
Hunk #3 FAILED at 1359.
Hunk #4 FAILED at 1373.
Hunk #5 FAILED at 1401.
Hunk #6 FAILED at 1421.
6 out of 6 hunks FAILED -- saving rejects to file []

volfyd commented on 2020-05-02 16:48 (UTC) (edited on 2020-05-02 17:06 (UTC) by volfyd)

So you need to:

downgrade icu

downgrade libxml2

and your old binary should run.

For building, try

downgrade nodejs

also.

volfyd commented on 2020-05-02 07:41 (UTC)

I would not recommend installing this aur. My cookies and logins and whatnot are in ungoogled-chromium but it breaks often enough that it's not a good time. I thought it would just be a recompile that takes a couple hours and when that didn't work I thought it would be a straightforward invocation of 'downgrade' but even that didn't help me.

I don't blame the maintainers. It's just that compiling software as complex as chromium on a rolling distro is just going to suck.

lunainvictum commented on 2020-05-02 02:36 (UTC)

I rebuild Chromium, because i cant start it because of that error:

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

but after rebuild, still that error.