Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 202388 - net-misc/kbandwidth shows a lot of "QPainter::begin: Painter is already active." info
Summary: net-misc/kbandwidth shows a lot of "QPainter::begin: Painter is already activ...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High normal
Assignee: Gentoo KDE team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-12-15 14:55 UTC by Marcin Kryczek (RETIRED)
Modified: 2007-12-16 23:09 UTC (History)
0 users

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


Attachments
patch for ebuild, which fix the problem by removin p.begin() from sources (kbandwidth-1.0.4.ebuild.patch,303 bytes, text/plain)
2007-12-15 14:56 UTC, Marcin Kryczek (RETIRED)
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Marcin Kryczek (RETIRED) gentoo-dev 2007-12-15 14:55:13 UTC
if you add kbandwidth to kicker and then start kicker from console, you'll see a lot of warnings:
QPainter::begin: Painter is already active.
	You must end() the painter before a second begin()
(actually one warning per refresh)

i think qpainter is already started by constructor and should not be started by programmer
Comment 1 Marcin Kryczek (RETIRED) gentoo-dev 2007-12-15 14:56:38 UTC
Created attachment 138544 [details]
patch for ebuild, which fix the problem by removin p.begin() from sources
Comment 2 Wulf Krueger (RETIRED) gentoo-dev 2007-12-16 23:09:25 UTC
Thanks, mkay! Fixed in CVS.