[Bug 155381] GTK icons are painted bigger than KDE icons

Jason Stubbs jasonbstubbs at gmail.com
Sun Jun 8 00:56:26 CEST 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=155381         




------- Additional Comments From jasonbstubbs gmail com  2008-06-08 00:56 -------
Ok, I've committed the changes I've mentioned above, but the following two changes aren't covered.

     Window ww = XCreateWindow(dpy, parentWidget() ? parentWidget()->winId() : DefaultRootWindow(dpy),
-            1, 1, 1, 1, 0, ga.depth, InputOutput, ga.visual,
+            0, 0, 22, 22, 0, ga.depth, InputOutput, ga.visual,

If this fixes this bug, then it should definitely be applied. ;)

+            if (systemTrayClientId == 0)
+                return true;
+
+            foreach(SystemTrayContainer* c, findChildren<SystemTrayContainer*>())
+                if (c->clientWinId() == systemTrayClientId)
+                    return true;

In a perfect world this shouldn't be needed but I guess it's not very good practice to trust other applications. :)


More information about the Panel-devel mailing list