[Libreoffice-bugs] [Bug 138542] Make printjob a background process and replace they print dialog with an icon in status bar

bugzilla-daemon at bugs.documentfoundation.org bugzilla-daemon at bugs.documentfoundation.org
Thu Dec 3 15:14:09 UTC 2020


https://bugs.documentfoundation.org/show_bug.cgi?id=138542

Michael Weghorn <m.weghorn at posteo.de> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |m.weghorn at posteo.de

--- Comment #3 from Michael Weghorn <m.weghorn at posteo.de> ---
(In reply to Heiko Tietze from comment #2)
> But I wonder how much processing is done on our side. Isn't the print job
> forwarded to the OS specific handler?

What happens at least on Linux is basically:

1) LO generates PDF (or PostScript, if that option is set) print data
2) LO hands that over to CUPS (the printing system)

Moving 1) to a separate thread and editing the document (model) while it's
being "converted" *might* cause inconsistencies (or at least require additional
measures to avoid that, but I don't what happens here exactly)

After 2), LO is no longer be "blocked", since the LO part is done and
everything else happens on CUPS side and is "independent" of LO

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/libreoffice-bugs/attachments/20201203/ee16855e/attachment.htm>


More information about the Libreoffice-bugs mailing list