diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2014-10-11 17:19:18 -0500 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2014-10-11 17:19:18 -0500 |
commit | d8ab623d5b2ec24640da66339e8dc12e6c35e2c5 (patch) | |
tree | fe4eea43bef4087217a601912ed7628375a9d6fc | |
parent | 0a489e6fe65ff12fef5fdcd50ccd76570a817c2a (diff) | |
download | kiosktool-d8ab623d5b2ec24640da66339e8dc12e6c35e2c5.tar.gz kiosktool-d8ab623d5b2ec24640da66339e8dc12e6c35e2c5.zip |
Fix ServiceTypes, ExcludeServiceTypes, and DocPath desktop file entries to match XDG specifications
-rw-r--r-- | kiosktool/kiosktool.desktop | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kiosktool/kiosktool.desktop b/kiosktool/kiosktool.desktop index 9880107..8b5888b 100644 --- a/kiosktool/kiosktool.desktop +++ b/kiosktool/kiosktool.desktop @@ -3,7 +3,7 @@ Encoding=UTF-8 Type=Application Exec=kiosktool Icon=kiosktool -DocPath=kiosktool/index.html +X-DocPath=kiosktool/index.html X-TDE-StartupNotify=true Name=Kiosk Tool |