From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1Nl7RP-00072t-3R for garchives@archives.gentoo.org; Fri, 26 Feb 2010 21:09:43 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6716EE06D9; Fri, 26 Feb 2010 21:09:17 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 23061E06D9 for ; Fri, 26 Feb 2010 21:09:17 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by smtp.gentoo.org (Postfix) with ESMTP id CCBC41B408C for ; Fri, 26 Feb 2010 21:09:16 +0000 (UTC) X-Virus-Scanned: amavisd-new at gentoo.org X-Spam-Score: -3.034 X-Spam-Level: X-Spam-Status: No, score=-3.034 required=5.5 tests=[AWL=-0.435, BAYES_00=-2.599] Received: from smtp.gentoo.org ([127.0.0.1]) by localhost (smtp.gentoo.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id D6Ef4cTppI8H for ; Fri, 26 Feb 2010 21:09:10 +0000 (UTC) Received: from lo.gmane.org (lo.gmane.org [80.91.229.12]) by smtp.gentoo.org (Postfix) with ESMTP id D062C1B400F for ; Fri, 26 Feb 2010 21:09:08 +0000 (UTC) Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1Nl7Qo-0006FP-6S for gentoo-user@gentoo.org; Fri, 26 Feb 2010 22:09:06 +0100 Received: from athedsl-393823.home.otenet.gr ([79.131.90.93]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 26 Feb 2010 22:09:06 +0100 Received: from realnc by athedsl-393823.home.otenet.gr with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 26 Feb 2010 22:09:06 +0100 X-Injected-Via-Gmane: http://gmane.org/ To: gentoo-user@lists.gentoo.org From: Nikos Chantziaras Subject: [gentoo-user] Re: KDE4 applications are spamming stderr to death Date: Fri, 26 Feb 2010 23:08:58 +0200 Organization: Lucas Barks Message-ID: References: <201002262132.18640.volkerarmin@googlemail.com> Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-user@lists.gentoo.org Reply-to: gentoo-user@lists.gentoo.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Complaints-To: usenet@dough.gmane.org X-Gmane-NNTP-Posting-Host: athedsl-393823.home.otenet.gr User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.1.7) Gecko/20100206 Thunderbird/3.0.1 In-Reply-To: <201002262132.18640.volkerarmin@googlemail.com> X-Archives-Salt: 3c9e0e25-e97f-484a-ab56-041cf566fd79 X-Archives-Hash: bca44881e2121f90cf47294129aaa628 On 02/26/2010 10:32 PM, Volker Armin Hemmann wrote: > On Freitag 26 Februar 2010, Nikos Chantziaras wrote: >> Is it normal that every KDE (4.4.0) application is generating an awful >> lot of debug messages on stderr? When I start one from the terminal (be >> it Dolphin, Konqueror or whatever) the output generated is pretty much >> gigantic. It's stuff like this: >> >> QPainter::setPen: Painter not active >> QPainter::font: Painter not active >> QPainter::font: Painter not active >> QPainter::setFont: Painter not active >> QPainter::setPen: Painter not active >> QPainter::font: Painter not active >> konqueror(12426)/kio (Slave) KIO::Slave::createSlave: createSlave >> "file" for KUrl("file:///usr/share/apps/kdeui/about/box-top- >> middle.png") >> konqueror(12426)/kio (KIOConnection) >> KIO::ConnectionServer::listenForRemote: Listening on "local:/tmp >> /ksocket-realnc/konquerorb12426.slave-socket" >> kio_file(12429)/kio (kioslave) KIO::SlaveBase::mimeType: "image/png" >> kio_file(12431)/kio (kioslave) KIO::SlaveBase::mimeType: "image/png" >> kio_file(12433)/kio (kioslave) KIO::SlaveBase::mimeType: "image/png" >> kio_file(12435)/kio (kioslave) KIO::SlaveBase::mimeType: "image/png" >> konqueror(12426)/kio (Slave) KIO::Slave::createSlave: createSlave >> "file" for KUrl("file:///usr/share/apps/kdeui/about/box-middle- >> left.png") >> kio_file(12443) kdemain: Starting 12443 >> [...] >> [etc, etc, ad infinitum] >> >> Currently, after about 2 hours of uptime, my ~/.xsession-errors is about >> 12MB big and full with those debug messages. >> >> The "debug" USE flag is globally disabled. What's going on? I doubt >> this is intended behavior. > > the debug flag has nothing to do with this. > Why don't you open a nice bug at bugs.kde.org? I wanted to make sure first that this isn't some sort of configuration problem on my end. Can you confirm that this happens on your system too?