diff --git a/bash/flatpak-workarounds.bash b/bash/flatpak-workarounds.bash index 19aec01..4de1fdf 100755 --- a/bash/flatpak-workarounds.bash +++ b/bash/flatpak-workarounds.bash @@ -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