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

treeshateorcs commented on 2020-01-17 05:25 (UTC)

@cerberusec

yep, i only get these

[79551:79551:0117/082339.508695:ERROR:sandbox_linux.cc(372)] InitializeSandbox() called with multiple threads in process gpu-process. [79551:79551:0117/082339.711959:ERROR:buffer_manager.cc(488)] [.DisplayCompositor]GL ERROR :GL_INVALID_OPERATION : glBufferData: <- error from previous GL command

you may want to install the vaapi drivers. look up hardware acceleration on the wiki

cerberusec commented on 2020-01-17 05:22 (UTC)

Is anyone else getting this error when starting chromium?

ERROR:vaapi_wrapper.cc(422)] vaInitialize failed (ignore if using Wayland desktop environment, refer:(Github)akarshanbiswas/chromium-vaapi/issues/7): unknown libva error

treeshateorcs commented on 2020-01-17 05:06 (UTC)

@JstKddng

could you please tell me what's wrong with my build? https://build.opensuse.org/package/show/home:treeshateorcs/ungoogled-chromium

i see "nothing provides ninja, nothing provides quilt" but you somehow got it working. how?

JstKddng commented on 2020-01-17 03:13 (UTC)

@cerberusec

Basically, ungoogled-chromium-bin was removed by a trusted user because repackaging isn't allowed in the aur.

cerberusec commented on 2020-01-16 23:06 (UTC) (edited on 2020-01-16 23:07 (UTC) by cerberusec)

Just a heads up for anyone else with a similar issue. I was getting build errors right around the 17k mark (very annoying) apparently due to insufficient RAM. If you're building in a VM, be sure to bump it up to 8GB and it should resolve the issue...

That said, does anyone know why ungoogled-chromium-bin suddenly disappeared with no trace?

JstKddng commented on 2020-01-16 12:50 (UTC)

@treeshateorcs

osc is just a svn wrapper, and if you'd like an example to begin with you can check out my obs repo: https://build.opensuse.org/package/show/home:justkidding:arch/ungoogled-chromium

@Rowisi

I understand, but that build service is being used by them to create the packages for its distributions, so at least they have a reason to keep the service secure.

treeshateorcs commented on 2020-01-14 21:54 (UTC)

oh i think i have figured out how build.opensuse.org works. my mistake was trying to understand how to work with osc

<deleted-account> commented on 2020-01-14 21:28 (UTC)

@JstKddng I know that OpenSuse has a good reputation but I really can't trust any free build service nowadays. Bitcoin miners are everywhere right now and they can inject their viruses even with bytecodes. Even if they get exposed, they will just blame it on "a hacker hacked our servers... bla bla bla" and they won't get punished for that.

this applies for paid services aswell.

treeshateorcs commented on 2020-01-14 18:51 (UTC)

also, is it really free? and i can build anything?

treeshateorcs commented on 2020-01-14 18:51 (UTC)

@JstKddng

hey, opensuse build service looks great, but my feeble brain can't comprehend its tutorial, if possible could you please list the steps necessary to build an arch package on it?