Re: Print background images
Parish <[email protected]>
| Newsgroups | gmane.comp.mozilla.devel.prefs |
|---|---|
| Organization | Another Netscape Collabra Server User |
| Message-ID | <[email protected]> |
Peter Fastré wrote:
> Hello
>
>
> When we install Mozilla in my company we use pre-configured profiles
> with all company settings.
> Now I want to preconfigure the following setting:
> File, Page Setup, Print Background & images
>
> But if I set this setting, no file changes in my profile directory, and
> I don't see something appearing in prefs.js.
> Where is this setting located?
>
In prefs.js which doesn't get updated until you exit Moz (including
Quick Launch in the System Tray if you have it enabled).
The pref that controls this is:
user_pref("print.<printer_name>.print_bgimages", false);
<printer_name> will be specific to your system, for instance, on mine,
it is:
user_pref("print.printer_HP_DeskJet_610C.print_bgimages", false);
HTH
> Regards
>
> Peter Fastré
>