[okular] [Bug 444297] Okular "Could not open" a certain PDF, with no other details

David Hurka bugzilla_noreply at kde.org
Sun Dec 5 13:19:54 GMT 2021


https://bugs.kde.org/show_bug.cgi?id=444297

--- Comment #16 from David Hurka <david.hurka at mailbox.org> ---
There are two ways to set this message:
    QMetaObject::Connection errorToOpenErrorConnection =
QObject::connect(m_generator, &Generator::error, m_parent, [this](const QString
&message) { m_openError = message; });
(in DocumentPrivate::openDocumentInternal())

        d->m_openError = i18n("Can not find a plugin which is able to handle
the document being passed.");
(in Document::openDocument())

But the Poppler generator does not seem to emit the Generator::error signal.
The DVI generator emits a lot more error messages.

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the Okular-devel mailing list