Skip to content

Evince: exclude image types

Jake Dane requested to merge jakedane/sushi:jakedane-master-patch-27060 into master

evince.js is used for loading TIFF images but it fails with an error on such files. Instead images.js can load them fine so it should be preferred for loading image types.

Similar as is done with LibreOffice types, this change is to make evince.js exclude image types that images.js can handle.

Fixes #102 (closed).

Merge request reports