this post was submitted on 05 Apr 2025
403 points (99.0% liked)
Linux Gaming
17647 readers
296 users here now
Discussions and news about gaming on the GNU/Linux family of operating systems (including the Steam Deck). Potentially a $HOME
away from home for disgruntled /r/linux_gaming denizens of the redditarian demesne.
This page can be subscribed to via RSS.
Original /r/linux_gaming pengwing by uoou.
Resources
WWW:
Discord:
IRC:
Matrix:
Telegram:
founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
Please fix the issue where you change my default graphic card settings in the desktop file. It’s super annoying to have to launch from the cli after an update.
OMG thats what that is... I thought I was crazy
I don't know if this would help but it might be worth a try, make a file immutable by
sudo chattr +i /file/location
If it doesn't work change it back,
sudo chattr -i /file/location
I will try this thanks.
Does copying the desktop file to the applications directory in ~/.local help?
I don’t know I haven’t tried that as I can go in and change the file, and set PrefersNonDefaultGPU=false and it works after that.