[okular] [Bug 439723] While printing special sample file or generating a printer preview for it the UI freezes

Nicolas Fella bugzilla_noreply at kde.org
Wed Jan 12 15:58:57 GMT 2022


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

--- Comment #1 from Nicolas Fella <nicolas.fella at gmx.de> ---
> It seems to run on the same thread as the UI if I am not mistaken?

yes, that appears to be the case.

What might make sense is to change "Document::PrintError print(QPrinter
&printer)" to something like "PrintJob print(QPrinter &printer)" where PrintJob
is a (KJob derived) class that encapsulates an async print operation. 

However that touches the generator interface, which as I understand is subject
to ABI constraints?

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


More information about the Okular-devel mailing list