From e445914bf7f4390fbd8761685fd3e54bb4f10961 Mon Sep 17 00:00:00 2001 From: drjaska Date: Tue, 6 Aug 2024 21:46:17 +0300 Subject: [PATCH] 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 --- misc/logos/xonotic.desktop | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 -- 2.39.2