diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2014-10-11 17:19:20 -0500 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2014-10-11 17:19:20 -0500 |
commit | 3e62cfb2208c559412d73e7d256973264ad32c62 (patch) | |
tree | 7b9eb7bed3cfd232cfdd2220870cddb641ab6363 | |
parent | f5753ada4a89f2f066d6e9430f0a981049d44db0 (diff) | |
download | tde-systemsettings-3e62cfb2208c559412d73e7d256973264ad32c62.tar.gz tde-systemsettings-3e62cfb2208c559412d73e7d256973264ad32c62.zip |
Fix ServiceTypes, ExcludeServiceTypes, and DocPath desktop file entries to match XDG specifications
-rw-r--r-- | systemsettings/menu/kcm_knetworkconfmodule_ss.desktop | 2 | ||||
-rw-r--r-- | systemsettings/menu/kcmfontinst.desktop | 2 | ||||
-rw-r--r-- | systemsettings/menu/laptop.desktop | 2 | ||||
-rw-r--r-- | systemsettings/systemsettings.desktop | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/systemsettings/menu/kcm_knetworkconfmodule_ss.desktop b/systemsettings/menu/kcm_knetworkconfmodule_ss.desktop index 268f1a6..139d420 100644 --- a/systemsettings/menu/kcm_knetworkconfmodule_ss.desktop +++ b/systemsettings/menu/kcm_knetworkconfmodule_ss.desktop @@ -8,7 +8,7 @@ X-TDE-FactoryName=knetworkconfmodule Type=Application Exec=tdecmshell kcm_knetworkconfmodule Icon=knetworkconf -DocPath=knetworkconf/index.html +X-DocPath=knetworkconf/index.html Comment=Configure Network Settings Comment[ar]=إعداد تعيينات الشبكة diff --git a/systemsettings/menu/kcmfontinst.desktop b/systemsettings/menu/kcmfontinst.desktop index 336e84c..30e1aea 100644 --- a/systemsettings/menu/kcmfontinst.desktop +++ b/systemsettings/menu/kcmfontinst.desktop @@ -2,7 +2,7 @@ Exec=tdecmshell kcmfontinst Icon=fonts Type=Application -DocPath=kcontrol/kcmfontinst/index.html +X-DocPath=kcontrol/kcmfontinst/index.html X-TDE-Library=fontinst diff --git a/systemsettings/menu/laptop.desktop b/systemsettings/menu/laptop.desktop index 3312168..ba9d472 100644 --- a/systemsettings/menu/laptop.desktop +++ b/systemsettings/menu/laptop.desktop @@ -5,7 +5,7 @@ X-TDE-Init=laptop Exec=tdecmshell laptop Icon=laptop_battery Type=Application -DocPath=kcontrol/laptop/index.html +X-DocPath=kcontrol/laptop/index.html Categories=Qt;TDE;X-TDE-settings-hardware; Comment=Laptop Battery Comment[af]=Draagbare rekenaar Batery diff --git a/systemsettings/systemsettings.desktop b/systemsettings/systemsettings.desktop index 8199a1d..de1dcf6 100644 --- a/systemsettings/systemsettings.desktop +++ b/systemsettings/systemsettings.desktop @@ -3,7 +3,7 @@ Encoding=UTF-8 Exec=systemsettings -caption "%c" %i %m Icon=systemsettings Type=Application -DocPath=systemsettings/index.html +X-DocPath=systemsettings/index.html X-TDE-StartupNotify=true Name=System Settings |