autostart: apparently GUI apps cannot be Hidden or they won't autostart, TIL

This commit is contained in:
Aminda Suomalainen 2025-05-21 12:04:15 +03:00
parent 241eec9258
commit 22829ea05e
Signed by: Mikaela
GPG Key ID: 99392F62BAE30723
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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