On 7/25/2017 9:15 AM, Ant wrote:
> Hello.
> 
> For some reason, my default printer got changed in my SeaMonkey (SM) 
> v2.46. I cannot seem to make it use the printer I want. It keeps 
> changing after every SM's restart. Am I blind of not seeing the default 
> printer option in SM?
> 
> Thank you in advance. :)
> 

First, you must set your Windows default printer.  Go to [Start >
Settings > Printers].  Select your preferred default printer and
right-click.  From the pull-down context menu, select "Set as Default
Printer".

Then use a plain-text editor (e.g., Notepad) to edit file user.js in
your SeaMonkey profile.  Insert the following:
        user_pref("print_printer", "");
        // default back to Windows default printer if another printer
        // was selected
The semi-colon (;) at the end of the first line is mandatory.  The
second and third lines are merely comments, indicated by the double
virgules (//).  This is applied every time SeaMonkey is launched after a
complete termination.

-- 
David Ross

<http://www.rossde.com/>
President Trump now denies there are any tapes that
recorded his conversations with ex-FBI Director Comey.
Between when Trump hinted there might be such tapes
and his denial, there was sufficient time to destroy
any tapes.
_______________________________________________
support-seamonkey mailing list
[email protected]
https://lists.mozilla.org/listinfo/support-seamonkey

Reply via email to