GNOME Bugzilla – Bug 485965
zoom levels in nautilus preferences don't match zoom levels in actual window
Last modified: 2008-06-11 18:47:40 UTC
The bug has been opened on https://bugs.launchpad.net/bugs/151811 "Binary package hint: nautilus Just upgraded to gutsy, I'm not sure if this was in feisty or not. If you go to the preferences in nautilus you can set the default zoom level. I set it to 75% there, but in the actual view itself that option seems to correspond to 67%.. Additionally it seems when I zoom to 33% in the actual view itself all of the icons loose their text labels."
same here ... gentoo nautilus --version GNOME nautilus 2.20.0
backport from nautilus 2.8.13 changed: libnautilus-private/nautilus-icon-factory.h #define NAUTILUS_ICON_SIZE_SMALLEST 12 #define NAUTILUS_ICON_SIZE_SMALLER 24 #define NAUTILUS_ICON_SIZE_SMALL 36 #define NAUTILUS_ICON_SIZE_STANDARD 48 #define NAUTILUS_ICON_SIZE_LARGE 72 #define NAUTILUS_ICON_SIZE_LARGER 96 #define NAUTILUS_ICON_SIZE_LARGEST 192 these values fixed 75% issue for me ...
*** Bug 537760 has been marked as a duplicate of this bug. ***
Fixed in trunk: http://svn.gnome.org/viewvc/nautilus?view=revision&revision=14256 We now use 33% and 66% labels everywhere for 1/3 and 2/3 zoom level.