remove excess gamemoderun which appraently breaks Steam now?

This commit is contained in:
Aminda Suomalainen 2026-03-25 10:10:05 +02:00
parent 95ee64a2be
commit 4f65223ed1
Signed by: Mikaela
GPG Key ID: 99392F62BAE30723
5 changed files with 5 additions and 5 deletions

View File

@ -1,6 +1,6 @@
[Desktop Entry]
Name=Heroic Games Launcher
Exec=systemd-inhibit --what shutdown --who heroic gamemoderun flatpak run com.heroicgameslauncher.hgl
Exec=systemd-inhibit --what shutdown --who heroic flatpak run com.heroicgameslauncher.hgl
Terminal=false
SingleMainWindow=true
Type=Application

View File

@ -1,6 +1,6 @@
[Desktop Entry]
Name=SteamDeck TV
Exec=systemd-inhibit --what shutdown --who steam gamemoderun flatpak run --env=SteamDeck=1 com.valvesoftware.Steam -tenfoot -steamdeck
Exec=systemd-inhibit --what shutdown --who steam flatpak run --env=SteamDeck=1 com.valvesoftware.Steam -tenfoot -steamdeck
Icon=com.valvesoftware.Steam
Type=Application
Hidden=false

View File

@ -1,6 +1,6 @@
[Desktop Entry]
Name=SteamDeck TV
Exec=systemd-inhibit --what shutdown --who steam gamemoderun steam -tenfoot -steamdeck
Exec=systemd-inhibit --what shutdown --who steam steam -tenfoot -steamdeck
Icon=com.valvesoftware.Steam
Type=Application
Hidden=false

View File

@ -332,7 +332,7 @@ if [ "$(id -u)" == "0" ]; then
#(systemctl --global enable darkman.service &)
(systemctl --global enable systemd-tmpfiles-setup.service &)
# experiment
#(systemctl --global enable gamemoded.service &)
(systemctl --global enable gamemoded.service &)
# SECURITY WARNING! Practically a backdoor unless you are me and expect this!
# WARNING! Likely breaks SSHd outside of port 22 unless override exists!
(systemctl --global enable foot-server.socket &)

View File

@ -1,6 +1,6 @@
[Desktop Entry]
Name=SteamDeck
Exec=gamemoderun flatpak run --env=SteamDeck=1 com.valvesoftware.Steam -steamdeck steam://open/games
Exec=flatpak run --env=SteamDeck=1 com.valvesoftware.Steam -steamdeck steam://open/games
Icon=com.valvesoftware.Steam
Type=Application
Hidden=false