flatpak-workarounds.bash: allow Steam access to NetworkManager

This commit is contained in:
Aminda Suomalainen 2025-05-04 21:32:53 +03:00
parent 8f7ca830e1
commit f24a011c73
Signed by: Mikaela
GPG Key ID: 99392F62BAE30723

View File

@ -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 $@