diff options
author | Timothy Pearson <[email protected]> | 2014-10-11 17:19:18 -0500 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2014-10-11 17:19:18 -0500 |
commit | 292a3a474211420f659443d90fcbda9c37735613 (patch) | |
tree | 0fd5ec87e5bd0ac0449cb996408e38a9cebb85e1 /src/kmplayer_part.desktop | |
parent | 873fa5e5a69f50630e2b28155ef3333dd4c3ec94 (diff) | |
download | kmplayer-292a3a474211420f659443d90fcbda9c37735613.tar.gz kmplayer-292a3a474211420f659443d90fcbda9c37735613.zip |
Fix ServiceTypes, ExcludeServiceTypes, and DocPath desktop file entries to match XDG specifications
Diffstat (limited to 'src/kmplayer_part.desktop')
-rw-r--r-- | src/kmplayer_part.desktop | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/kmplayer_part.desktop b/src/kmplayer_part.desktop index 2570e07..d1393d8 100644 --- a/src/kmplayer_part.desktop +++ b/src/kmplayer_part.desktop @@ -83,6 +83,6 @@ X-TDE-Library=libkmplayerpart MimeType=application/ogg;application/smil;application/vnd.ms-asf;application/vnd.rn-realmedia;application/x-kmplayer;application/x-mplayer2;application/x-ogg;application/xspf+xml;video/avi;video/mediaplayer;video/mp4;video/mpeg;video/quicktime;video/vnd.rn-realvideo;video/x-avi;video/x-flic;video/x-matroska;video/x-ms-asf;video/x-msvideo;video/x-ms-wmp;video/x-ms-wmv;video/x-ms-wvx;video/x-ogm;video/x-theora;uri/mms;uri/pnm;uri/rtspt;uri/rtspu; Type=Service Icon=kmplayer -ServiceTypes=KParts/ReadOnlyPart,Browser/View,KMediaPlayer/Player +X-TDE-ServiceTypes=KParts/ReadOnlyPart,Browser/View,KMediaPlayer/Player X-TDE-BrowserView-PluginsInfo=kmplayer/pluginsinfo -InitialPreference=5 +X-TDE-InitialPreference=5 |