diff options
author | Timothy Pearson <[email protected]> | 2014-10-11 17:19:22 -0500 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2014-10-11 17:19:22 -0500 |
commit | 24db855178b48508b54c201c503a89ef8d6e36e9 (patch) | |
tree | 18aa37936a4acfff0008d01934be8b0879d6cb77 /khotkeys | |
parent | ee9dade9cf387a60b5c2a591500f68d8096ad9dc (diff) | |
download | tdebase-24db855178b48508b54c201c503a89ef8d6e36e9.tar.gz tdebase-24db855178b48508b54c201c503a89ef8d6e36e9.zip |
Fix ServiceTypes, ExcludeServiceTypes, and DocPath desktop file entries to match XDG specifications
Diffstat (limited to 'khotkeys')
-rw-r--r-- | khotkeys/app/khotkeys.desktop | 4 | ||||
-rw-r--r-- | khotkeys/kcontrol/khotkeys.desktop | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/khotkeys/app/khotkeys.desktop b/khotkeys/app/khotkeys.desktop index 7b9cc9330..cd2382e00 100644 --- a/khotkeys/app/khotkeys.desktop +++ b/khotkeys/app/khotkeys.desktop @@ -1,12 +1,12 @@ [Desktop Entry] Exec=khotkeys Type=Service -ServiceTypes=KDEDModule +X-TDE-ServiceTypes=KDEDModule X-TDE-ModuleType=Library X-TDE-Library=khotkeys X-TDE-FactoryName=khotkeys X-TDE-Kded-autoload=false -DocPath=kcontrol/khotkeys/index.html +X-DocPath=kcontrol/khotkeys/index.html Name=Input Actions Name[af]=Inset Aksies diff --git a/khotkeys/kcontrol/khotkeys.desktop b/khotkeys/kcontrol/khotkeys.desktop index 71d39991f..ade4ecf32 100644 --- a/khotkeys/kcontrol/khotkeys.desktop +++ b/khotkeys/kcontrol/khotkeys.desktop @@ -2,7 +2,7 @@ Exec=tdecmshell khotkeys Icon=khotkeys Type=Application -DocPath=kcontrol/khotkeys/index.html +X-DocPath=kcontrol/khotkeys/index.html X-TDE-ModuleType=Library X-TDE-Library=khotkeys X-TDE-Init-Library=khotkeys_init |