From: drjaska Date: Tue, 6 Aug 2024 18:46:17 +0000 (+0300) Subject: Change .desktop file to Exec xonotic-linux-sdl.sh X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=e445914bf7f4390fbd8761685fd3e54bb4f10961;p=xonotic%2Fxonotic.git Change .desktop file to Exec xonotic-linux-sdl.sh There doesn't seem to be a neat way to fall back to xonotic-sdl in PATH if the user didn't change the path before deploying the .desktop file --- diff --git a/misc/logos/xonotic.desktop b/misc/logos/xonotic.desktop index f1af0da8..1d380942 100644 --- a/misc/logos/xonotic.desktop +++ b/misc/logos/xonotic.desktop @@ -6,7 +6,8 @@ Comment=Multiplayer, deathmatch oriented first person shooter Comment[de]=Deathmatch- und Mehrspieler-orientierter Ego-Shooter Comment[fr]=Jeu de tir à la première personne multijoueur Icon=xonotic -Exec=xonotic-sdl +Exec=/absolute/path/to/xonotic-linux-sdl.sh +#Exec=xonotic-sdl Terminal=false PrefersNonDefaultGPU=true StartupNotify=false