cupsConnectDest server-error-internal-error #97
-
Ubuntu 20.04 all updates applied. Been slamming head against wall for over a week now. Maybe this has been fixed in later Cups versions, but if not, I want to send up a flare.
and print_dest can happily call this
all is right with the world. In a real program, when you obtain your dest pointer via
if you try to use CUPS_DEST_FLAGS_DEVICE instead of CUPS_DEST_FLAGS_NONE you get an internal server error.
Why? It shouldn't matter how one got the dest pointer should it? The structure is still the structure. It should still have all the same data. Again, if this has been fixed, sorry for reporting but none of my searches could find any reports of this. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
Closing this since the question references CUPS 2.x and was moved there. |
Beta Was this translation helpful? Give feedback.
@RolandHughes CUPS 2.x is the original CUPS repository, which is linked to from the OpenPrinting CUPS page.
CUPS 3.x is essentially a complete re-write for modern printers and printer applications. The CUPS library v3 is the basis of CUPS 3.x, with other projects providing a local spooler for general printing support and a sharing spooler for sharing printers, doing accounting, etc.
WRT your question:
NO
The only time an application would connect to a printer would be to get status and capabilities (ready media, etc.) specific to the printer. However, since …