From 6d0362bba1315af189efae4db705d783be49a429 Mon Sep 17 00:00:00 2001 From: dimstar Date: Fri, 4 Jan 2013 15:52:53 +0000 Subject: [PATCH] desktop file: bin/supertuxkart (default) won't work.. we need an absolute path in the .desktop file. git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@12330 178a84e3-b1eb-0310-8ba1-8eac791a3b58 --- data/supertuxkart_desktop.template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/data/supertuxkart_desktop.template b/data/supertuxkart_desktop.template index aa0adcb04..ffdf1b9f0 100644 --- a/data/supertuxkart_desktop.template +++ b/data/supertuxkart_desktop.template @@ -6,9 +6,9 @@ GenericName[de_DE]=Ein Kart-Rennspiel GenericName[fr_FR]=Un jeu de karting GenericName[gl]=Xogo de carreiras con karts GenericName[ro_RO]=Un joc de curse cu carturi -Exec=@STK_INSTALL_BINARY_DIR@/supertuxkart --log=file +Exec=@PREFIX@/@STK_INSTALL_BINARY_DIR@/supertuxkart --log=file Terminal=false StartupNotify=false Type=Application -TryExec=@STK_INSTALL_BINARY_DIR@/supertuxkart +TryExec=@PREFIX@/@STK_INSTALL_BINARY_DIR@/supertuxkart Categories=Game;ArcadeGame;