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 /kget/kget_download.desktop | |
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 'kget/kget_download.desktop')
-rw-r--r-- | kget/kget_download.desktop | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kget/kget_download.desktop b/kget/kget_download.desktop index 89654b8e..bc7ebc82 100644 --- a/kget/kget_download.desktop +++ b/kget/kget_download.desktop @@ -1,8 +1,8 @@ [Desktop Entry] Actions=KGetDownload; Icon= -ServiceTypes=all/allfiles -ExcludeServiceTypes=kdedevice/* +X-TDE-ServiceTypes=all/allfiles +X-TDE-ExcludeServiceTypes=kdedevice/* [Desktop Action KGetDownload] Exec=kget %U |