Every time I upgrade this package on my system, pleasenote.install
tells me
The wine executable used by proton can automatically set the niceness of a process;
Consider adding yourself to the games group to make this work by issuing: usermod -a -G games
I did this the first time I installed the package, so most users don't need to be told every single time they upgrade. Can the script instead check if the user is already in the group, e.g. something like groups | grep -E '(^| )games( |$)'
? Or maybe id
is easier to parse.
EDIT: or getent group games
Pinned Comments
PedroHLC commented on 2021-07-27 19:39 (UTC)
The "chaotic-aur" co-maintainer is a bot that pulls any merged PR in https://github.com/chaotic-aur/pkgbuild-proton-ge-custom-bin back to this package. So if you guys have contributions or bump versions earlier than the maintainer, please share them as PRs. The commits will keep your authorship.
Happy gaming!