I'm running Debian testing with Mozilla 1.0.  I installed and ran
mozilla before I had my printing system setup.  Probably because of
this, it now lists a weird default printer.  It also lists my
regular printer, but I have to reset this every single page I print.

How do I get it to see reason?

I see both printers defined in my prefs.js, but I don't see where it
decides which one is the default.  Here are a few lines from prefs.js:

user_pref("print.printer_PostScript/default.print_command", "psnup -2 | lp 
${MOZ_PRINTER_NAME:+'-P'}${MOZ_PRINTER_NAME}");
user_pref("print.printer_PostScript/default.print_edge_bottom", 4);
....
user_pref("print.printer_spooldir_tmp_Xprintjobs@:64.print_command", "lpr 
${MOZ_PRINTER_NAME:+'-P'}${MOZ_PRINTER_NAME}");
user_pref("print.printer_spooldir_tmp_Xprintjobs@:64.print_edge_bottom", 4);

I notice the options for the spooldir do not have /default after them;
is that how it tells which is primary?  Postscript is first in the
file and first alphabetically, so it doesn't seem to be using those
things to give priority.

Also, prefs.js says it's autogenerated, so I suppose I need to edit
somewhere else.  I'm not sure where, particularly since I'm trying to
delete an option rather than modify it (I recall user.js is the usual
file to use for preferences).

Just to make that explicit: I'd rather delete the bogus printer than
merely reset the default printer choice.


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to