From 643e64bee34da6219d028dd7f2204fc4d159e60d Mon Sep 17 00:00:00 2001 From: Aminda Suomalainen Date: Fri, 24 Feb 2023 19:39:33 +0200 Subject: [PATCH] flatpak-workarounds.bash: allow lutris to access the previously created Steam directory --- bash/flatpak-workarounds.bash | 2 ++ 1 file changed, 2 insertions(+) diff --git a/bash/flatpak-workarounds.bash b/bash/flatpak-workarounds.bash index 01acf42..a9d3970 100755 --- a/bash/flatpak-workarounds.bash +++ b/bash/flatpak-workarounds.bash @@ -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