From 973c8796e5d5d98d42bd4a716a0213c5ccec72a6 Mon Sep 17 00:00:00 2001 From: Aminda Suomalainen Date: Sun, 10 Mar 2024 12:55:38 +0200 Subject: [PATCH] flatpak-workarounds.bash: add HeroicGames x11 and SteamLibrary access --- bash/flatpak-workarounds.bash | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/bash/flatpak-workarounds.bash b/bash/flatpak-workarounds.bash index f6d5283..acbd4fa 100755 --- a/bash/flatpak-workarounds.bash +++ b/bash/flatpak-workarounds.bash @@ -49,10 +49,12 @@ flatpak override net.pcsx2.PCSX2 --filesystem=~/.config/PCSX2:create --filesyste # same games without having to navigate weird paths. flatpak override com.valvesoftware.Steam --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 # 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 flatpak override me.kozec.syncthingtk --filesystem=~/.config/syncthing:create $@