1
0
mirror of https://gitlab.gnome.org/GNOME/evince synced 2024-07-02 15:48:59 +00:00

djvu: Also load DjVu images

It's clear that most DjVu "images" are actually one-page documents so
should be loaded in evince, as there unfortunately aren't any DjVu image
viewers available in GNOME.
This commit is contained in:
Bastien Nocera 2021-12-28 13:43:55 +01:00
parent 973bb097c1
commit 8f66f13d67

View File

@ -280,7 +280,7 @@ mime_types_list = {
'djvu': [
'application/x-ext-djv',
'application/x-ext-djvu',
'image/vnd.djvu+multipage',
'image/vnd.djvu',
],
'dvi': [
'application/x-bzdvi',