-
Notifications
You must be signed in to change notification settings - Fork 126
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
cups-browsed: Print queue for pwg-raster local printer is not created. #141
Comments
To create ipp printer supporting only image/pwg-raster and application/octet-stream, simply use the attribute file as: |
I have found out what the problem is. |
So the bug is in the printer emulator(s) of ippsample (and also CUPS). If a certain PDL is supported also the keywords for the parameters of the PDL need to be present. This is valid for Apple Raster, PWG Raster, and PCLm. |
The attributes AFAIR are:
PWG Raster:
PCLm:
|
@tillkamppeter pwg-raster-document-sheet-back is missing but this attribute is CONDITIONALLY REQUIRED. Reference: Pwg raster format. Page 37. So, I don't think this bug is in the emulator. |
I have found what went wrong, the "pwg-raster-document-resolution-supported" was checked as a keyword type but is of resolution type. I have fixed this in commit 01726b3 now. |
If we have a local printer(ippeveprinter/ippserver) which supports only image/pwg-raster and application/octet-stream, then cups-browsed(default cups-browsed.conf file) is not able to create a print queue for this printer.
If we set
CreateIPPPrinterQueues All
then the print queue is created.But if we use
CreateIPPPrinterQueues Everywhere
orCreateIPPPrinterQueues Driverless
then the print queue is not created.Attribute file of the printer: pwg.attr.txt
The text was updated successfully, but these errors were encountered: