aboutsummaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorWolfgang Schupp <w.schupp@a1.net>2017-02-18 09:55:32 +0100
committerGitHub <noreply@github.com>2017-02-18 09:55:32 +0100
commita53ea03a97e8901e44e21565fa0e01d62438310c (patch)
tree23d38be6b5647cc3b58336efa65435bb39273042 /tools
parent3dfb042e5909deabe2d7723a622c73fe5049b933 (diff)
parent15c65f6e5e8d1a236f952813d3d1edd8d760fc2e (diff)
Merge pull request #11452 from Kwiboo/master-app-name
App-name fixes for master
Diffstat (limited to 'tools')
-rw-r--r--tools/Linux/kodi.desktop.in (renamed from tools/Linux/kodi.desktop)10
1 files changed, 5 insertions, 5 deletions
diff --git a/tools/Linux/kodi.desktop b/tools/Linux/kodi.desktop.in
index 728958451c..fd8512da01 100644
--- a/tools/Linux/kodi.desktop
+++ b/tools/Linux/kodi.desktop.in
@@ -1,11 +1,11 @@
[Desktop Entry]
Version=1.0
-Name=Kodi
+Name=@APP_NAME@
GenericName=Media Center
Comment=Manage and view your media
Comment[ru]=Просмотр и управление мультимедиа
-Exec=kodi
-Icon=kodi
+Exec=@APP_NAME_LC@
+Icon=@APP_NAME_LC@
Terminal=false
Type=Application
Categories=AudioVideo;Video;Player;TV;
@@ -14,8 +14,8 @@ Actions=Fullscreen;Standalone;
[Desktop Action Fullscreen]
Name=Open in fullscreen
-Exec=kodi -fs
+Exec=@APP_NAME_LC@ -fs
[Desktop Action Standalone]
Name=Open in standalone mode
-Exec=kodi --standalone
+Exec=@APP_NAME_LC@ --standalone