mirror of
https://gitea.blesmrt.net/mikaela/scripts.git
synced 2024-11-26 04:59:38 +01:00
flatpak-workarounds.bash: add HeroicGames x11 and SteamLibrary access
This commit is contained in:
parent
cb003c564d
commit
973c8796e5
@ -49,10 +49,12 @@ flatpak override net.pcsx2.PCSX2 --filesystem=~/.config/PCSX2:create --filesyste
|
|||||||
# same games without having to navigate weird paths.
|
# same games without having to navigate weird paths.
|
||||||
flatpak override com.valvesoftware.Steam --filesystem=~/SteamLibrary:create $@
|
flatpak override com.valvesoftware.Steam --filesystem=~/SteamLibrary:create $@
|
||||||
flatpak override net.lutris.Lutris --filesystem=~/SteamLibrary:create $@
|
flatpak override net.lutris.Lutris --filesystem=~/SteamLibrary:create $@
|
||||||
|
flatpak override com.heroicgameslauncher.hgl --filesystem=~/SteamLibrary:create $@
|
||||||
|
|
||||||
# https://github.com/ValveSoftware/steam-for-linux/issues/4924
|
# https://github.com/ValveSoftware/steam-for-linux/issues/4924
|
||||||
# ref: the experiment near top
|
# ref: the experiment near top
|
||||||
flatpak override com.valvesoftware.Steam --nosocket=fallback-x11 --socket=x11
|
flatpak override com.valvesoftware.Steam --nosocket=fallback-x11 --socket=x11 $@
|
||||||
|
flatpak override com.heroicgameslauncher.hgl --nosocket=fallback-x11 --socket=x11 $@
|
||||||
|
|
||||||
# For use with system syncthing, note its flags
|
# For use with system syncthing, note its flags
|
||||||
flatpak override me.kozec.syncthingtk --filesystem=~/.config/syncthing:create $@
|
flatpak override me.kozec.syncthingtk --filesystem=~/.config/syncthing:create $@
|
||||||
|
Loading…
Reference in New Issue
Block a user