Steam Scaling
I'm trying to open steam with this enviromental variable STEAM_FORCE_DESKTOPUI_SCALING=2
i do save it editing the app, but it still opens ignoring it.
it only applys when i put the command while opening steam through the terminal
2 Replies
I could reproduce this issue once. The shortcut is in /usr/share/applications and this is a readonly location. I tried to save it again and it made a copy in ~/.local/share/applications/ and suddenly it worked. Maybe try and save the shortcut again or make a copy of the one from /usr/share/applications into ~/.local/share/applications/ manually and change it there
yup, that did the trick, editing the one in ~/.local/share/applications/ and thats it, thanks again