After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 672173 - shell window: category view broken with gtk+ 3.3.19+
shell window: category view broken with gtk+ 3.3.19+
Status: RESOLVED FIXED
Product: gtk+
Classification: Platform
Component: Widget: GtkIconView
3.3.x
Other Linux
: Normal normal
: ---
Assigned To: gtk-bugs
gtk-bugs
Depends on:
Blocks:
 
 
Reported: 2012-03-15 18:22 UTC by Gert Kulyk
Modified: 2012-03-16 17:21 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Screenshot showing the bug (31.01 KB, image/png)
2012-03-15 18:22 UTC, Gert Kulyk
Details

Description Gert Kulyk 2012-03-15 18:22:48 UTC
Created attachment 209870 [details]
Screenshot showing the bug

Running g-c-c with a recent gtk+ git snapshot, the initial overview screen is garbled. I tracked this down to a recent change in gtk+, that caused troubles with mutter, too. The commit in question is 5d579811843f81db9866ac81afc5297f776cfb3b, meant as a fix for bug #662023. 
As mutter guys are stating that they were doing wrong and not gtk+ (see bug #671796), I'm reporting this against g-c-c, but feel free to reassign it to gtk+.
Comment 1 André Klapper 2012-03-16 15:41:44 UTC
I can confirm this.
Comment 2 Benjamin Otte (Company) 2012-03-16 16:08:12 UTC
The root cause of this bug is that GtkIconView has never been updated to properly handle size requests. This usually all works because the icon view is inside a GtkScrolledWindow. And prior to the GTK patch, it happened to work by accident in the control center.
Comment 3 Benjamin Otte (Company) 2012-03-16 17:11:26 UTC
Should be fixed with http://git.gnome.org/browse/gtk+/commit/?id=ccbcebdddf47a09192b71fba24c1e752d73d0477
Comment 4 Gert Kulyk 2012-03-16 17:21:53 UTC
Yeah, this seems to fix it. Lets see what it breaks :-)