blob: 076645692bcd088421d377549883e8ec4cffd412 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
From: Julian Ospald <hasufell@gentoo.org>
Date: Thu Dec 13 18:45:18 UTC 2012
Subject: fix desktop file
--- data/supertuxkart_desktop.template
+++ data/supertuxkart_desktop.template
@@ -1,14 +1,14 @@
[Desktop Entry]
Name=SuperTuxKart
-Icon=@PREFIX@/share/pixmaps/supertuxkart_128.png
+Icon=supertuxkart
GenericName=A kart racing game
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=@PREFIX@/@STK_INSTALL_BINARY_DIR@/supertuxkart --no-console
+Exec=@STK_INSTALL_BINARY_DIR@/supertuxkart --no-console
Terminal=false
StartupNotify=false
Type=Application
-TryExec=@PREFIX@/@STK_INSTALL_BINARY_DIR@/supertuxkart
+TryExec=@STK_INSTALL_BINARY_DIR@/supertuxkart
Categories=Game;ArcadeGame;
|