Bug 304262

Summary: load of warnings from gnome-cups-icon in ~/.xessions-errors
Product: [openSUSE] openSUSE 10.3 Reporter: Andreas Jaeger <aj>
Component: GNOMEAssignee: 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 see in ~/.xsession-errors:

** (gnome-cups-icon:18425): WARNING **: IPP request failed with status 1030

** (gnome-cups-icon:18425): WARNING **: IPP request failed with status 1030

** (gnome-cups-icon:18425): WARNING **: IPP request failed with status 1030

A grep reveals:
grep "IPP request failed with status 103" .xsession-errors |wc -l
1198

Please fix the problem - or silence the warning.
Comment 1 Mark Gordon 2007-08-24 15:04:21 UTC
I can reproduce this, once I've opened a printing dialog (e.g. in firefox).
Comment 2 JP Rosevear 2007-10-03 14:57:29 UTC
*** Bug 330435 has been marked as a duplicate of this bug. ***
Comment 3 Christoph Thiel 2007-10-03 16:06:34 UTC
attachement #176151 has a proposed fix/workaround for this bug ;)
Comment 4 Chris Rivera 2007-10-03 16:29:24 UTC
The attached patch silences the warning for a particular response status.  I would like to figure out which ipp request is failing and why.
Comment 5 Chris Rivera 2007-10-03 19:13:25 UTC
Created attachment 176204 [details]
patch to ignore IPP_NOT_FOUND for CUPS_GET_DEFAULT
Comment 6 Chris Rivera 2007-10-03 19:15:48 UTC
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.
Comment 7 Federico Mena Quintero 2007-10-05 16:55:24 UTC
(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.
Comment 8 Chris Rivera 2007-10-17 15:55:12 UTC
Submitted to 10.3 with SWAMP ID 14110.