Commit e76807f
authored
evince: drop unsupported formats from evince (#747)
Years ago, evince used to display many different image formats. I
don't think it does any more.
I'm running evince 42.2 from debian testing/unstable.
I tested this with a simple image (/usr/share/icons/cab_view.png) and
imagemagick's "convert" tool like so:
```sh
suffixes="gif jpg png pnm pbm pgm ppm bmp xpm ico xwd tga pcx tiff miff"
for x in $suffixes; do
convert cab_view.png cab_view.$x
evince cab_view.$x
done
```
For all of the formats listed above except for "tiff", evince reports
"Unable to open document: …", and "File type … is not supported"
So i've removed those image formats from the evince tab completion.1 parent e7af108 commit e76807f
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
28 | | - | |
| 28 | + | |
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
| |||
0 commit comments