diff options
author | Timothy Pearson <[email protected]> | 2014-10-11 17:19:19 -0500 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2014-10-11 17:19:19 -0500 |
commit | 1806fdc5941f4639eaf11f4b015ffeedda238a34 (patch) | |
tree | 6d554db0ad24b3f6be41ea3761d148dac3736f07 | |
parent | 703b6eafc92f4f81165bfe491229df283d52a340 (diff) | |
download | kuickshow-1806fdc5941f4639eaf11f4b015ffeedda238a34.tar.gz kuickshow-1806fdc5941f4639eaf11f4b015ffeedda238a34.zip |
Fix ServiceTypes, ExcludeServiceTypes, and DocPath desktop file entries to match XDG specifications
-rw-r--r-- | kuickshow/src/kuickshow.desktop | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kuickshow/src/kuickshow.desktop b/kuickshow/src/kuickshow.desktop index 8f68573..57c8fd4 100644 --- a/kuickshow/src/kuickshow.desktop +++ b/kuickshow/src/kuickshow.desktop @@ -19,9 +19,9 @@ Exec=kuickshow %i %m -caption "%c" %U Icon=kuickshow Type=Application MimeType=image/gif;image/x-xpm;image/x-xbm;image/jpeg;image/png;image/tiff;image/x-bmp;image/x-psd;image/x-eim;image/x-portable-bitmap;image/x-portable-pixmap;image/x-portable-greymap; -DocPath=kuickshow/index.html +X-DocPath=kuickshow/index.html Terminal=false -InitialPreference=6 +X-TDE-InitialPreference=6 GenericName=Image Viewer GenericName[af]=Beeld Aansig |