GNOME Bugzilla – Bug 677168
Image Gallery not displayed correctly with GTK+-3.4.3
Last modified: 2012-07-22 09:34:13 UTC
I think this is likely no eog issue, as eog wasn't updated recently, but I file it here for a start. The last update that could be related that I see is gtk3. Happens with an updated F17 install. See attached screenshot. $ rpm -q eog gtk3 eog-3.4.1-2.fc17.x86_64 gtk3-3.4.3-2.fc17.x86_64 Also happens with eog from jhbuild building 3.6 on F17.
Created attachment 215308 [details] Screenshot, notice the empty gallery at the bottom
I do see images with $ gsettings set org.gnome.eog.ui image-gallery-resizable true or when using $ gsettings set org.gnome.eog.ui image-gallery-position left So there's rather something wrong with GtkIconView.
This also crashes eog when you start it with the gallery enabled and view an image that is in a directory with a total 2 or 3 images.
+ Trace 230292
This is a regression of GTK-3.4.3, a fix seems pretty close. Check bug 677809. We nonetheless have to fix eog to work with the new code though. Using this bug to track that.
It would be great if you could test if the iconview fixes on master fix this problem (they will also be on gtk-3-4 soon).
(In reply to comment #5) > It would be great if you could test if the iconview fixes on master fix this > problem (they will also be on gtk-3-4 soon). The changes on master make it work again so far that only eog needs to be adjusted to request only the required number of columns (= number of pictures) and not G_MAXINT columns from the icon view. See also bug 677809 comment 27 and 28.
Thanks for the testing
Alright, this works with gtk+-3.4.2, upcoming 3.4.4 and master. gtk+-3.4.3 scales items incorrectly. I'll probably pack this into another stable release soon if nothing bad shows up. commit 888b5ed2f6d0fa89d52fad68ddcf14fbca134932 Author: Felix Riemann <> Date: Sat Jun 23 17:12:54 2012 +0200 EogThumbView: Set icon view columns to the real number of images GtkIconView's layout code was redone in gtk+-3.4.3 and 3.4.4 breaking EogThumbView which would scale the thumbnails so small that the thumbview would not be shown itself in single row mode. This should work with gtk+-3.4.2 and earlier as well. https://bugzilla.gnome.org/show_bug.cgi?id=677168 --- This problem has been fixed in our software repository. The fix will go into the next software release. Thank you for your bug report.
*** Bug 679970 has been marked as a duplicate of this bug. ***
*** Bug 680308 has been marked as a duplicate of this bug. ***