diff --git a/etc/xdg/autostart/flatpak-steam-bigpicture.desktop b/etc/xdg/autostart/flatpak-steam-bigpicture.desktop index d6ebd3ab..54ce4cfb 100644 --- a/etc/xdg/autostart/flatpak-steam-bigpicture.desktop +++ b/etc/xdg/autostart/flatpak-steam-bigpicture.desktop @@ -1,6 +1,6 @@ [Desktop Entry] -Name=Steam autostart in big picture mode -Exec=flatpak run com.valvesoftware.Steam -tenfoot -steamdeck +Name=SteamDeck TV +Exec=gamemoderun flatpak run com.valvesoftware.Steam -tenfoot -steamdeck Icon=com.valvesoftware.Steam Type=Application Hidden=false diff --git a/etc/xdg/autostart/flatpak-steam-tray.desktop b/etc/xdg/autostart/flatpak-steam-tray.desktop index 0c7dcb58..e65b5447 100644 --- a/etc/xdg/autostart/flatpak-steam-tray.desktop +++ b/etc/xdg/autostart/flatpak-steam-tray.desktop @@ -1,5 +1,5 @@ [Desktop Entry] -Name=Steam autostart in tray +Name=SteamDeck icon Exec=flatpak run com.valvesoftware.Steam -silent -steamdeck Icon=com.valvesoftware.Steam Type=Application diff --git a/local/share/applications/a-steam.desktop b/local/share/applications/a-steam.desktop deleted file mode 100644 index b0a4f1c6..00000000 --- a/local/share/applications/a-steam.desktop +++ /dev/null @@ -1,55 +0,0 @@ -[Desktop Entry] -Name=STEAM -Exec=/usr/bin/env steam %U -Icon=steam -Terminal=false -Type=Application -Categories=Game; -MimeType=x-scheme-handler/steam;x-scheme-handler/steamlink; -Actions=Store;Community;Library;Servers;Screenshots;News;Settings;BigPicture;Friends; -PrefersNonDefaultGPU=true - -[Desktop Action Store] -Name=Store -Name[fi]=Kauppa -Exec=/usr/bin/env steam steam://store - -[Desktop Action Community] -Name=Community -Name[fi]=Yhteisö -Exec=/usr/bin/env steam steam://url/SteamIDControlPage - -[Desktop Action Library] -Name=Library -Name[fi]=Kokoelma -Exec=/usr/bin/env steam steam://open/games - -[Desktop Action Servers] -Name=Servers -Name[fi]=Palvelimet -Exec=/usr/bin/env steam steam://open/servers - -[Desktop Action Screenshots] -Name=Screenshots -Name[fi]=Kuvankaappaukset - -Exec=/usr/bin/env steam steam://open/screenshots - -[Desktop Action News] -Name=News -Name[fi]=Uutiset -Exec=/usr/bin/env steam steam://open/news - -[Desktop Action Settings] -Name=Settings -Name[fi]=Asetukset -Exec=/usr/bin/env steam steam://open/settings - -[Desktop Action BigPicture] -Name=Big Picture -Exec=/usr/bin/env steam steam://open/bigpicture - -[Desktop Action Friends] -Name=Friends -Name[fi]=Kaverit -Exec=/usr/bin/env steam steam://open/friends diff --git a/local/share/applications/a-steam.desktop b/local/share/applications/a-steam.desktop new file mode 120000 index 00000000..c384af03 --- /dev/null +++ b/local/share/applications/a-steam.desktop @@ -0,0 +1 @@ +com.valvesoftware.Steam.desktop \ No newline at end of file diff --git a/local/share/applications/com.valvesoftware.Steam.desktop b/local/share/applications/com.valvesoftware.Steam.desktop new file mode 100644 index 00000000..0ca21015 --- /dev/null +++ b/local/share/applications/com.valvesoftware.Steam.desktop @@ -0,0 +1,6 @@ +[Desktop Entry] +Name=SteamDeck +Exec=gamemoderun flatpak run com.valvesoftware.Steam -steamdeck %U +Icon=com.valvesoftware.Steam +Type=Application +Hidden=false diff --git a/local/share/applications/flatpak-steam-bigpicture.desktop b/local/share/applications/flatpak-steam-bigpicture.desktop new file mode 120000 index 00000000..3fadc79c --- /dev/null +++ b/local/share/applications/flatpak-steam-bigpicture.desktop @@ -0,0 +1 @@ +../../../conf/autostart/flatpak-steam-bigpicture.desktop \ No newline at end of file diff --git a/local/share/applications/flatpak-steam-tray.desktop b/local/share/applications/flatpak-steam-tray.desktop new file mode 120000 index 00000000..2c80a333 --- /dev/null +++ b/local/share/applications/flatpak-steam-tray.desktop @@ -0,0 +1 @@ +../../../conf/autostart/flatpak-steam-tray.desktop \ No newline at end of file