diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2014-10-11 17:19:23 -0500 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2014-10-11 17:19:23 -0500 |
commit | 8d323d590c780918828ae37788be66f7063eda67 (patch) | |
tree | fd1ada6fa7643d246565870c8cad797ee5c7c154 /kontact/plugins/korganizer | |
parent | 29ede8faff3fcc97694ef70a7cffa8fbc70c0ca5 (diff) | |
download | tdepim-8d323d590c780918828ae37788be66f7063eda67.tar.gz tdepim-8d323d590c780918828ae37788be66f7063eda67.zip |
Fix ServiceTypes, ExcludeServiceTypes, and DocPath desktop file entries to match XDG specifications
Diffstat (limited to 'kontact/plugins/korganizer')
4 files changed, 4 insertions, 4 deletions
diff --git a/kontact/plugins/korganizer/journalplugin.desktop b/kontact/plugins/korganizer/journalplugin.desktop index 3e09a48c8..2a6bda5bd 100644 --- a/kontact/plugins/korganizer/journalplugin.desktop +++ b/kontact/plugins/korganizer/journalplugin.desktop @@ -1,7 +1,7 @@ [Desktop Entry] Type=Service Icon=kontact_journal -ServiceTypes=Kontact/Plugin +X-TDE-ServiceTypes=Kontact/Plugin X-TDE-Library=libkontact_journalplugin X-TDE-KontactPluginVersion=6 diff --git a/kontact/plugins/korganizer/kcmkorgsummary.desktop b/kontact/plugins/korganizer/kcmkorgsummary.desktop index 166c2f99c..e920dbdc1 100644 --- a/kontact/plugins/korganizer/kcmkorgsummary.desktop +++ b/kontact/plugins/korganizer/kcmkorgsummary.desktop @@ -1,7 +1,7 @@ [Desktop Entry] Icon=kontact_date Type=Service -ServiceTypes=TDECModule +X-TDE-ServiceTypes=TDECModule X-TDE-ModuleType=Library X-TDE-Library=korgsummary diff --git a/kontact/plugins/korganizer/korganizerplugin.desktop b/kontact/plugins/korganizer/korganizerplugin.desktop index 6cbed4b99..69391f0cd 100644 --- a/kontact/plugins/korganizer/korganizerplugin.desktop +++ b/kontact/plugins/korganizer/korganizerplugin.desktop @@ -1,7 +1,7 @@ [Desktop Entry] Type=Service Icon=kontact_date -ServiceTypes=Kontact/Plugin,KPluginInfo +X-TDE-ServiceTypes=Kontact/Plugin,KPluginInfo X-TDE-Library=libkontact_korganizerplugin X-TDE-KontactPluginVersion=6 diff --git a/kontact/plugins/korganizer/todoplugin.desktop b/kontact/plugins/korganizer/todoplugin.desktop index fdb5872ac..c93e5537b 100644 --- a/kontact/plugins/korganizer/todoplugin.desktop +++ b/kontact/plugins/korganizer/todoplugin.desktop @@ -1,7 +1,7 @@ [Desktop Entry] Type=Service Icon=kontact_todo -ServiceTypes=Kontact/Plugin +X-TDE-ServiceTypes=Kontact/Plugin X-TDE-Library=libkontact_todoplugin X-TDE-KontactPluginVersion=6 |