From 51f32c7e6446348e80c409b6ba74294b72903b40 Mon Sep 17 00:00:00 2001 From: Aminda Suomalainen Date: Wed, 28 May 2025 11:24:49 +0300 Subject: [PATCH] flatpak-workarounds.bash: more Steam Deck hacking --- bash/flatpak-workarounds.bash | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/bash/flatpak-workarounds.bash b/bash/flatpak-workarounds.bash index 19aec01..f519219 100755 --- a/bash/flatpak-workarounds.bash +++ b/bash/flatpak-workarounds.bash @@ -144,6 +144,11 @@ if [ -f $HOME/.local/share/flatpak/exports/bin/com.valvesoftware.Steam ]; then if hash symlinks 2> /dev/null; then symlinks -d $HOME/.local/bin/ fi + # TODO: This particular workaround doesn't even belong here! + if [ -d /var/home/aminda/.var/app/com.valvesoftware.Steam/ ]; then + ln -nsfv /var/home/aminda/.var/app/com.valvesoftware.Steam/.local/share/Steam /home/aminda/.local/share/Steam + ln -nsfv /var/home/aminda/.var/app/com.valvesoftware.Steam/.steam /home/aminda/.steam + fi fi # For use with system syncthing, note its flags