diff options
author | David Baucum <maxolasersquad@gmail.com> | 2012-03-20 00:20:22 -0400 |
---|---|---|
committer | David Baucum <maxolasersquad@gmail.com> | 2012-03-20 00:20:22 -0400 |
commit | 5829554c913c5195abca6785eaa0ecfe5bf2ac8f (patch) | |
tree | c16e917e565113e1727ee2a5a2865d7925e48f45 /tools/Linux | |
parent | 7fad8083195ed77568c9a800084d698978c1b28e (diff) |
Added Unity Quicklist integration
Diffstat (limited to 'tools/Linux')
-rw-r--r-- | tools/Linux/xbmc.desktop | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/tools/Linux/xbmc.desktop b/tools/Linux/xbmc.desktop index e88f96662f..46e2f8e4f8 100644 --- a/tools/Linux/xbmc.desktop +++ b/tools/Linux/xbmc.desktop @@ -8,3 +8,15 @@ Icon=xbmc Terminal=false Type=Application Categories=AudioVideo;Video;Player;TV; + +Actions=Fullscreen;Standalone + +[Desktop Action Fullscreen] +Name=Open in fullscreen +Exec=xbmc -fs +OnlyShowIn=Unity + +[Desktop Action Standalone] +Name=Open in standalone mode +Exect=xbmc --standalone +OnlyShowIn=Unity |