Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 151492 - Printing broken in KDE 3.5.5 (with patch)
Summary: Printing broken in KDE 3.5.5 (with patch)
Status: RESOLVED DUPLICATE of bug 151261
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] KDE (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo KDE team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-10-15 12:22 UTC by Bram Schoenmakers
Modified: 2006-10-15 12:50 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.