@lahwaacz
Really? I thought ninja recognized that flag. Oh well, the more you know. I could add a -j flag to ninja, but that won't always be the best value for every computer, -j $(nproc) I think would be a good value.
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: | 354 |
Popularity: | 3.24 |
First Submitted: | 2016-12-19 08:08 (UTC) |
Last Updated: | 2025-01-29 23:47 (UTC) |
« First ‹ Previous 1 .. 24 25 26 27 28 29 30 31 32 33 34 .. 67 Next › Last »
@lahwaacz
Really? I thought ninja recognized that flag. Oh well, the more you know. I could add a -j flag to ninja, but that won't always be the best value for every computer, -j $(nproc) I think would be a good value.
@JstKddng MAKEFLAGS affect GNU make, not ninja. They can modify the PKGBUILD to pass -j whatever
directly to ninja.
@bkb
If you want to change default behaviour modify the /etc/makepkg.conf file and modify the MAKEFLAGS flag to this: MAKEFLAGS="-j9"
Replace 9 by the number of threads on your system + 1. That should work with all packages you update with yay- Syu.
@lahwaacz @boomerdango
Good to know the flags work. Thanks for the feedback.
@boomerdango Thanks, I can confirm those flags work with ungoogled-chromium under Sway.
The question was about checking default execution, not forcing it
@lahwaacz It works natively if you launch it with --enable-features=UseOzonePlatform --ozone-platform=wayland
, or put those flags in your ~/.config/chromium-flags.conf
.
@JstKddng It has worked under Wayland before, thanks to XWayland. Is there a way to check the native support (other than disabling XWayland completely)?
I don't issue any of those kind of commands, I just yay -Syu
, it should be automatic all of that ressources gestion
@bkb My previous reply to you from 2020-11-15 13:01 tells you how to do that. Hint (again): use the -j
flag.
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
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