diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2014-10-11 17:19:22 -0500 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2014-10-11 17:19:22 -0500 |
commit | 24db855178b48508b54c201c503a89ef8d6e36e9 (patch) | |
tree | 18aa37936a4acfff0008d01934be8b0879d6cb77 /twin/kcmtwin/twinoptions | |
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 'twin/kcmtwin/twinoptions')
-rw-r--r-- | twin/kcmtwin/twinoptions/twinactions.desktop | 2 | ||||
-rw-r--r-- | twin/kcmtwin/twinoptions/twinadvanced.desktop | 2 | ||||
-rw-r--r-- | twin/kcmtwin/twinoptions/twinfocus.desktop | 2 | ||||
-rw-r--r-- | twin/kcmtwin/twinoptions/twinmoving.desktop | 2 | ||||
-rw-r--r-- | twin/kcmtwin/twinoptions/twinoptions.desktop | 2 | ||||
-rw-r--r-- | twin/kcmtwin/twinoptions/twintranslucency.desktop | 2 |
6 files changed, 6 insertions, 6 deletions
diff --git a/twin/kcmtwin/twinoptions/twinactions.desktop b/twin/kcmtwin/twinoptions/twinactions.desktop index 931b92936..3e2422a0c 100644 --- a/twin/kcmtwin/twinoptions/twinactions.desktop +++ b/twin/kcmtwin/twinoptions/twinactions.desktop @@ -2,7 +2,7 @@ Icon=kcmkwm Type=Application Exec=tdecmshell twinactions -DocPath=kcontrol/windowbehavior/index.html#action-actions +X-DocPath=kcontrol/windowbehavior/index.html#action-actions X-TDE-ModuleType=Library X-TDE-Library=twinoptions diff --git a/twin/kcmtwin/twinoptions/twinadvanced.desktop b/twin/kcmtwin/twinoptions/twinadvanced.desktop index 73574e950..97f37789e 100644 --- a/twin/kcmtwin/twinoptions/twinadvanced.desktop +++ b/twin/kcmtwin/twinoptions/twinadvanced.desktop @@ -2,7 +2,7 @@ Icon=kcmkwm Type=Application Exec=tdecmshell twinadvanced -DocPath=kcontrol/windowbehavior/index.html#action-advanced +X-DocPath=kcontrol/windowbehavior/index.html#action-advanced X-TDE-ModuleType=Library X-TDE-Library=twinoptions diff --git a/twin/kcmtwin/twinoptions/twinfocus.desktop b/twin/kcmtwin/twinoptions/twinfocus.desktop index 5dd756c47..f22b8459d 100644 --- a/twin/kcmtwin/twinoptions/twinfocus.desktop +++ b/twin/kcmtwin/twinoptions/twinfocus.desktop @@ -2,7 +2,7 @@ Icon=kcmkwm Type=Application Exec=tdecmshell twinfocus -DocPath=kcontrol/windowbehavior/index.html#action-focus +X-DocPath=kcontrol/windowbehavior/index.html#action-focus X-TDE-ModuleType=Library X-TDE-Library=twinoptions diff --git a/twin/kcmtwin/twinoptions/twinmoving.desktop b/twin/kcmtwin/twinoptions/twinmoving.desktop index a4608b5bd..b1dfb6e72 100644 --- a/twin/kcmtwin/twinoptions/twinmoving.desktop +++ b/twin/kcmtwin/twinoptions/twinmoving.desktop @@ -2,7 +2,7 @@ Icon=kcmkwm Type=Application Exec=tdecmshell twinmoving -DocPath=kcontrol/windowbehavior/index.html#action-moving +X-DocPath=kcontrol/windowbehavior/index.html#action-moving X-TDE-ModuleType=Library X-TDE-Library=twinoptions diff --git a/twin/kcmtwin/twinoptions/twinoptions.desktop b/twin/kcmtwin/twinoptions/twinoptions.desktop index 65cef1c9d..640b0ebc6 100644 --- a/twin/kcmtwin/twinoptions/twinoptions.desktop +++ b/twin/kcmtwin/twinoptions/twinoptions.desktop @@ -2,7 +2,7 @@ Icon=kcmkwm Type=Application Exec=tdecmshell twinoptions -DocPath=kcontrol/windowbehavior/index.html +X-DocPath=kcontrol/windowbehavior/index.html X-TDE-ModuleType=Library X-TDE-Library=twinoptions diff --git a/twin/kcmtwin/twinoptions/twintranslucency.desktop b/twin/kcmtwin/twinoptions/twintranslucency.desktop index b1901e712..d06bd09e0 100644 --- a/twin/kcmtwin/twinoptions/twintranslucency.desktop +++ b/twin/kcmtwin/twinoptions/twintranslucency.desktop @@ -2,7 +2,7 @@ Icon=kcmkwm Type=Application Exec=tdecmshell twintranslucency -DocPath=kompmgr/index.html +X-DocPath=kompmgr/index.html X-TDE-ModuleType=Library X-TDE-Library=twinoptions |