Hello @Arcitec, per Added an env var based override for scaling settings STEAM_FORCE_DESKTOPUI_SCALING=<float>. in the 2023-06-15 Steam client beta, please opt into Steam's client beta and retest this issue.
Latest steam update added STEAM_FORCE_DESKTOPUI_SCALING=<float>
https://github.com/ValveSoftware/steam-for-linux/issues/9466#issuecomment-3276314518
Steam beta has a new command-line flag:
-forcedesktopscalingIt can be triggered manually via:
But this is very annoying because it requires copying and editing the
.desktopshortcut files.Please make it read from environment variable too. Because Flatpak (Flatseal) is able to permanently set environment variables effortlessly. Without having to edit anything.
I'd love to be able to set env
STEAM_FORCE_DESKTOP_SCALING=2.5for example. :)This is related to: https://github.com/ValveSoftware/steam-for-linux/issues/9466#issuecomment-1553014344