this post was submitted on 05 Apr 2025
407 points (99.0% liked)

Linux Gaming

25358 readers
96 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.

No memes/shitposts/low-effort posts, please.

Resources

Help:

Launchers/Game Library Managers:

General:

Discord:

IRC:

Matrix:

Telegram:

founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] mx_smith@lemmy.world 14 points 1 year ago (3 children)

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.

[–] whatevercomeon@lemmy.world 10 points 1 year ago

OMG thats what that is... I thought I was crazy

[–] Maiq@lemy.lol 5 points 1 year ago (1 children)

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

[–] mx_smith@lemmy.world 3 points 1 year ago

I will try this thanks.

[–] PlusMinus@lemmy.world 2 points 1 year ago (1 children)

Does copying the desktop file to the applications directory in ~/.local help?

[–] mx_smith@lemmy.world 2 points 1 year ago

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.