mirror of
https://gitea.blesmrt.net/mikaela/scripts.git
synced 2025-05-30 03:17:46 +02:00
flatpak-workarounds.bash: allow Steam access to NetworkManager
This commit is contained in:
parent
8f7ca830e1
commit
f24a011c73
@ -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 $@
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user