diff options
author | Přemysl Eric Janouch <p@janouch.name> | 2021-09-17 20:42:37 +0200 |
---|---|---|
committer | Přemysl Eric Janouch <p@janouch.name> | 2021-10-04 23:17:34 +0200 |
commit | 58bbe1e2ffa1118b9ebe92bfabbcf5edcaf4cff9 (patch) | |
tree | 478d9406c0a2d003c8692765da52fbb36ba77b5f /fastiv.desktop | |
parent | f21100fb02e219dc80fce7211c1f86174d4b1c03 (diff) | |
download | fiv-58bbe1e2ffa1118b9ebe92bfabbcf5edcaf4cff9.tar.gz fiv-58bbe1e2ffa1118b9ebe92bfabbcf5edcaf4cff9.tar.xz fiv-58bbe1e2ffa1118b9ebe92bfabbcf5edcaf4cff9.zip |
Enable directory browsing
Extracting the appropriate globs from the MIME database.
Diffstat (limited to 'fastiv.desktop')
-rw-r--r-- | fastiv.desktop | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/fastiv.desktop b/fastiv.desktop index 38d747a..f048f98 100644 --- a/fastiv.desktop +++ b/fastiv.desktop @@ -7,5 +7,5 @@ Exec=fastiv %F Terminal=false StartupNotify=true Categories=Graphics;2DGraphics;Viewer; -# TODO(p): Figure out how to include RAW MIME types, if appropriate. -MimeType=image/png;image/bmp;image/x-bmp;image/x-MS-bmp;image/gif;image/jpeg; +# TODO(p): Generate this list from source files. +MimeType=image/png;image/bmp;image/gif;image/jpeg;image/x-dcraw; |