Talk:PostScript Module

From MozillaZine Knowledge Base
Jump to navigationJump to search

The default print command for Solaris doesn't actually seem to work - the space after the -d is quoted, and becomes part of the printer name. If you move it from inside the quotes to between the two variables, it works properly. You can edit

(wherever your firefox is installed)/lib/firefox-1.0+/greprefs/all.js

in an existing installation and change the two following preferences to make it work

pref("print.postscript.print_command", "lp -c -s ${MOZ_PRINTER_NAME:+'-d'} ${MOZ_PRINTER_NAME}");
pref("print.print_command", "lp -c -s ${MOZ_PRINTER_NAME:+'-d'} ${MOZ_PRINTER_NAME}");

Disable CUPS printers

Is there a way to keep Firefox/Thunderbird from showing CUPS printers, even if they are available? I would like to have it display the PostScript/default printer only.

Does this still apply?

Does this still apply to current versions? I don't really understand what this article is supposed to be telling me, either.--Np 20:40, 24 August 2006 (UTC)