@[email protected] to Linux [email protected]English • 2 months agoSteam's Latest Client Update Introduces Many Refinements for Linuxnews.itsfoss.comexternal-linkmessage-square114fedilinkarrow-up1385
arrow-up1385external-linkSteam's Latest Client Update Introduces Many Refinements for Linuxnews.itsfoss.com@[email protected] to Linux [email protected]English • 2 months agomessage-square114fedilink
minus-square@[email protected]linkfedilinkEnglish13•2 months agoPlease 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.
minus-square@[email protected]linkfedilinkEnglish10•2 months agoOMG thats what that is… I thought I was crazy
minus-square@[email protected]linkfedilinkEnglish2•2 months agoDoes copying the desktop file to the applications directory in ~/.local help?
minus-square@[email protected]linkfedilinkEnglish2•2 months agoI 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.
minus-square@[email protected]linkfedilinkEnglish4•2 months agoI 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
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
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.
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.