flatpak-workarounds.bash: allow lutris to access the previously created Steam directory

This commit is contained in:
Aminda Suomalainen 2023-02-24 19:39:33 +02:00
parent 68bbafe5f3
commit 643e64bee3
Signed by: Mikaela
SSH Key Fingerprint: SHA256:CXLULpqNBdUKB6E6fLA1b/4SzG0HvKD19PbIePU175Q
1 changed files with 2 additions and 0 deletions

View File

@ -43,6 +43,7 @@ flatpak override net.pcsx2.PCSX2 --filesystem=~/.config/PCSX2:create
# A directory I can share between native and flatpak Steam so both have the
# same games without having to navigate weird paths.
flatpak override com.valvesoftware.Steam --filesystem=~/SteamLibrary:create
flatpak override net.lutris.Lutris --filesystem=~/SteamLibrary:create
# Just for verbosity. The results can be seen in /var/lib/flatpak/overrides/global …
flatpak override --show
@ -54,6 +55,7 @@ flatpak override --show im.riot.Riot
flatpak override --show com.nextcloud.desktopclient.nextcloud
flatpak override --show net.pcsx2.PCSX2
flatpak override --show com.valvesoftware.Steam
flatpak override --show net.lutris.Lutris
# Hide commands being executed again
set +x