diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2014-10-11 17:19:17 -0500 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2014-10-11 17:19:17 -0500 |
commit | c9a86b1924d8bba4829cc497a9043456cce0bef8 (patch) | |
tree | 55dd1f6d9a7202d3ef35d425889b90796c1dd9eb | |
parent | 24e31dabaa4e8ae91927e702069d164e066fc7ea (diff) | |
download | k9copy-c9a86b1924d8bba4829cc497a9043456cce0bef8.tar.gz k9copy-c9a86b1924d8bba4829cc497a9043456cce0bef8.zip |
Fix ServiceTypes, ExcludeServiceTypes, and DocPath desktop file entries to match XDG specifications
-rw-r--r-- | src/k9copy.desktop | 2 | ||||
-rw-r--r-- | src/k9copy_open.desktop | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/k9copy.desktop b/src/k9copy.desktop index ddc94b1..891c254 100644 --- a/src/k9copy.desktop +++ b/src/k9copy.desktop @@ -12,6 +12,6 @@ GenericName[tr]=DVD Vidyo Yedekleme Aracı MimeTypes= Terminal=false Icon=k9copy -DocPath=k9copy/index.html +X-DocPath=k9copy/index.html Categories=Qt;TDE;AudioVideo;DiscBurning; X-TDE-StartupNotify=true diff --git a/src/k9copy_open.desktop b/src/k9copy_open.desktop index 8e4f9f9..58fc2e6 100644 --- a/src/k9copy_open.desktop +++ b/src/k9copy_open.desktop @@ -8,4 +8,4 @@ Name[tr]=K9copy ile kopyala [Desktop Entry] Actions=Play; -ServiceTypes=media/dvdvideo +X-TDE-ServiceTypes=media/dvdvideo |