GNOME Bugzilla – Bug 726475
After looking at Asielriot solitare, I get rendering glitches in other apps pages
Last modified: 2014-04-13 08:32:16 UTC
Created attachment 272093 [details] screenshot of scribus After looking at Asielriot solitare, I get rendering glitches in other apps pages
Created attachment 272094 [details] screenshot of Stellarium
Created attachment 272095 [details] screenshot of scribus
I see this every now and then too; I thought I was going mad or had fscked up my environment somehow. Have you worked out any kind of pattern on how to reproduce it?
That looks like something way further down the stack, maybe a driver issue. It needs to be something that messes things up cross-applications, and that means it's at least X.
Ha, ignore comment 4, I misread the bug.
So running with GTK_DEBUG=no-pixel-cache fixes it. Very likely a GTK bug IMO.
The pixel cache isn't invalidated when the widget is hidden. Need to figure out how to do a testcase for that. I suspect we should create pixel caches in map() and destroy them in unmap() but I'd like input from Alex about it first.
*** Bug 725019 has been marked as a duplicate of this bug. ***
Pushed a set of fixes to master and gtk-3-12 that should fix things. It does fix my testcase at least. Would be nice if you could check with gnome-software.
Works perfectly with gnome-software -- thanks Benjamin! Really appreciated.
*** Bug 728034 has been marked as a duplicate of this bug. ***
*** Bug 728106 has been marked as a duplicate of this bug. ***