From 241eec92586deb924b2c1b726d0ede57a4aa744a Mon Sep 17 00:00:00 2001 From: Aminda Suomalainen Date: Wed, 21 May 2025 11:52:34 +0300 Subject: [PATCH] conf/autostart: add flatpak-steam-{bigpicture,tray}.desktop if the automatic management doesn't want to work, DIY --- etc/xdg/autostart/flatpak-steam-bigpicture.desktop | 6 ++++++ etc/xdg/autostart/flatpak-steam-tray.desktop | 6 ++++++ 2 files changed, 12 insertions(+) create mode 100644 etc/xdg/autostart/flatpak-steam-bigpicture.desktop create mode 100644 etc/xdg/autostart/flatpak-steam-tray.desktop diff --git a/etc/xdg/autostart/flatpak-steam-bigpicture.desktop b/etc/xdg/autostart/flatpak-steam-bigpicture.desktop new file mode 100644 index 00000000..98b2ac8f --- /dev/null +++ b/etc/xdg/autostart/flatpak-steam-bigpicture.desktop @@ -0,0 +1,6 @@ +[Desktop Entry] +Name=Steam autostart in big picture mode +Exec=flatpak run com.valvesoftware.Steam -tenfoot +Icon=com.valvesoftware.Steam +Type=Application +Hidden=true diff --git a/etc/xdg/autostart/flatpak-steam-tray.desktop b/etc/xdg/autostart/flatpak-steam-tray.desktop new file mode 100644 index 00000000..af9c80d7 --- /dev/null +++ b/etc/xdg/autostart/flatpak-steam-tray.desktop @@ -0,0 +1,6 @@ +[Desktop Entry] +Name=Steam autostart in big picture mode +Exec=flatpak run com.valvesoftware.Steam -silent +Icon=com.valvesoftware.Steam +Type=Application +Hidden=true