You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The sleep support sends a SIGKILL to backends possibly leaving printers in an indeterminate state. This support should send a SIGTERM instead (e.g. don't force quit print jobs). The attached patch does this.
An enhancement to this would be to give the job a couple of seconds to complete before calling IOAllowPowerChange() (on MacOSX).
Thanks!
The text was updated successfully, but these errors were encountered:
Version: 1.2-current
CUPS.org User: jlovell
The sleep support sends a SIGKILL to backends possibly leaving printers in an indeterminate state. This support should send a SIGTERM instead (e.g. don't force quit print jobs). The attached patch does this.
An enhancement to this would be to give the job a couple of seconds to complete before calling IOAllowPowerChange() (on MacOSX).
Thanks!
The text was updated successfully, but these errors were encountered: