Okular displays popup "More than one backend for the MIME type TIFF image (image/tiff). Please select which one to use:" The offered choices are okular_tiff and okular_kimgio. The okular_imgio selection shows only the first page of a multipage tiff. It is redundant compared to okular_tiff. Reproducible: Always Steps to Reproduce: 1. Use okular to open tiff Actual Results: Displays popup for selection of backend Expected Results: To use the better backend okular_tiff
Created attachment 894090 [details] okular popup
Created attachment 894091 [details] emerge -av okular
Created attachment 894092 [details, diff] okular_kimgio_tiff.patch
(In reply to email200202 from comment #0) > Okular displays popup "More than one backend for the MIME type TIFF image > (image/tiff). Please select which one to use:" > > The offered choices are okular_tiff and okular_kimgio. > > The okular_imgio selection shows only the first page of a multipage tiff. It > is redundant compared to okular_tiff. Is this a known limitation upstream, or has it not been reported? It sounds like either: * that does need to be reported so it can be fixed, or * upstream need a prod to remove okular_kimgio (by you upstreaming your patch, perhaps) I don't think us working around it is a good solution by itself.
The problem is we have two okular generators supporting image/tiff mime. The tiff support in kimgio is incomplete. The attached patch removes tiff support from kimgio and stops the annoying selection popup.