Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

From cups-2.4b1, lpoptions fails to read the options "number-up" & "job-sheets" #370

Closed
tangyanli opened this issue Apr 14, 2022 · 3 comments
Assignees
Labels
bug Something isn't working priority-high
Milestone

Comments

@tangyanli
Copy link

This issue is found on Fedora36 with cups-2.4.1
I investigated a bit, this issue happens from cups-2.4b1 after fixing #71.

Reproduce step
(1) Call lpoptions to set the options "number-up" and "job-sheets"
$lpoptions -p PrinterName -o number-up=4 -o job-sheets=classified,classified
(2) Call lpoptions to display the options
$lpoptions -p PrinterName

Check the displayed options, the value of "number-up" is "1"; the value of "job-sheets" is "none,none"

@michaelrsweet
Copy link
Member

Replicated the issue, investigating...

@michaelrsweet michaelrsweet self-assigned this May 2, 2022
@michaelrsweet michaelrsweet added bug Something isn't working priority-high labels May 2, 2022
@michaelrsweet michaelrsweet added this to the 2.4.2 milestone May 2, 2022
@michaelrsweet
Copy link
Member

[master d2f8d47] Fix lpoptions regression (Issue #370)

@tangyanli
Copy link
Author

Tested, the issue is fixed.
Thanks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working priority-high
Projects
None yet
Development

No branches or pull requests

2 participants