diff options
author | Hugo Barrera <hugo@barrera.io> | 2020-12-21 10:13:25 +0000 |
---|---|---|
committer | Harry Jeffery <harry@exec64.co.uk> | 2021-04-14 15:32:01 +0100 |
commit | 478310d0c6bb9610c28c777d4f318fae7272ff12 (patch) | |
tree | 55931c5d279c27d0ab6445a1aa4893fdf4e4b1cc | |
parent | 70a70727b74c532ffb303023b3eb215310948b31 (diff) | |
download | imv-478310d0c6bb9610c28c777d4f318fae7272ff12.tar.gz |
List image/heif as a supported mime type
`imv` now supports HEIC, but other applications (e.g.: file managers) cannot determine this, since it's not listed as a supported mime type.
Adding this entry allows such applications to determine that `imv` can handle HEIC files.
-rw-r--r-- | files/imv.desktop | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/files/imv.desktop b/files/imv.desktop index 8d56d53..5da4ddf 100644 --- a/files/imv.desktop +++ b/files/imv.desktop @@ -8,7 +8,7 @@ NoDisplay=true Terminal=false Type=Application Categories=Graphics;2DGraphics;Viewer; -MimeType=image/bmp;image/gif;image/jpeg;image/jpg;image/pjpeg;image/png;image/tiff;image/x-bmp;image/x-pcx;image/x-png;image/x-portable-anymap;image/x-portable-bitmap;image/x-portable-graymap;image/x-portable-pixmap;image/x-tga;image/x-xbitmap; +MimeType=image/bmp;image/gif;image/jpeg;image/jpg;image/pjpeg;image/png;image/tiff;image/x-bmp;image/x-pcx;image/x-png;image/x-portable-anymap;image/x-portable-bitmap;image/x-portable-graymap;image/x-portable-pixmap;image/x-tga;image/x-xbitmap;image/heif Name[en_US]=imv Icon=multimedia-photo-viewer Keywords=photo;picture; |