mirror of
https://gitea.blesmrt.net/mikaela/scripts.git
synced 2025-05-31 12:07:20 +02:00
flatpak-workarounds.bash: more Steam Deck hacking
This commit is contained in:
parent
1876055cd5
commit
51f32c7e64
@ -144,6 +144,11 @@ if [ -f $HOME/.local/share/flatpak/exports/bin/com.valvesoftware.Steam ]; then
|
|||||||
if hash symlinks 2> /dev/null; then
|
if hash symlinks 2> /dev/null; then
|
||||||
symlinks -d $HOME/.local/bin/
|
symlinks -d $HOME/.local/bin/
|
||||||
fi
|
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
|
fi
|
||||||
|
|
||||||
# For use with system syncthing, note its flags
|
# For use with system syncthing, note its flags
|
||||||
|
Loading…
x
Reference in New Issue
Block a user