Ticket #155 (closed defect: duplicate)
acroread attempts to use CUPS-specific optoins to lpr
Reported by: | broder | Owned by: | |
---|---|---|---|
Priority: | low | Milestone: | |
Component: | -- | Keywords: | printing |
Cc: | Fixed in version: | ||
Upstream bug: |
Description
acroread seems to sort of half-grok CUPS - well enough to query the library for a list of CUPS printers, but instead of printing through the library, it shells out to lpr.
It also passes -o options of one sort or another, which doesn't work currently, because our lpr almost always shells out to mit-lpr, so you get a popup to the effect of:
The following error occurred while printing... 'lpr: illegal option 'o' Usage: lpr [-Pprinter@host]] [-A] [-B] [-Cclass] [-Fformat] [-G] [-Jinfo]
etc.
I'm...not sure if I'm actually interested in investing effort in fixing this, given that the long-term strategy is to actually use CUPS.
Change History
Note: See
TracTickets for help on using
tickets.
Idea: would it make sense to (as a temporary measure) wrap acroread in such a way that it always gets the CUPS lpr, for example by putting a weird directory in the front of its PATH?