|
Bugzilla – Full Text Bug Listing |
| Summary: | load of warnings from gnome-cups-icon in ~/.xessions-errors | ||
|---|---|---|---|
| Product: | [openSUSE] openSUSE 10.3 | Reporter: | Andreas Jaeger <aj> |
| Component: | GNOME | Assignee: | Chris Rivera <crivera> |
| Status: | RESOLVED FIXED | QA Contact: | E-mail List <qa-bugs> |
| Severity: | Major | ||
| Priority: | P5 - None | CC: | federico |
| Version: | Beta 2 | ||
| Target Milestone: | --- | ||
| Hardware: | Other | ||
| OS: | Other | ||
| Whiteboard: | |||
| Found By: | --- | Services Priority: | |
| Business Priority: | Blocker: | --- | |
| Marketing QA Status: | --- | IT Deployment: | --- |
| Attachments: | patch to ignore IPP_NOT_FOUND for CUPS_GET_DEFAULT | ||
|
Description
Andreas Jaeger
2007-08-24 11:33:34 UTC
I can reproduce this, once I've opened a printing dialog (e.g. in firefox). *** Bug 330435 has been marked as a duplicate of this bug. *** attachement #176151 has a proposed fix/workaround for this bug ;) The attached patch silences the warning for a particular response status. I would like to figure out which ipp request is failing and why. Created attachment 176204 [details]
patch to ignore IPP_NOT_FOUND for CUPS_GET_DEFAULT
The CUPS_GET_DEFAULT request is failing because CUPS doesn't require a default printer to be set. The attached patch ignores IPP_NOT_FOUND for CUPS_GET_DEFAULT requests. (In reply to comment #5 from Chris Rivera) > Created an attachment (id=176204) [details] > patch to ignore IPP_NOT_FOUND for CUPS_GET_DEFAULT Looks good. Submitted to 10.3 with SWAMP ID 14110. |