diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2014-10-11 17:19:18 -0500 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2014-10-11 17:19:18 -0500 |
commit | fd7a824a665cc57443575c3d157b0d9ff1fb2af1 (patch) | |
tree | a64a2c6ca8371101e23b8f5a70e4e0f726d32a4f /kugar | |
parent | a0f523a8b19360d875c4055398dc7191eda08f5d (diff) | |
download | koffice-fd7a824a665cc57443575c3d157b0d9ff1fb2af1.tar.gz koffice-fd7a824a665cc57443575c3d157b0d9ff1fb2af1.zip |
Fix ServiceTypes, ExcludeServiceTypes, and DocPath desktop file entries to match XDG specifications
Diffstat (limited to 'kugar')
-rw-r--r-- | kugar/kudesigner/kudesigner.desktop | 4 | ||||
-rw-r--r-- | kugar/part/kugar.desktop | 2 | ||||
-rw-r--r-- | kugar/part/kugarpart.desktop | 2 |
3 files changed, 4 insertions, 4 deletions
diff --git a/kugar/kudesigner/kudesigner.desktop b/kugar/kudesigner/kudesigner.desktop index 5affbe2a..0409310c 100644 --- a/kugar/kudesigner/kudesigner.desktop +++ b/kugar/kudesigner/kudesigner.desktop @@ -2,7 +2,7 @@ Type=Application Exec=kudesigner %u Icon=kudesigner -DocPath=kugar/index.html +X-DocPath=kugar/index.html Terminal=false Name=Kugar Designer Name[af]=Kugar Ontwerper @@ -153,6 +153,6 @@ Comment[zh_TW]=簡報設計家 MimeType=application/x-kudesigner X-TDE-NativeMimeType=application/x-kudesigner X-TDE-Library=libkudesignerpart -ServiceTypes=KOfficePart,KParts/ReadOnlyPart,KParts/ReadWritePart +X-TDE-ServiceTypes=KOfficePart,KParts/ReadOnlyPart,KParts/ReadWritePart Categories=Qt;TDE;Office; diff --git a/kugar/part/kugar.desktop b/kugar/part/kugar.desktop index b115a09c..b682837e 100644 --- a/kugar/part/kugar.desktop +++ b/kugar/part/kugar.desktop @@ -8,7 +8,7 @@ Exec=kugar %u Icon=kugar MimeType=application/x-kugar;application/x-vnd.kde.kugar.mixed Type=Application -DocPath=kugar/index.html +X-DocPath=kugar/index.html GenericName=Report Generator GenericName[af]=Raporteer Genereerder GenericName[ar]=مُوَلِّد التَّقارير diff --git a/kugar/part/kugarpart.desktop b/kugar/part/kugarpart.desktop index 1ad592fa..61ffadb7 100644 --- a/kugar/part/kugarpart.desktop +++ b/kugar/part/kugarpart.desktop @@ -49,7 +49,7 @@ Name[zh_TW]=KOffice 報告產生元件 MimeType=application/x-kugar;application/x-vnd.kde.kugar.mixed Type=Service Terminal=false -ServiceTypes=KOfficePart,KParts/ReadOnlyPart,Browser/View +X-TDE-ServiceTypes=KOfficePart,KParts/ReadOnlyPart,Browser/View X-TDE-Library=libkugarpart X-TDE-NativeMimeType=application/x-vnd.kde.kugar.mixed GenericName=Report Generator |