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 | c31057da306afcc30cb7b4b03206cc43c2b7c6b6 (patch) | |
tree | 16d534a7afbd5e57e29fabb4bab2eeb7f3866a89 /kpf | |
parent | 096cbbcfcae860708e109fc10fa8edc6730c8fa4 (diff) | |
download | tdenetwork-c31057da306afcc30cb7b4b03206cc43c2b7c6b6.tar.gz tdenetwork-c31057da306afcc30cb7b4b03206cc43c2b7c6b6.zip |
Fix ServiceTypes, ExcludeServiceTypes, and DocPath desktop file entries to match XDG specifications
Diffstat (limited to 'kpf')
-rw-r--r-- | kpf/kpfapplet.desktop | 2 | ||||
-rw-r--r-- | kpf/kpfpropertiesdialogplugin.desktop | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/kpf/kpfapplet.desktop b/kpf/kpfapplet.desktop index bf9e24fa..b3e237cc 100644 --- a/kpf/kpfapplet.desktop +++ b/kpf/kpfapplet.desktop @@ -117,5 +117,5 @@ Comment[zh_TW]=能輕易在網路上分享檔案的小型網頁伺服器 Icon=kpf X-TDE-Library=kpf_panelapplet X-TDE-UniqueApplet=true -DocPath=kpf/index.html +X-DocPath=kpf/index.html X-TDE-Parent-App=Kicker diff --git a/kpf/kpfpropertiesdialogplugin.desktop b/kpf/kpfpropertiesdialogplugin.desktop index 960993fd..0591468b 100644 --- a/kpf/kpfpropertiesdialogplugin.desktop +++ b/kpf/kpfpropertiesdialogplugin.desktop @@ -53,4 +53,4 @@ Name[zh_HK]=KPF 目錄屬性頁 Name[zh_TW]=KPF 目錄屬性頁 X-TDE-Library=kpfpropertiesdialog X-TDE-Protocol=file -ServiceTypes=KPropsDlg/Plugin,inode/directory +X-TDE-ServiceTypes=KPropsDlg/Plugin,inode/directory |