Bugzilla – Bug 304262
load of warnings from gnome-cups-icon in ~/.xessions-errors
Last modified: 2007-10-17 15:55:12 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.
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.