Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37410449
en ru br
ALT Linux repos
S:0.2.3-alt7
5.0: 0.2.3-alt2
4.1: 0.2.3-alt1
4.0: 0.2.2-alt2
3.0: 0.2.0-alt1

Group :: System/Libraries
RPM: libgnomecups

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Patch: libgnomecups-0.2.2-ignore-ipp-not-found.patch
Download


diff -pruN 0.2.2-1/libgnomecups/gnome-cups-request.c 0.2.2-1ubuntu5/libgnomecups/gnome-cups-request.c
--- 0.2.2-1/libgnomecups/gnome-cups-request.c	2005-03-28 16:43:06.000000000 +0100
+++ 0.2.2-1ubuntu5/libgnomecups/gnome-cups-request.c	2006-06-27 16:21:38.000000000 +0100
@@ -349,7 +349,7 @@ request_thread_main (GnomeCupsRequest *r
 		if (request->response == NULL)
 			status = IPP_INTERNAL_ERROR;
 
-		if (status > IPP_OK_CONFLICT) {
+		if (status > IPP_OK_CONFLICT && status != IPP_NOT_FOUND) {
 			g_warning ("IPP request failed with status %d", status);
 			if (request->error != NULL)
 				*(request->error) = g_error_new (GNOME_CUPS_ERROR, 
 
design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
current maintainer: Michael Shigorin