diff options
author | Andrei Karas <akaras@inbox.ru> | 2013-02-05 00:43:26 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2013-02-05 00:43:26 +0300 |
commit | 9f729a57566afd9ff8d454bf165c98e6f812f56f (patch) | |
tree | 379f8d6e5ba971fdcaf65ada5eea068173635538 /data/tmw | |
parent | d11405960553d7fde3b86f6f6a46b5d3909d3bfb (diff) | |
download | plus-9f729a57566afd9ff8d454bf165c98e6f812f56f.tar.gz plus-9f729a57566afd9ff8d454bf165c98e6f812f56f.tar.bz2 plus-9f729a57566afd9ff8d454bf165c98e6f812f56f.tar.xz plus-9f729a57566afd9ff8d454bf165c98e6f812f56f.zip |
Dehardcode path in branding desktop files for evol and tmw.
Diffstat (limited to 'data/tmw')
-rw-r--r-- | data/tmw/tmw.desktop | 2 | ||||
-rw-r--r-- | data/tmw/tmw.desktop.in | 16 |
2 files changed, 17 insertions, 1 deletions
diff --git a/data/tmw/tmw.desktop b/data/tmw/tmw.desktop index 60cedefeb..7b991271b 100644 --- a/data/tmw/tmw.desktop +++ b/data/tmw/tmw.desktop @@ -8,7 +8,7 @@ Comment[de]=ein Online Fantasy Spiel Comment[it]=Un gioco fantasy online Comment[nl]=Een online role playing game Comment[sv]=Ett fantasyrollspel online -Exec=manaplus /usr/share/tmw/tmw.manaplus +Exec=manaplus /mnt/reiser1/проекты/manaplus/manaplus/run/share/games/manaplus/data/tmw/tmw.manaplus StartupNotify=false Terminal=false Type=Application diff --git a/data/tmw/tmw.desktop.in b/data/tmw/tmw.desktop.in new file mode 100644 index 000000000..358877af0 --- /dev/null +++ b/data/tmw/tmw.desktop.in @@ -0,0 +1,16 @@ + +[Desktop Entry] +Version=1.0 +Name=The Mana world +Comment=The Mana World 2D MMORPG client +Comment[fr]=Un jeu en ligne dans un univers fantastique +Comment[de]=ein Online Fantasy Spiel +Comment[it]=Un gioco fantasy online +Comment[nl]=Een online role playing game +Comment[sv]=Ett fantasyrollspel online +Exec=manaplus @datadir@/manaplus/data/tmw/tmw.manaplus +StartupNotify=false +Terminal=false +Type=Application +Icon=tmw +Categories=Game;AdventureGame; |