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 .. 40 41 42 43 44 45 46 47 48 49 50 .. 66 Next › Last »

treeshateorcs commented on 2020-01-20 12:45 (UTC)

@Rowisi

would be super cool, if you somehow would make unreal engine built on obs, but i don't think it's feasible, given that it's behind a closed access repo

<deleted-account> commented on 2020-01-20 12:42 (UTC)

@ijann glad it helped.

I have made a github repo to show what changes I've made to PKGBUILD to make it work on OBS: https://github.com/OBS-AUR/ungoogled-chromium

I am also planning to add more packages soon :)

ijann commented on 2020-01-19 18:46 (UTC)

thanks @Rowisi

ijann commented on 2020-01-19 17:13 (UTC)

Uncle how heavy, all night and all morning building and compiling to use this browser, can you tell me a way to install it faster, I can't be like that a new update will send me the same time, How grotesque not to upload an already built file.

If you give me any clues on how to download the installer already built, I don't repeat this again, I would appreciate.

<deleted-account> commented on 2020-01-19 14:17 (UTC)

I have made an OBS build for this package

https://build.opensuse.org/package/show/home:Rowisi/ungoogled-chromium

You are welcome.

<deleted-account> commented on 2020-01-19 00:30 (UTC)

Opensuse build service is really good. https://build.opensuse.org/package/show/home:Rowisi/ungoogled-chromium

I just changed dependacies in PKGBUILD from the _system_libs to the depends list because OBS resolves dependencies from it to install them offline.

Anyone can install the package by clikcing on Download package and then clicking on Grab binary packages directly

after, you can install it with sudo pacman -U ungoogled-chromium-(version).pkg.tar.xz

JstKddng commented on 2020-01-17 14:37 (UTC) (edited on 2020-01-17 14:38 (UTC) by JstKddng)

@treeshateorcs

you have to add all missing dependencies to your depends array in your PKGBUILD. Like, ALL of them. Check my PKGBUILD, it should have all the required dependencies.

treeshateorcs commented on 2020-01-17 13:55 (UTC) (edited on 2020-01-17 13:56 (UTC) by treeshateorcs)

@JstKddng i did that, and now i have this

...

[ 70s] now finalizing build dir...

[ 71s] SIOCSIFADDR: File exists

[ 72s] Running build time source services...

[ 73s] Preparing sources...

[ 73s]

[ 73s] We trust you have received the usual lecture from the local System

[ 73s] Administrator. It usually boils down to these three things:

[ 73s]

[ 73s] #1) Respect the privacy of others.

[ 73s] #2) Think before you type.

[ 73s] #3) With great power comes great responsibility.

[ 73s]

[ 73s] sudo: a terminal is required to read the password; either use the -S option to read from standard input or configure an askpass helper

[ 73s] ==> ERROR: 'pacman' failed to install missing dependencies.

[ 73s] ==> ERROR: Could not resolve all dependencies.

[ 73s] failed to prepare sources

[ 73s]

[ 73s] sheep82 failed "build PKGBUILD" at Fri Jan 17 13:24:53 UTC 2020.

[ 73s]

[ 73s] ### VM INTERACTION START ###

[ 79s] [ 64.101274] sysrq: SysRq : Power Off

[ 79s] [ 64.111693] reboot: Power down

[ 79s] ### VM INTERACTION END ###

JstKddng commented on 2020-01-17 12:56 (UTC)

@treeshateorcs

you have to setup the Arch repositories. There should be Arch/Core, Arch/Extra and Arch/Community.

cerberusec commented on 2020-01-17 06:13 (UTC)

@treeshateorcs

THANK YOU :)

I had to explicitly set LIBVA_DRIVER_NAME=nouveau in /etc/environment. My self-built ungoogled-chromium works great now! Thanks again