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 /karm | |
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 'karm')
-rw-r--r-- | karm/karm_part.desktop | 2 | ||||
-rw-r--r-- | karm/support/karm.desktop | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/karm/karm_part.desktop b/karm/karm_part.desktop index 10d4efc0b..03a13afd9 100644 --- a/karm/karm_part.desktop +++ b/karm/karm_part.desktop @@ -11,6 +11,6 @@ Name[pt_BR]=Componente do KArm Name[sv]=Karm-delprogram Name[tr]=karmpart MimeType=text/english;text/plain;text/x-makefile;text/x-c++hdr;text/x-c++src;text/x-chdr;text/x-csrc;text/x-java;text/x-moc;text/x-pascal;text/x-tcl;text/x-tex;application/x-shellscript;text/x-c;text/x-c++; -ServiceTypes=KParts/ReadOnlyPart,KParts/ReadWritePart +X-TDE-ServiceTypes=KParts/ReadOnlyPart,KParts/ReadWritePart X-TDE-Library=libkarmpart Type=Service diff --git a/karm/support/karm.desktop b/karm/support/karm.desktop index 301d1f4ea..c7f664944 100644 --- a/karm/support/karm.desktop +++ b/karm/support/karm.desktop @@ -70,7 +70,7 @@ GenericName[zu]=Umgcini Wesikhathi Esemfihlo Exec=karm -caption "%c" %i %m Icon=karm Path= -DocPath=karm/index.html +X-DocPath=karm/index.html Type=Application Terminal=false X-TDE-StartupNotify=true |