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 /kicker | |
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 'kicker')
-rw-r--r-- | kicker/kicker/kcmkicker.desktop | 2 | ||||
-rw-r--r-- | kicker/kicker/panel.desktop | 2 | ||||
-rw-r--r-- | kicker/kicker/plugins/kickoffsearch_beagle.desktop | 2 | ||||
-rw-r--r-- | kicker/menuext/find/kfind.desktop | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/kicker/kicker/kcmkicker.desktop b/kicker/kicker/kcmkicker.desktop index 12fe7d9b1..c7d493997 100644 --- a/kicker/kicker/kcmkicker.desktop +++ b/kicker/kicker/kcmkicker.desktop @@ -76,6 +76,6 @@ Name[wa]=Apontyî li scriftôr Name[zh_CN]=配置面板 Name[zh_TW]=設定面板 X-TDE-StartupNotify=true -DocPath=kicker/configuring.html +X-DocPath=kicker/configuring.html OnlyShowIn=TDE; Categories=Qt;TDE;Settings; diff --git a/kicker/kicker/panel.desktop b/kicker/kicker/panel.desktop index 39451e726..20a582cdd 100644 --- a/kicker/kicker/panel.desktop +++ b/kicker/kicker/panel.desktop @@ -80,7 +80,7 @@ Name[zh_TW]=Trinity 面板 Name[zu]=Iwindi lemininingwane le-Trinity X-DCOP-ServiceType=wait X-TDE-autostart-after=kdesktop -DocPath=kicker/index.html +X-DocPath=kicker/index.html Type=Service OnlyShowIn=TDE; X-TDE-autostart-phase=0 diff --git a/kicker/kicker/plugins/kickoffsearch_beagle.desktop b/kicker/kicker/plugins/kickoffsearch_beagle.desktop index 50ef62b32..aa8bb5657 100644 --- a/kicker/kicker/plugins/kickoffsearch_beagle.desktop +++ b/kicker/kicker/plugins/kickoffsearch_beagle.desktop @@ -1,6 +1,6 @@ [Desktop Entry] Name=Beagle Search Comment=Beagle search plugin for Kickoff search -ServiceTypes=KickoffSearch/Plugin +X-TDE-ServiceTypes=KickoffSearch/Plugin Type=Service X-TDE-Library=kickoffsearch_beagle diff --git a/kicker/menuext/find/kfind.desktop b/kicker/menuext/find/kfind.desktop index 9363c1849..89aec1bac 100644 --- a/kicker/menuext/find/kfind.desktop +++ b/kicker/menuext/find/kfind.desktop @@ -1,7 +1,7 @@ [Desktop Entry] Exec=kfind %f Icon=kfind -DocPath=kfind/index.html +X-DocPath=kfind/index.html Path= Type=Application Terminal=false |