diff options
author | Timothy Pearson <[email protected]> | 2014-10-11 17:19:17 -0500 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2014-10-11 17:19:17 -0500 |
commit | 07ad742077b9aff04254f8720128934750b55982 (patch) | |
tree | 78138c794e03b747f36c53860b3e48d692f7d79a | |
parent | 80984a0dd569123c2208fdcf44e8c75caec05977 (diff) | |
download | kbarcode-07ad742077b9aff04254f8720128934750b55982.tar.gz kbarcode-07ad742077b9aff04254f8720128934750b55982.zip |
Fix ServiceTypes, ExcludeServiceTypes, and DocPath desktop file entries to match XDG specifications
-rw-r--r-- | fileplugin/tdefile_kbarcode.desktop | 2 | ||||
-rw-r--r-- | kbarcode/kbarcode-label.desktop | 2 | ||||
-rw-r--r-- | kbarcode/kbarcode.desktop | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/fileplugin/tdefile_kbarcode.desktop b/fileplugin/tdefile_kbarcode.desktop index 5b3d77e..31d6124 100644 --- a/fileplugin/tdefile_kbarcode.desktop +++ b/fileplugin/tdefile_kbarcode.desktop @@ -3,7 +3,7 @@ Type=Service Name=KBarcode Info Comment=KBarcode Info Icon=kbarcode -ServiceTypes=KFilePlugin +X-TDE-ServiceTypes=KFilePlugin MimeType=application/kbarcode-label X-TDE-Library=tdefile_kbarcode SupportsThumbnail= diff --git a/kbarcode/kbarcode-label.desktop b/kbarcode/kbarcode-label.desktop index 3be4f7e..08d8244 100644 --- a/kbarcode/kbarcode-label.desktop +++ b/kbarcode/kbarcode-label.desktop @@ -3,7 +3,7 @@ Type=MimeType Comment=KBarcode Label Encoding=UTF-8 Icon=kbarcode -DocPath=kbarcode/index.html +X-DocPath=kbarcode/index.html MimeType=application/kbarcode-label Name[de]=kbarcode-label.desktop GenericName=KBarcode Label diff --git a/kbarcode/kbarcode.desktop b/kbarcode/kbarcode.desktop index e7e4dbe..71345ac 100644 --- a/kbarcode/kbarcode.desktop +++ b/kbarcode/kbarcode.desktop @@ -4,7 +4,7 @@ Type=Application Exec=kbarcode -caption "%c" %i %m %f Icon=kbarcode.png MimeType=application/kbarcode-label -DocPath=kbarcode/index.html +X-DocPath=kbarcode/index.html Comment=Barcode and label printing tool Comment[de]=Werkzeug zum Barcode und Etiketten Druck Terminal=0 |