aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortrialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38>2012-12-20 14:16:12 +0000
committertrialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38>2012-12-20 14:16:12 +0000
commit7d712ab576eacf9b8b7d0f9012db8c02f1fcc08d (patch)
tree01eddd4c76535d26f1d575d4db76ec38fad4028e
parentc1e29becb33ed5f5fbbfa72c17545881cbfd695c (diff)
downloadqmmp-7d712ab576eacf9b8b7d0f9012db8c02f1fcc08d.tar.gz
qmmp-7d712ab576eacf9b8b7d0f9012db8c02f1fcc08d.tar.bz2
qmmp-7d712ab576eacf9b8b7d0f9012db8c02f1fcc08d.zip
moved unity support to separate file
git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@3081 90c681e8-e032-0410-971d-27865f9a5e38
-rw-r--r--src/app/qmmp.desktop33
-rw-r--r--src/app/qmmp_unity.desktop59
2 files changed, 59 insertions, 33 deletions
diff --git a/src/app/qmmp.desktop b/src/app/qmmp.desktop
index 24d44a371..69a8f58d2 100644
--- a/src/app/qmmp.desktop
+++ b/src/app/qmmp.desktop
@@ -24,36 +24,3 @@ Type=Application
Categories=AudioVideo;Player;Audio;Qt;
MimeType=application/x-ogg;audio/mp3;audio/mpeg;audio/flac;audio/x-mp3;audio/x-mpeg;audio/x-ms-wma;audio/x-musepack;application/ogg;audio/x-vorbis+ogg;audio/x-scpls;audio/x-mpegurl;audio/x-it;audio/x-mod;audio/x-ape;application/x-cue;x-content/audio-cdda;audio/x-ffmpeg-shorten;
X-KDE-StartupNotify=false
-
-X-Ayatana-Desktop-Shortcuts=Play;Pause;Stop;Previous;Next;
-
-[Play Shortcut Group]
-Name=Play
-Name[ru]=Воспроизвести
-Exec=qmmp --no-start --play
-TargetEnvironment=Unity
-
-[Pause Shortcut Group]
-Name=Pause
-Name[ru]=Пауза
-Exec=qmmp --no-start --pause
-TargetEnvironment=Unity
-
-[Stop Shortcut Group]
-Name=Stop
-Name[ru]=Остановить
-Exec=qmmp --no-start --stop
-TargetEnvironment=Unity
-
-[Previous Shortcut Group]
-Name=Previous
-Name[ru]=Предыдущий фрагмент
-Exec=qmmp --no-start --previous
-TargetEnvironment=Unity
-
-[Next Shortcut Group]
-Name=Next
-Name[ru]=Следующий фрагмент
-Exec=qmmp --no-start --next
-TargetEnvironment=Unity
-
diff --git a/src/app/qmmp_unity.desktop b/src/app/qmmp_unity.desktop
new file mode 100644
index 000000000..24d44a371
--- /dev/null
+++ b/src/app/qmmp_unity.desktop
@@ -0,0 +1,59 @@
+[Desktop Entry]
+X-Desktop-File-Install-Version=0.11
+Name=Qmmp
+Comment=Qt4-based Multimedia Player
+Comment[ru]=Медиа-проигрыватель на базе Qt4
+Comment[uk]=Медіа-програвач на базі Qt4
+Comment[cs]=Přehrávač hudby založený na Qt
+Comment[tr]=Qt4 tabanlı Çokluortam Oynatıcı
+Comment[de]=Qt4-basierter Audio-Player
+Comment[zh_CN]=基于Qt4的多媒体播放器
+Comment[zh_TW]=基于Qt4的多媒體播放器
+GenericName=Audio player
+GenericName[cs]=Přehrávač hudby
+GenericName[de]=Audio-Player
+GenericName[ru]=Аудио-проигрыватель
+GenericName[uk]=Медіа-програвач
+GenericName[tr]=Ses Oynatıcı
+GenericName[zh_CN]=音乐播放器
+GenericName[zh_TW]=音樂播放器
+Exec=qmmp %F
+Icon=qmmp
+Terminal=false
+Type=Application
+Categories=AudioVideo;Player;Audio;Qt;
+MimeType=application/x-ogg;audio/mp3;audio/mpeg;audio/flac;audio/x-mp3;audio/x-mpeg;audio/x-ms-wma;audio/x-musepack;application/ogg;audio/x-vorbis+ogg;audio/x-scpls;audio/x-mpegurl;audio/x-it;audio/x-mod;audio/x-ape;application/x-cue;x-content/audio-cdda;audio/x-ffmpeg-shorten;
+X-KDE-StartupNotify=false
+
+X-Ayatana-Desktop-Shortcuts=Play;Pause;Stop;Previous;Next;
+
+[Play Shortcut Group]
+Name=Play
+Name[ru]=Воспроизвести
+Exec=qmmp --no-start --play
+TargetEnvironment=Unity
+
+[Pause Shortcut Group]
+Name=Pause
+Name[ru]=Пауза
+Exec=qmmp --no-start --pause
+TargetEnvironment=Unity
+
+[Stop Shortcut Group]
+Name=Stop
+Name[ru]=Остановить
+Exec=qmmp --no-start --stop
+TargetEnvironment=Unity
+
+[Previous Shortcut Group]
+Name=Previous
+Name[ru]=Предыдущий фрагмент
+Exec=qmmp --no-start --previous
+TargetEnvironment=Unity
+
+[Next Shortcut Group]
+Name=Next
+Name[ru]=Следующий фрагмент
+Exec=qmmp --no-start --next
+TargetEnvironment=Unity
+