Ticket #563 (closed defect: fixed)
"Duplex printing set-up" in firefox-extension can't possibly still be right
Reported by: | geofft | Owned by: | |
---|---|---|---|
Priority: | low | Milestone: | Natty Alpha |
Component: | -- | Keywords: | |
Cc: | Fixed in version: | ||
Upstream bug: |
Description
From defaults/preferences/athena.js:
// Duplex printing set-up pref("print.printer_PostScript/duplex.print_command", "lpr -Zduplex "); pref("print.printer_PostScript/2upduplex.print_command", "psnup -q -n 2 | lpr -Zduplex "); pref("print.printer_list", "default duplex 2upduplex");
Change History
Note: See
TracTickets for help on using
tickets.
Committed in r25021 and 25022. Listed in the changelog as UNRELEASED because: a) I bet we need to do something clever for FF 4; b) people still haven't tested the previous version in -development (*ahem*)