summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2014-10-11 17:19:17 -0500
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2014-10-11 17:19:17 -0500
commit7d51240e15df4007c790696e8512da18fc4533d0 (patch)
treeea4c52a89e75deedd256f7c72a67202f7b299b1b
parente3de4511963cb96f987a20288de181ba8c491972 (diff)
downloadkbibtex-7d51240e15df4007c790696e8512da18fc4533d0.tar.gz
kbibtex-7d51240e15df4007c790696e8512da18fc4533d0.zip
Fix ServiceTypes, ExcludeServiceTypes, and DocPath desktop file entries to match XDG specifications
-rw-r--r--src/kbibtex.desktop2
-rw-r--r--src/kbibtex_part.desktop2
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