[Kde-print-devel] [Bug 115891] KDE doesn't work with CUPS 1.2

Michael Goffioul kdeprint_bugs at swing.be
Mon Nov 14 13:39:53 CET 2005


------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
         
http://bugs.kde.org/show_bug.cgi?id=115891         




------- Additional Comments From kdeprint_bugs swing be  2005-11-14 13:39 -------
Note that the normal way of doing is through the use of httpConnect() from CUPS, but I introduced a pre-connection through the use of KDE framework. The problem was that I got a lot of bug reports of GUI freezing: the freeze occured in httpConnect, which probably was waiting for some network timeout instead of returning NULL directly. As the CUPS calls are done synchronously, it froze the interface. After getting a lot of complained, I introduced this ugly hack using asynchronous KDE network API. After this pre-connection has been done, normally all other connections are done through regular CUPS API.

Michael.


More information about the Kde-print-devel mailing list