From f24a011c73490531d76324cd8d37baa0388ddb64 Mon Sep 17 00:00:00 2001 From: Aminda Suomalainen Date: Sun, 4 May 2025 21:32:53 +0300 Subject: [PATCH] flatpak-workarounds.bash: allow Steam access to NetworkManager --- bash/flatpak-workarounds.bash | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/bash/flatpak-workarounds.bash b/bash/flatpak-workarounds.bash index 96de46c..8c883e6 100755 --- a/bash/flatpak-workarounds.bash +++ b/bash/flatpak-workarounds.bash @@ -83,8 +83,12 @@ flatpak override com.heroicgameslauncher.hgl --filesystem=~/SteamLibrary:create flatpak override com.valvesoftware.Steam --nosocket=fallback-x11 --socket=x11 $@ flatpak override com.heroicgameslauncher.hgl --nosocket=fallback-x11 --socket=x11 $@ +# Enable mangohud for all Steam games flatpak override com.valvesoftware.Steam --env=MANGOHUD=1 $@ +# Permit Steam to access NetworkManager to also fix Big Picture Mode network +flatpak override com.valvesoftware.Steam --system-talk-name=org.freedesktop.NetworkManager $@ + # For use with system syncthing, note its flags flatpak override me.kozec.syncthingtk --filesystem=~/.config/syncthing:create $@