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 | 374a04fb516ab6a6101a4cd8fef28407e87fd9ba (patch) | |
tree | 9564f610e1527a55a646316474dadcd899270faf | |
parent | d6a90320bc47123e90e9909766c035fb06a3d354 (diff) | |
download | kdiff3-374a04fb516ab6a6101a4cd8fef28407e87fd9ba.tar.gz kdiff3-374a04fb516ab6a6101a4cd8fef28407e87fd9ba.zip |
Fix ServiceTypes, ExcludeServiceTypes, and DocPath desktop file entries to match XDG specifications
-rw-r--r-- | kdiff3plugin/kdiff3_plugin.desktop | 2 | ||||
-rw-r--r-- | src/kdiff3.desktop | 2 | ||||
-rw-r--r-- | src/kdiff3part.desktop | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/kdiff3plugin/kdiff3_plugin.desktop b/kdiff3plugin/kdiff3_plugin.desktop index 0ff3cb1..19c8a56 100644 --- a/kdiff3plugin/kdiff3_plugin.desktop +++ b/kdiff3plugin/kdiff3_plugin.desktop @@ -3,4 +3,4 @@ Encoding=UTF-8 Type=Service Name=Compare/Merge Files/Directories X-TDE-Library=libkdiff3plugin -ServiceTypes=KonqPopupMenu/Plugin,all/all +X-TDE-ServiceTypes=KonqPopupMenu/Plugin,all/all diff --git a/src/kdiff3.desktop b/src/kdiff3.desktop index 1bea2a6..3bc1afe 100644 --- a/src/kdiff3.desktop +++ b/src/kdiff3.desktop @@ -49,7 +49,7 @@ Exec=kdiff3 %i %m -caption "%c" Icon=kdiff3 Type=Application Categories=Qt;TDE;Development; -DocPath=kdiff3/index.html +X-DocPath=kdiff3/index.html Comment=A File And Directory Comparison And Merge Tool Comment[ar]=أداة مقارنة و دمج ملفات و دلائل (مجلًدات ) Comment[bg]=Инструмент за сравняване и сливане на файлове и директории diff --git a/src/kdiff3part.desktop b/src/kdiff3part.desktop index 54bdef6..82b4284 100644 --- a/src/kdiff3part.desktop +++ b/src/kdiff3part.desktop @@ -13,6 +13,6 @@ Name[uk]=Комопнент KDiff3 Name[xx]=xxKDiff3Partxx Name[zh_CN]=KDiff3 组件 MimeType=text/x-diff -ServiceTypes=KParts/ReadOnlyPart,KParts/ReadWritePart +X-TDE-ServiceTypes=KParts/ReadOnlyPart,KParts/ReadWritePart X-TDE-Library=libkdiff3part Type=Service |