[Panel-devel] [Bug 153637] Applications that do not set _NET_WM_ICON get a corrupted icon

Marco Martin notmart at gmail.com
Fri Dec 14 16:10:56 CET 2007


------- 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=153637         




------- Additional Comments From notmart gmail com  2007-12-14 16:10 -------
it seems that the problem is in kwindowsystem_x11.cpp around line 602: the mask is generated correctly (at least in case of opera) but the pixmap is not.
i would say the problem is in
XCopyArea(QX11Info::display(), p, pm.handle(), gc, 0, 0, w, h, 0, 0);
because it's pm that is going to contain corrupted data, but this is totally black magic to me :(


More information about the Panel-devel mailing list