[Bug 10910] Re: Default page size for printing is letter

ferro 10910 at bugs.launchpad.net
Wed May 30 15:42:58 UTC 2012


Try to put a file in /etc/thunderbird/pref, which is used by the ubuntu
thunderbird with the following content:

//
pref("print.print_landscape", false);
pref("print.print_paper_size_height", "297,00");
pref("print.print_paper_size_width", "210,00");
pref("print.print_paper_size_unit", 1);
pref("print.print_paper_size_type", 1);
pref("print.print_paper_name", "iso_a4");
//
pref("print.postscript.paper_name",    "iso_a4");
pref("print.postscript.orientation",   "portrait");

That should work as a default for the first use of a printer.

-- 
You received this bug notification because you are a member of Mozilla
Bugs, which is subscribed to ubufox in Ubuntu.
https://bugs.launchpad.net/bugs/10910

Title:
  Default page size for printing is letter

To manage notifications about this bug go to:
https://bugs.launchpad.net/firefox/+bug/10910/+subscriptions




More information about the Ubuntu-mozillateam-bugs mailing list