搜尋 Mozilla 技術支援網站

防止技術支援詐騙。我們絕對不會要求您撥打電話或發送簡訊,或是提供個人資訊。請用「回報濫用」功能回報可疑的行為。

Learn More

When printing Firefox does not open the Print Dialog window

  • 2 回覆
  • 4 有這個問題
  • 241 次檢視
  • 最近回覆由 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.

被選擇的解決方法

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

從原來的回覆中察看解決方案 👍 1

所有回覆 (2)

more options

選擇的解決方法

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.