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 88499 - EOG autoscale of image-view broken in Nautilus
EOG autoscale of image-view broken in Nautilus
Status: RESOLVED FIXED
Product: nautilus
Classification: Core
Component: File and Folder Operations
0.x.x [obsolete]
Other Linux
: High major
: ---
Assigned To: Federico Mena Quintero
Nautilus Maintainers
Depends on:
Blocks:
 
 
Reported: 2002-07-18 11:07 UTC by R.K.Aa.
Modified: 2004-12-22 21:47 UTC
See Also:
GNOME target: ---
GNOME version: 2.0



Description R.K.Aa. 2002-07-18 11:07:29 UTC
In current builds of Nautilus, double-clicking a thumbnail image results in
EOG showing the fullsize image inline.

Most of my images are digital photos, 2000 pixels wide or more, exceeding
my monitor resolution.

To always have images open at over 2000 pixels width is therefore rather
cumbersome: I have to resize it again - each and every time - and this is
rapidly becoming a chore.

The ability to zoom with the mouse-wheel is nice indeed, but if i choose
that approach instead, i have to scroll for quite a periode of time to get
the image scaled right. So - all together: This is a bad user-experience.
I miss the old autoscale feature a lot.

Expected behaviour:

Image to scale automagically, and display proportionally within the current
Nautilus windowpane.

Note: This used to work in old versions of Nautilus, but is rumoured to
have been a "hack". That matter was briefly mentioned in a posting on the
EOG mailing list February 2002:

http://mail.gnome.org/archives/eog-list/2002-February/msg00000.html

I'm currently testing the 2.0.1 snapshots, but I believe this was a Gnome2
bug as well - adding keyword.
Comment 1 Dave Bordoley [Not Reading Bug Mail] 2002-07-18 12:31:13 UTC
ccing usability 
Comment 2 R.K.Aa. 2002-07-19 18:22:01 UTC
Michael Meeks posted:

"in fact it's a bug in the nautilus adpator. Normally the last
zoom is stored per file, per directory etc. and so we just need to do
2 things.
        a) make the adaptor use zoom to fit if no zoom is stored by 
	   default for that file.

	b) restore any file specific zoom that was used last time on 
	   that window.

So - please re-file whatever bug you opened under the nautilus
adapater."
--

Changing component (->Nautilus)
Comment 3 Luis Villa 2002-07-30 18:50:21 UTC
And this worked nicely until a while ago. Anyone have any clue what
could have been broken here? It's a regression, dammit :) 
Comment 4 Federico Mena Quintero 2002-08-19 18:23:30 UTC
I'm working on this.
Comment 5 Luis Villa 2002-08-20 00:53:14 UTC
Would be nice to get in for 2.0.2 but not a showstopper.
Comment 6 Federico Mena Quintero 2002-08-20 16:25:24 UTC
Something is quite funky in the way Bonobo/GTK+ plugs and sockets
handle sizing -- my image view control gets size allocated *four*
times when it gets inserted in Nautilus.  See the current discussion
on the Nautilus list for more details.
Comment 7 Federico Mena Quintero 2002-09-04 22:04:14 UTC
Looking into this again.
Comment 8 Federico Mena Quintero 2002-09-12 00:22:42 UTC
Bluh, fixed it in HEAD with a horrible hack.  The real bug is in
GTK+/Bonobo.  This needs to be tracked down better by someone with a
lot of patience.