[Bug 153193] GTK applications with tray icons crash
Craig Duquette
cduquette at gmail.com
Tue Jan 8 06:00:38 CET 2008
------- 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=153193
------- Additional Comments From cduquette gmail com 2008-01-08 06:00 -------
I saw that commit 758246 removed these lines from systemtraycontainer.cpp
// HACK: Tell the client to draw it's own black background rather than
// taking ours as things are broken with ARGB visuals it seems.
XSetWindowBackgroundPixmap(QX11Info::display(), clientId, None);
XSetWindowBackground(QX11Info::display(), clientId, 0 /* black */);
What was the reason behind removing them? We get a good looking systray when added back in and GTK apps still launch here.
More information about the Panel-devel
mailing list