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 | 7d51240e15df4007c790696e8512da18fc4533d0 (patch) | |
tree | ea4c52a89e75deedd256f7c72a67202f7b299b1b /src | |
parent | e3de4511963cb96f987a20288de181ba8c491972 (diff) | |
download | kbibtex-7d51240e15df4007c790696e8512da18fc4533d0.tar.gz kbibtex-7d51240e15df4007c790696e8512da18fc4533d0.zip |
Fix ServiceTypes, ExcludeServiceTypes, and DocPath desktop file entries to match XDG specifications
Diffstat (limited to 'src')
-rw-r--r-- | src/kbibtex.desktop | 2 | ||||
-rw-r--r-- | src/kbibtex_part.desktop | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/kbibtex.desktop b/src/kbibtex.desktop index 645be2b..5039a0f 100644 --- a/src/kbibtex.desktop +++ b/src/kbibtex.desktop @@ -4,7 +4,7 @@ GenericName=Bibliography Manager Exec=kbibtex %U %i -caption "%c" Icon=kbibtex Type=Application -DocPath=kbibtex/index.html +X-DocPath=kbibtex/index.html Comment=A BibTeX editor for TDE Comment[de]=Ein BibTeX-Editor für TDE MimeType=text/x-bibtex; diff --git a/src/kbibtex_part.desktop b/src/kbibtex_part.desktop index 93e3b2e..bb84803 100644 --- a/src/kbibtex_part.desktop +++ b/src/kbibtex_part.desktop @@ -10,6 +10,6 @@ Name[pl]=Moduł KBibTeX Name[pt_BR]=Parte do KBibTeX Name[de]=Einbettungsfähige Komponente von KBibTeX MimeType=text/x-bibtex;application/x-endnote-library; -ServiceTypes=KParts/ReadOnlyPart,KParts/ReadWritePart +X-TDE-ServiceTypes=KParts/ReadOnlyPart,KParts/ReadWritePart X-TDE-Library=libkbibtexpart Type=Service |