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

cupsd uses default sides for queues generated with cups-browsed #484

Closed
jubork opened this issue Sep 16, 2022 · 1 comment
Closed

cupsd uses default sides for queues generated with cups-browsed #484

jubork opened this issue Sep 16, 2022 · 1 comment
Labels
bug Something isn't working priority-medium

Comments

@jubork
Copy link

jubork commented Sep 16, 2022

Duplex setting for a print job may be overwritten with default sides setting
for queues generated with cups-browsed.
cupsd (2.4.2) running with LogLevel = debug2 reports for such job :

cups-error_log.txt

The job should print in DuplexNoTumble, but
in argv[5] Duplex=DuplexNoTumble is before sides=one-sided

The proposed fix is below :

cups-2.4.2-fix-duplex.patch.txt

@zdohnal
Copy link
Member

zdohnal commented Sep 19, 2022

Hi @jubork ,

thank you for reporting the issue!

I can see there are several other predefined options, which can override options from an application - I'll create a PR fixing all of them.

@zdohnal zdohnal added bug Something isn't working priority-medium labels Sep 19, 2022
zdohnal added a commit that referenced this issue Sep 21, 2022
scheduler/ipp.c: Ignore some more IPP defaults (fixes #484)
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-medium
Projects
None yet
Development

No branches or pull requests

2 participants