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

Sebastian Sauer mail at dipe.org
Sun Jun 8 04:57:19 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 mail dipe org  2008-06-08 04:57 -------
re;
-            1, 1, 1, 1, 0, ga.depth, InputOutput, ga.visual, 
+            0, 0, 22, 22, 0, ga.depth, InputOutput, ga.visual, 
probably your additional resize() does the same. No idea there.

re;
+            if (systemTrayClientId == 0) 
+                return true; 
better be safe then pay alimonies ;)

re;
+            foreach(SystemTrayContainer* c, findChildren<SystemTrayContainer*>()) 
+                if (c->clientWinId() == systemTrayClientId) 
+                    return true; 
This one fixes the case that unique-/single-instance apps seem to like to register a second time. iirc pidgin does so (or xchat?!) and it results in a SystemTrayContainer filled with a black rect.

re;
"patch on dashboard"
oh, man. Linus is right, we (KDE) are stupid and ugly. Sorry for that, but those "review-board" is just the wrong way imho.[/grant]


More information about the Panel-devel mailing list