cm0002@lemmy.world to Linux Gaming@lemmy.worldEnglish · 3か月前Steam's Latest Client Update Introduces Many Refinements for Linuxnews.itsfoss.comexternal-linkmessage-square112linkfedilinkarrow-up1411arrow-down14cross-posted to: [email protected]
arrow-up1407arrow-down1external-linkSteam's Latest Client Update Introduces Many Refinements for Linuxnews.itsfoss.comcm0002@lemmy.world to Linux Gaming@lemmy.worldEnglish · 3か月前message-square112linkfedilinkcross-posted to: [email protected]
minus-squaremx_smith@lemmy.worldlinkfedilinkEnglisharrow-up14·3か月前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.
minus-squarewhatevercomeon@lemmy.worldlinkfedilinkEnglisharrow-up10·3か月前OMG thats what that is… I thought I was crazy
minus-squareMaiq@lemy.lollinkfedilinkEnglisharrow-up5·3か月前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
minus-squarePlusMinus@lemmy.worldlinkfedilinkEnglisharrow-up2·3か月前Does copying the desktop file to the applications directory in ~/.local help?
minus-squaremx_smith@lemmy.worldlinkfedilinkEnglisharrow-up2·3か月前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.
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.