Closed zdohnal closed 7 months ago
This is a side-effect of setting default options for a queue - that requires cupsd to convert the queue to permanent, but I can have cupsd return an error unless "printer-is-temporary=false" is added to the lpadmin options.
[master 88150a393] Report an error if you use lpadmin to set defaults for a temporary queue (Issue #237)
[2.4.x dce85e17e] Report an error if you use lpadmin to set defaults for a temporary queue (Issue #237)
Found out during OpenPrinting/cups-local#2 .
The temporary queue is shown via
lpstat -e
and not vialpstat -a
. But once an user wants to change its job default options (shown bylpoptions -p <queue>
), the temporary queue is shown inlpstat -a
output with/dev/null
device uri and the option isn't applied accordinglpoptions -p <queue>
output.How to produce:
Actual results:
Expected output: New default job option value showed in lpoptions and applied to a job by default.
Additional info: Changing printer default options (
lpoptions -p <queue> -o Duplex=DuplexTumble
) seems to work.