[Webkit-unassigned] [Bug 202363] [GTK] Printing not working with bubblewrap sandbox enabled

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Jun 22 23:14:21 PDT 2020


https://bugs.webkit.org/show_bug.cgi?id=202363

--- Comment #3 from Carlos Garcia Campos <cgarcia at igalia.com> ---
The dialog runs in the UI process, and the generated settings are sent to the web process. In the web process we use GtkPrintJob, which requires a GtkPrinter object, so we also use gtk_enumerate_printers() to find the selected printer. I guess gtk_enumerate_printers it's failing, that's why the error is printer not found. GtkPrintJob will probably fail too if we get the printer, though.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20200623/a9bc3215/attachment-0001.htm>


More information about the webkit-unassigned mailing list