Incompatibility with changed MIME type reported by Qt 5.5 and shared-mime-info 1.5
Bug #1515018 reported by
Adam Reichold
This bug affects 6 people
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
qpdfview |
Fix Released
|
Critical
|
Adam Reichold |
Bug Description
For DjVu documents, Qt5's QMimeDatabase will report "image/
Changed in qpdfview: | |
importance: | Undecided → Critical |
Changed in qpdfview: | |
status: | Fix Committed → Fix Released |
To post a comment you must log in.
I can confirm Max's observation that this goes away by downgrading shared-mime-info, but I still think the root cause is the lack of robustness when checking the MIME type, i.e. "application/ vnd.dvju+ multipage" is a valid sub-class of "application/ vnd.djvu" and we should accept it.
As the fix is already committed, I will brush up the translation templates and such and release 0.4.16 with this and some other minor stuff as soon as possible, at the latest on Sunday. If this is a big problem on an Arch Linux setup, one can already install "qpdfview-bzr" which does contain the fix.
Best regards, Adam.