mirror of
https://gitea.blesmrt.net/mikaela/scripts.git
synced 2025-05-31 12:07:20 +02:00
flatpak-workarounds.bash: fix the Steam Deck if, create a library for Heroic too
This commit is contained in:
parent
d8a04226ff
commit
13fff28a97
@ -87,10 +87,13 @@ flatpak override com.heroicgameslauncher.hgl --filesystem=~/SteamLibrary:create
|
|||||||
# free space based on top level directory so it has to be a subdirectory
|
# free space based on top level directory so it has to be a subdirectory
|
||||||
# and while the mount point may be /var/sdcard I don't want to give it
|
# and while the mount point may be /var/sdcard I don't want to give it
|
||||||
# access to root directory in case it denied that for security
|
# access to root directory in case it denied that for security
|
||||||
if [ -d /var/sdcard/Steam/Library ]; then
|
if [ -d /var/sdcard/Steam ]; then
|
||||||
flatpak override com.valvesoftware.Steam --filesystem=/var/sdcard/Steam/Library:create $@
|
mkdir -vp /var/sdcard/Steam/Library
|
||||||
flatpak override net.lutris.Lutris --filesystem=/var/sdcard/Steam/Library:create $@
|
flatpak override com.valvesoftware.Steam --filesystem=/var/sdcard/Steam:rw $@
|
||||||
flatpak override com.heroicgameslauncher.hgl --filesystem=/var/sdcard/Steam/Library:create $@
|
flatpak override net.lutris.Lutris --filesystem=/var/sdcard/Steam:rw $@
|
||||||
|
flatpak override com.heroicgameslauncher.hgl --filesystem=/var/sdcard/Steam:rw $@
|
||||||
|
mkdir -vp /var/sdcard/Heroic/Library
|
||||||
|
flatpak override com.heroicgameslauncher.hgl --filesystem=/var/sdcard/Heroic:rw $@
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# https://github.com/ValveSoftware/steam-for-linux/issues/4924
|
# https://github.com/ValveSoftware/steam-for-linux/issues/4924
|
||||||
|
Loading…
x
Reference in New Issue
Block a user