Zoeken in Support

Vermijd ondersteuningsscams. We zullen u nooit vragen een telefoonnummer te bellen, er een sms naar te sturen of persoonlijke gegevens te delen. Meld verdachte activiteit met de optie ‘Misbruik melden’.

Learn More

Deze conversatie is gearchiveerd. Stel een nieuwe vraag als u hulp nodig hebt.

When printing Firefox does not open the Print Dialog window

  • 2 antwoorden
  • 4 hebben dit probleem
  • 239 weergaven
  • Laatste antwoord van jcb985

more options

When printing at our office we often need to print to multiple printers and not just the default printer. When printing in Firefox, however, the print automatically gets sent to the default printer and I do not get a print dialog window. I have reset Firefox's printer options, changed the prefs.js file, and launched Firefox from safe mode to check if an add-on is affecting printing - all to no avail. When I print from Chrome, or (shudder) Internet Explorer I get a dialog box giving me printer options. Your help and responses will be appreciated.

When printing at our office we often need to print to multiple printers and not just the default printer. When printing in Firefox, however, the print automatically gets sent to the default printer and I do not get a print dialog window. I have reset Firefox's printer options, changed the prefs.js file, and launched Firefox from safe mode to check if an add-on is affecting printing - all to no avail. When I print from Chrome, or (shudder) Internet Explorer I get a dialog box giving me printer options. Your help and responses will be appreciated.

Gekozen oplossing

There is a hidden preference to bypass the dialog, but it definitely is not set by default. To check for that:

(1) In a new tab, type or paste about:config in the address bar and press Enter. Click the button promising to be careful.

(2) In the search box above the list, type or paste print. and pause while the list is filtered

(3) If you discover a preference named print.always_print_silent there's your trouble.

Next question would be, where did it come from?! Some possibilities:

(A) A user.js file that overrides prefs.js at startup. See: How to fix preferences that won't save.

(B) A lock file in the program folder. See: http://kb.mozillazine.org/Locking_preferences

Dit antwoord in context lezen 👍 1

Alle antwoorden (2)

more options

Gekozen oplossing

There is a hidden preference to bypass the dialog, but it definitely is not set by default. To check for that:

(1) In a new tab, type or paste about:config in the address bar and press Enter. Click the button promising to be careful.

(2) In the search box above the list, type or paste print. and pause while the list is filtered

(3) If you discover a preference named print.always_print_silent there's your trouble.

Next question would be, where did it come from?! Some possibilities:

(A) A user.js file that overrides prefs.js at startup. See: How to fix preferences that won't save.

(B) A lock file in the program folder. See: http://kb.mozillazine.org/Locking_preferences

more options

Thank you jscher2000. Changing always_print_silent to "false" solved the issue. It seems that was enough to save the preference as well. (we'll see what happens when I log in again next week...) Again - can't thank you enough.