Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 151492

Summary: Printing broken in KDE 3.5.5 (with patch)
Product: Gentoo Linux Reporter: Bram Schoenmakers <me>
Component: [OLD] KDEAssignee: Gentoo KDE team <kde>
Status: RESOLVED DUPLICATE    
Severity: normal    
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description Bram Schoenmakers 2006-10-15 12:22:59 UTC
Due to a mistake in KDE's code, KDE is not able anymore to connect with the CUPS server (and printing is completely broken). This has been fixed upstream after the 3.5.5 release (commit 594190 in KDE SVN).

This was the patch in question:

--- branches/KDE/3.5/kdelibs/kdeprint/cups/kmcupsmanager.cpp 
#594189:594190
@@ -920,7 +920,7 @@
        kdDebug(500) << "Checking for update possible" << endl;
        delete m_socket;
         m_socket = new KNetwork::KBufferedSocket;
-       m_socket->setTimeout( 1 );
+       m_socket->setTimeout( 1500 );

Could this patch be included with the kdelibs ebuild?
Comment 1 Ioannis Aslanidis (RETIRED) gentoo-dev 2006-10-15 12:27:00 UTC
Please, search before filling a bug.

*** This bug has been marked as a duplicate of 151261 ***
Comment 2 Bram Schoenmakers 2006-10-15 12:50:29 UTC
I did.