From bccd86cf5778cdecb96926a91b94dc3997572b60 Mon Sep 17 00:00:00 2001 From: Aminda Suomalainen Date: Wed, 21 May 2025 11:29:54 +0300 Subject: [PATCH] flatpak-workarounds.bash: let Steam manage xdg-config/autostart if I understand this correctly anyway --- bash/flatpak-workarounds.bash | 2 ++ 1 file changed, 2 insertions(+) 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