aboutsummaryrefslogtreecommitdiff
path: root/tools/Linux
diff options
context:
space:
mode:
authorKen Dreyer <ktdreyer@ktdreyer.com>2012-08-24 20:56:03 -0600
committerKen Dreyer <ktdreyer@ktdreyer.com>2012-08-24 21:05:25 -0600
commitf17cb48bbae52bd76d1f6cfcee1efe955bca0b38 (patch)
treeebdc207e0af154523ee356239d20e315fa94abd4 /tools/Linux
parent31ff5b9ac099f514dd3d03d9766a613a8db893e3 (diff)
fix xbmc.desktop file syntax
"OnlyShowIn" values must have a semicolon as a trailing character, and correct the spelling of "Exec"
Diffstat (limited to 'tools/Linux')
-rw-r--r--tools/Linux/xbmc.desktop6
1 files changed, 3 insertions, 3 deletions
diff --git a/tools/Linux/xbmc.desktop b/tools/Linux/xbmc.desktop
index 46e2f8e4f8..fd3ea1b869 100644
--- a/tools/Linux/xbmc.desktop
+++ b/tools/Linux/xbmc.desktop
@@ -14,9 +14,9 @@ Actions=Fullscreen;Standalone
[Desktop Action Fullscreen]
Name=Open in fullscreen
Exec=xbmc -fs
-OnlyShowIn=Unity
+OnlyShowIn=Unity;
[Desktop Action Standalone]
Name=Open in standalone mode
-Exect=xbmc --standalone
-OnlyShowIn=Unity
+Exec=xbmc --standalone
+OnlyShowIn=Unity;