From 6757ac82f306a118da42f28c2defebe137712bf9 Mon Sep 17 00:00:00 2001 From: Aminda Suomalainen Date: Sun, 1 Jun 2025 21:35:48 +0300 Subject: [PATCH] flatpak-workarounds.bash: this is Steam Deck, there is no doubt about it --- bash/flatpak-workarounds.bash | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/bash/flatpak-workarounds.bash b/bash/flatpak-workarounds.bash index 1e7cfe7..ed244c0 100755 --- a/bash/flatpak-workarounds.bash +++ b/bash/flatpak-workarounds.bash @@ -30,6 +30,8 @@ flatpak override --filesystem=/run/udev:ro $@ # MangoHUD for everything that has it flatpak override --env=MANGOHUD=1 $@ flatpak override --filesystem=xdg-config/MangoHud:ro $@ +# and of course we are Steam Deck everywhere, no question about it! +flatpak override --env=SteamDeck=1 $@ # LaTeX templates allowed before they become an issue. flatpak override --filesystem=~/texmf/tex/latex/local:ro $@ @@ -114,7 +116,7 @@ flatpak override com.heroicgameslauncher.hgl --nosocket=fallback-x11 --socket=x1 flatpak override com.valvesoftware.Steam --env=LC_ALL=C.utf8 # Yes, we are SteamDeck, of course -flatpak override com.valvesoftware.Steam --env=SteamDeck=1 +#flatpak override com.valvesoftware.Steam --env=SteamDeck=1 $@ # Enable mangohud for all Steam games #flatpak override com.valvesoftware.Steam --env=MANGOHUD=1 $@