diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2014-10-11 17:19:17 -0500 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2014-10-11 17:19:17 -0500 |
commit | a7221e9c2714e165caf71df87002fb2d19732af1 (patch) | |
tree | 7e3809531ae746e7da2efa2337c2251a2a3277c0 /configdialog | |
parent | 728202eebf77153a666f93948b29a52f72456ebc (diff) | |
download | kbfx-a7221e9c2714e165caf71df87002fb2d19732af1.tar.gz kbfx-a7221e9c2714e165caf71df87002fb2d19732af1.zip |
Fix ServiceTypes, ExcludeServiceTypes, and DocPath desktop file entries to match XDG specifications
Diffstat (limited to 'configdialog')
-rw-r--r-- | configdialog/kbfx_install_theme.desktop | 2 | ||||
-rw-r--r-- | configdialog/kbfx_prepare_theme.desktop | 2 | ||||
-rw-r--r-- | configdialog/kbfxconfigapp.desktop | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/configdialog/kbfx_install_theme.desktop b/configdialog/kbfx_install_theme.desktop index 9406742..0b4384a 100644 --- a/configdialog/kbfx_install_theme.desktop +++ b/configdialog/kbfx_install_theme.desktop @@ -1,6 +1,6 @@ [Desktop Entry] Encoding=UTF-8 -ServiceTypes=application/x-kbfxtheme +X-TDE-ServiceTypes=application/x-kbfxtheme Actions=kbfx_install_theme [Desktop Action kbfx_install_theme] diff --git a/configdialog/kbfx_prepare_theme.desktop b/configdialog/kbfx_prepare_theme.desktop index f510fc5..5dcdaed 100644 --- a/configdialog/kbfx_prepare_theme.desktop +++ b/configdialog/kbfx_prepare_theme.desktop @@ -1,6 +1,6 @@ [Desktop Entry] Encoding=UTF-8 -ServiceTypes=inode/directory +X-TDE-ServiceTypes=inode/directory Actions=kbfx_prepare_theme [Desktop Action kbfx_prepare_theme] diff --git a/configdialog/kbfxconfigapp.desktop b/configdialog/kbfxconfigapp.desktop index 898998b..2988306 100644 --- a/configdialog/kbfxconfigapp.desktop +++ b/configdialog/kbfxconfigapp.desktop @@ -32,5 +32,5 @@ Icon=kbfxconfigapp Exec=kbfxconfigapp Type=Application Categories=Qt;TDE;Settings; -DocPath=kbfxconfigapp/index.html +X-DocPath=kbfxconfigapp/index.html X-DCOP-ServiceType=Unique |