Ticket #563 (closed defect: fixed)

Opened 14 years ago

Last modified 13 years ago

"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

comment:1 Changed 13 years ago by jdreed

  • Status changed from new to committed

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*)

comment:2 Changed 13 years ago by jdreed

  • Status changed from committed to development

comment:3 Changed 13 years ago by jdreed

  • Status changed from development to proposed

comment:4 Changed 13 years ago by jdreed

  • Status changed from proposed to closed
  • Resolution set to fixed
Note: See TracTickets for help on using tickets.