From 22829ea05e8c48970e8e434907ae15012b9623d0 Mon Sep 17 00:00:00 2001 From: Aminda Suomalainen Date: Wed, 21 May 2025 12:04:15 +0300 Subject: [PATCH] autostart: apparently GUI apps cannot be Hidden or they won't autostart, TIL --- etc/xdg/autostart/flatpak-steam-bigpicture.desktop | 2 +- etc/xdg/autostart/flatpak-steam-tray.desktop | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/etc/xdg/autostart/flatpak-steam-bigpicture.desktop b/etc/xdg/autostart/flatpak-steam-bigpicture.desktop index 98b2ac8f..e76b14cf 100644 --- a/etc/xdg/autostart/flatpak-steam-bigpicture.desktop +++ b/etc/xdg/autostart/flatpak-steam-bigpicture.desktop @@ -3,4 +3,4 @@ Name=Steam autostart in big picture mode Exec=flatpak run com.valvesoftware.Steam -tenfoot Icon=com.valvesoftware.Steam Type=Application -Hidden=true +Hidden=false diff --git a/etc/xdg/autostart/flatpak-steam-tray.desktop b/etc/xdg/autostart/flatpak-steam-tray.desktop index af9c80d7..7eaf58c6 100644 --- a/etc/xdg/autostart/flatpak-steam-tray.desktop +++ b/etc/xdg/autostart/flatpak-steam-tray.desktop @@ -3,4 +3,4 @@ Name=Steam autostart in big picture mode Exec=flatpak run com.valvesoftware.Steam -silent Icon=com.valvesoftware.Steam Type=Application -Hidden=true +Hidden=false