mirror of
https://github.com/clementine-player/Clementine
synced 2024-12-18 20:34:39 +01:00
Add quicklist items to the Unity launcher. Thanks motorslav. Fixes issue 1761
This commit is contained in:
parent
f905ce3510
commit
24d3a650ca
26
dist/clementine.desktop
vendored
Normal file → Executable file
26
dist/clementine.desktop
vendored
Normal file → Executable file
@ -13,3 +13,29 @@ Terminal=false
|
|||||||
Categories=AudioVideo;Player;Qt;
|
Categories=AudioVideo;Player;Qt;
|
||||||
StartupNotify=false
|
StartupNotify=false
|
||||||
MimeType=application/ogg;application/x-ogg;application/x-ogm-audio;audio/aac;audio/mp4;audio/mpeg;audio/mpegurl;audio/ogg;audio/vnd.rn-realaudio;audio/vorbis;audio/x-flac;audio/x-mp3;audio/x-mpeg;audio/x-mpegurl;audio/x-ms-wma;audio/x-musepack;audio/x-oggflac;audio/x-pn-realaudio;audio/x-scpls;audio/x-speex;audio/x-vorbis;audio/x-vorbis+ogg;audio/x-wav;video/x-ms-asf;x-content/audio-player;
|
MimeType=application/ogg;application/x-ogg;application/x-ogm-audio;audio/aac;audio/mp4;audio/mpeg;audio/mpegurl;audio/ogg;audio/vnd.rn-realaudio;audio/vorbis;audio/x-flac;audio/x-mp3;audio/x-mpeg;audio/x-mpegurl;audio/x-ms-wma;audio/x-musepack;audio/x-oggflac;audio/x-pn-realaudio;audio/x-scpls;audio/x-speex;audio/x-vorbis;audio/x-vorbis+ogg;audio/x-wav;video/x-ms-asf;x-content/audio-player;
|
||||||
|
X-Ayatana-Desktop-Shortcuts=Play;Pause;Stop;Previous;Next;
|
||||||
|
|
||||||
|
[Play Shortcut Group]
|
||||||
|
Name=Play
|
||||||
|
Exec=clementine --play
|
||||||
|
TargetEnvironment=Unity
|
||||||
|
|
||||||
|
[Pause Shortcut Group]
|
||||||
|
Name=Pause
|
||||||
|
Exec=clementine --pause
|
||||||
|
TargetEnvironment=Unity
|
||||||
|
|
||||||
|
[Stop Shortcut Group]
|
||||||
|
Name=Stop
|
||||||
|
Exec=clementine --stop
|
||||||
|
TargetEnvironment=Unity
|
||||||
|
|
||||||
|
[Previous Shortcut Group]
|
||||||
|
Name=Previous
|
||||||
|
Exec=clementine --previous
|
||||||
|
TargetEnvironment=Unity
|
||||||
|
|
||||||
|
[Next Shortcut Group]
|
||||||
|
Name=Next
|
||||||
|
Exec=clementine --next
|
||||||
|
TargetEnvironment=Unity
|
||||||
|
Loading…
Reference in New Issue
Block a user