flatpak-workarounds.bash: let Steam manage xdg-config/autostart

if I understand this correctly anyway
This commit is contained in:
Aminda Suomalainen 2025-05-21 11:29:54 +03:00
parent 40c76fd7b4
commit bccd86cf57
Signed by: Mikaela
GPG Key ID: 99392F62BAE30723

View File

@ -126,6 +126,8 @@ flatpak override com.valvesoftware.Steam --system-talk-name=org.freedesktop.Cons
flatpak override com.valvesoftware.Steam --filesystem=xdg-desktop:rw $@
flatpak override com.valvesoftware.Steam --filesystem=xdg-data/applications:rw $@
flatpak override com.valvesoftware.Steam --filesystem=xdg-data/icons:rw $@
# what if I just let Steam manage autostart?
flatpak override com.valvesoftware.Steam --filesystem=xdg-config/autostart:rw $@
# Place the wrapper script the desktop entries above expect
# TODO: Be less lazy and don't nest if