print does not print or even trigger CUPS (broken saved print settings?)
Categories
(Core :: Printing: Setup, defect, P3)
Tracking
()
| Tracking | Status | |
|---|---|---|
| firefox90 | --- | fixed |
People
(Reporter: germano.massullo, Assigned: emilio)
Details
Attachments
(4 files)
User Agent: Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:87.0) Gecko/20100101 Firefox/87.0
Steps to reproduce:
When I try to print a page, the printer does not start.
I tried to enable
LogLevel debug
in /etc/cups/cupsd.conf and restarting the CUPS service, but in journal logs there is not even CUPS receiving an input from Firefox.
This problem was not happening with the old Firefox print feature
System details:
Fedora 33
firefox-87.0-2.fc33.x86_64
cups-2.3.3op2-3.fc33.x86_64
Comment 1•5 years ago
|
||
The Bugbug bot thinks this bug should belong to the 'Core::Printing: Setup' component, and is moving the bug to that component. Please revert this change in case you think the bot is wrong.
| Assignee | ||
Comment 2•5 years ago
|
||
Hmm, we're probably going to need more details on how to reproduce this, because I'm using Fedora 33 as well and it works here... Can you attach the contents of about:support to the bug? Does clearing the saved print settings help?
| Assignee | ||
Comment 3•5 years ago
|
||
Also does printing from the system dialog work? That uses the old codepath so it ought to work (otherwise it might be a regression in Fedora somehow?)
| Reporter | ||
Comment 4•5 years ago
|
||
| Reporter | ||
Comment 5•5 years ago
|
||
(In reply to Emilio Cobos Álvarez (:emilio) from comment #2)
Does clearing the saved print settings help?
how can I clear them?
Also does printing from the system dialog work?
How can I access to system dialog printing menu?
| Reporter | ||
Comment 6•5 years ago
|
||
(In reply to Emilio Cobos Álvarez (:emilio) from comment #2)
Does clearing the saved print settings help?
how can I clear them?
Also does printing from the system dialog work?
How can I access to system dialog printing menu?
| Assignee | ||
Comment 7•5 years ago
|
||
There's a "print using the system dialog" at the bottom right of the print preview.
About clearing, there's a "Clear saved print settings" button in about:support.
| Assignee | ||
Comment 8•5 years ago
|
||
One oddity of that about:support in comment 4 is that a lot of print.print_to_filenames are empty, which is slightly odd.
| Reporter | ||
Comment 9•5 years ago
|
||
Clear saved print settings" button in about:support fixed the problem! Now Firefox prints!
| Assignee | ||
Comment 10•5 years ago
|
||
Hmm... so that's good, at least :)
Also, great that we have a copy of those prefs in comment 4, so we can investigate a bit more...
Can you attach your about:support now, after clearing and printing? That should allow us to hopefully spot the difference that's causing this. Thanks!
| Assignee | ||
Updated•5 years ago
|
| Reporter | ||
Comment 11•5 years ago
|
||
| Assignee | ||
Comment 12•5 years ago
|
||
I think print.printer_Officejet_7110.print_to_file might be the culprit, because it'd try to print to an empty file... Does reverting that setting to true manually in about:config bring the problem back?
| Assignee | ||
Updated•5 years ago
|
| Reporter | ||
Comment 13•5 years ago
|
||
Setting print.printer_Officejet_7110.print_to_file to true triggers the problem
| Assignee | ||
Comment 14•5 years ago
|
||
There are users with broken prefs (old bugs that are fixed perhaps?),
but anyhow there's no sensible reason to set printToFile to true for
users printing from the print dialog.
We were working around it for the PDF printer but there's no reason we
shouldn't do it for other printers.
Updated•5 years ago
|
Comment 15•5 years ago
|
||
Comment 16•5 years ago
|
||
| bugherder | ||
| Reporter | ||
Comment 17•4 years ago
|
||
Hello, I am experiencing again being unable to print on Firefox 96.0
print.printer_Officejet_7110.print_to_file is setted to false. Trying printing from system dialog does not fix the problem
Should I open a new bugreport?
Description
•