From f666b681a1c90cecade7f1c5a5fd9c9445cef298 Mon Sep 17 00:00:00 2001 From: Aminda Suomalainen Date: Sun, 1 Jun 2025 14:15:39 +0300 Subject: [PATCH] flatpak-workarounds.bash: we are totally steam deck --- bash/flatpak-workarounds.bash | 3 +++ 1 file changed, 3 insertions(+) diff --git a/bash/flatpak-workarounds.bash b/bash/flatpak-workarounds.bash index 603af97..1e7cfe7 100755 --- a/bash/flatpak-workarounds.bash +++ b/bash/flatpak-workarounds.bash @@ -113,6 +113,9 @@ flatpak override com.heroicgameslauncher.hgl --nosocket=fallback-x11 --socket=x1 # Steam flatpak workarounds a lot by non-UTF-8 C flatpak override com.valvesoftware.Steam --env=LC_ALL=C.utf8 +# Yes, we are SteamDeck, of course +flatpak override com.valvesoftware.Steam --env=SteamDeck=1 + # Enable mangohud for all Steam games #flatpak override com.valvesoftware.Steam --env=MANGOHUD=1 $@