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.48
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 .. 57 58 59 60 61 62 63 64 Next › Last »

seo.disparate commented on 2017-02-02 14:39 (UTC)

The build runs, but there are issues with the resulting package. `/opt/ungoogled-chromium/chrome_sandbox should be /opt/ungoogled-chromium/chrome-sandbox` and the permissions for that file is wrong (needs to be 4755). Also, some of the files in the resulting package are owned by the user who built the package instead of root. Appending the following to package fixes this: ``` msg2 "Ensuring packaged files are owned by root..." chown -R root:root "$pkgdir" msg2 "Fixing chromium-sandbox name and permissions..." mv "$pkgdir/opt/$pkgname/chrome_sandbox" "$pkgdir/opt/$pkgname/chrome-sandbox" chmod 4755 "$pkgdir/opt/$pkgname/chrome-sandbox" ```

aniketd commented on 2017-01-27 11:40 (UTC) (edited on 2017-01-27 11:42 (UTC) by aniketd)

Fails to build. aura >>= Building `ungoogled-chromium`... aura >>= Well, building `ungoogled-chromium` failed. aura >>= Dumping makepkg output in 3.. 2.. 1.. ==> Making package: ungoogled-chromium 55.0.2883.95-1 (Fri Jan 27 17:07:29 IST 2017) ==> Checking runtime dependencies... ==> Checking buildtime dependencies... ==> Retrieving sources... -> Cloning ungoogled-chromium git repo... Cloning into bare repository '/var/cache/pacman/pkg/ungoogled-chromium8718/ungoogled-chromium/ungoogled-chromium'... -> Found ungoogled-chromium.sh -> Found ungoogled-chromium.desktop -> Found ungoogled-chromium_16.png -> Found ungoogled-chromium_22.png -> Found ungoogled-chromium_24.png -> Found ungoogled-chromium_32.png -> Found ungoogled-chromium_48.png -> Found ungoogled-chromium_64.png -> Found ungoogled-chromium_128.png -> Found ungoogled-chromium_256.png ==> Validating source files with md5sums... ungoogled-chromium ... Skipped ungoogled-chromium.sh ... Passed ungoogled-chromium.desktop ... Passed ungoogled-chromium_16.png ... Passed ungoogled-chromium_22.png ... Passed ungoogled-chromium_24.png ... Passed ungoogled-chromium_32.png ... Passed ungoogled-chromium_48.png ... Passed ungoogled-chromium_64.png ... Passed ungoogled-chromium_128.png ... Passed ungoogled-chromium_256.png ... Passed ==> Extracting sources... -> Creating working copy of ungoogled-chromium git repo... Cloning into 'ungoogled-chromium'... done. ==> Starting pkgver()... ==> Starting build()... ==> Building...this will take a while... 2017-01-27 17:07:37,696 - INFO: Initialized default console logging handler 2017-01-27 17:07:37,696 - INFO: Using builder LinuxStaticBuilder 2017-01-27 17:07:37,696 - INFO: Directory build does not exist. Creating... 2017-01-27 17:07:37,697 - INFO: Directory build/sandbox does not exist. Creating... 2017-01-27 17:07:37,697 - INFO: Directory build/downloads does not exist. Creating... 2017-01-27 17:07:37,697 - INFO: Directory build/path_overrides does not exist. Creating... 2017-01-27 17:07:37,697 - INFO: Setting up environment overrides... 2017-01-27 17:07:37,697 - INFO: Checking Python 2 command... 2017-01-27 17:07:37,697 - INFO: No Python 2 command specified; testing with 'python' 2017-01-27 17:07:37,715 - ERROR: Unsupported Python version '3.6.0' ==> ERROR: A failure occurred in build(). Aborting...

raininja commented on 2017-01-25 03:05 (UTC) (edited on 2017-01-25 03:06 (UTC) by raininja)

This won't run for me at all. . . what gives? it just core dumps and my stracing and installing stuff isn't helping. . . . it seems to want libdbusmenu.mo in the en_us locale

kogone commented on 2017-01-22 15:02 (UTC) (edited on 2017-01-22 15:02 (UTC) by kogone)

deleted

gcarq commented on 2017-01-16 12:01 (UTC)

@sekret: Alright I will leave it as it is for now.

sekret commented on 2017-01-15 17:56 (UTC)

I also requested this for palemoon, but I got convinced that it might not be required just yet, see https://aur.archlinux.org/packages/palemoon

mirwin commented on 2017-01-13 21:36 (UTC)

It seems that portions of this are python3 while calling for python2 causing syntax errors. I've edited my python-config to show version 2 and version 3 with varying results. Changing the version to 2 enabled me to get past the unsupported version error but resulted in a syntax error on line 50 of build.py as it's a python3 print function. I was planning to find a solution and be able to post it, but I'm far from a dev. I'd tried editing the pkgbuild to call for python2 or python3 directly as well for build.py with no success.

gcarq commented on 2017-01-09 12:47 (UTC)

@sekret: whats the benefit of this?

sekret commented on 2017-01-08 16:29 (UTC)

Could you please add a file which contains /usr/lib/inox to "$pkgdir/etc/ld.so.conf.d/inox.conf"?

<deleted-account> commented on 2017-01-08 09:24 (UTC)

@fenuks https://github.com/Eloston/ungoogled-chromium/issues/44#issuecomment-268689693 @ilikenwf would it be possible to fix PKGBUILD? See https://git.archlinux.org/svntogit/packages.git/tree/trunk/PKGBUILD?h=packages/chromium#n175