diff options
author | Victor Kareh <[email protected]> | 2019-06-10 12:30:31 -0400 |
---|---|---|
committer | raveit65 <[email protected]> | 2019-06-11 17:02:24 +0200 |
commit | ae9fa5396a16027c603ebb228ecb52923a6d9e53 (patch) | |
tree | db5e92a2b175fbed918a4f1622371bf90765a9ab | |
parent | 149f465f1be2fe90bc0b02909121418d319d2c50 (diff) | |
download | eom-ae9fa5396a16027c603ebb228ecb52923a6d9e53.tar.bz2 eom-ae9fa5396a16027c603ebb228ecb52923a6d9e53.tar.xz |
Restore image types list and add wildcard
-rw-r--r-- | data/eom.desktop.in.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/data/eom.desktop.in.in b/data/eom.desktop.in.in index 938bb7c..a8e7dcb 100644 --- a/data/eom.desktop.in.in +++ b/data/eom.desktop.in.in @@ -14,4 +14,4 @@ X-MATE-Bugzilla-Product=EOM X-MATE-Bugzilla-Component=general X-MATE-Bugzilla-Version=@VERSION@ X-MATE-DocPath=eom/index.docbook -MimeType=image/*; +MimeType=image/bmp;image/gif;image/jpeg;image/jpg;image/pjpeg;image/png;image/tiff;image/x-bmp;image/x-gray;image/x-icb;image/x-ico;image/x-png;image/x-portable-anymap;image/x-portable-bitmap;image/x-portable-graymap;image/x-portable-pixmap;image/x-xbitmap;image/x-xpixmap;image/x-pcx;image/svg+xml;image/svg+xml-compressed;image/vnd.wap.wbmp;image/x-icns;image/*; |