Ticket #397 (closed defect: fixed)
CUPS should probably support lpr -Pprinter2
Reported by: | geofft | Owned by: | |
---|---|---|---|
Priority: | normal | Milestone: | Karmic Deploy (Canceled) |
Component: | -- | Keywords: | |
Cc: | Fixed in version: | ||
Upstream bug: |
Description
For backwards-compatibility reasons, we should continue to support -Pprinter2 in the CUPS world. We don't currently configure these printers on cups.mit.edu; we can either do so, and figure out how to make a queue that duplexes by default, or figure out if this can be auto-generated locally.
One issue to avoid is displaying printer2 printers in the graphical browser.
Change History
comment:2 Changed 15 years ago by broder
printers.mit.edu does actually have the duplex queues, for what it's worth.
Note: See
TracTickets for help on using
tickets.
Cups's model for this is a more general solution called 'printer instances'. You can create an instance with:
lpoptions -p printer/duplex -o sides=two-sided-long-edge
and then print to it with
lpr -Pprinter/duplex
I think there's no way to get rid of the slash, however.