Hi all,

For some simple testing I've tried lunching my GTK app under Unity with default settings on Ubuntu 12.04. I've spotted some issues with rendering widgets (at least I think that is the cause of problem). Sample code that shows this issue is in this gist: https://gist.github.com/3397368

As you can see after running this code - button is "blinking" when hovered, this issue shows only if you use picture as background. Additionally there is some orange border around button while window is in focus, this also didn't occur in Gnome (3) while I tested on Debian.

My question is - are there some known differences between styling GTK for Gnome and Unity? How do you work around that differences? (And how to get rid of these 2 issues sampled above? )

Thanks!
- Mark