Message789

Author XTaran
Recipients
Date 2011-01-03.14:32:22
Content
In the print dialog, default paper_size is set to 'letter', despite
another paper size is being configured properly:

According to <http://www.mozilla.org/unix/customizing.html>, the
following is the correct customization:

  // Change default paper size from US-Letter to A4:
  user_pref("print.postscript.paper_size", "A4");

In the about:config dialog, 'print.postscript.paper_size' is
correctly set to "A4", which means that this value is never taken
into account by Conkeror.

Details see http://bugs.debian.org/608758.

The fact that the papersize configured in /etc/papersize or via
LC_PAPER is ignored, is though an old Mozilla/XULRunner bug and not a
problem of Conkeror. See http://bugs.debian.org/236227 and
https://bugzilla.mozilla.org/show_bug.cgi?id=147419.
History
Date User Action Args
2011-01-03 14:32:22XTaransetmessageid: <1294065142.57.0.924730849706.issue335@bugs.conkeror.org>
2011-01-03 14:32:22XTaranlinkissue335 messages
2011-01-03 14:32:22XTarancreate