-
Notifications
You must be signed in to change notification settings - Fork 195
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
Create IPP Everywhere printer through IPP #201
Comments
P.S. commit 68506ac broke test suite, we will need to investigate further. |
This error appeared after the mentioned commit:
|
Error log from the test run - the error happens during serving CUPS-Get-PPD request which hasn't been migrated to support everywhere model. Currently I'm not sure whether we want to migrate this operation for everywhere or not, and if we want, how to get the ppd, because cups-driverd works with files, and |
@michaelrsweet verified, tests are passing now. Thx! |
Moving the printer icon stuff to 2.5. |
Copied from Apple CUPS #5919
Update cupsd to support a "ppd-name" of "everywhere" to generate the PPD in the background:
create_local_bg_thread
inadd_printer
when "ppd-name" is "everywhere"The text was updated successfully, but these errors were encountered: