GNOME Bugzilla – Bug 364426
doesn't allow to go to next image for a non-local directory
Last modified: 2007-02-20 21:19:11 UTC
That bug has been opened on https://launchpad.net/distros/ubuntu/+source/eog/+bug/67372 "When a file is opened on a Samba-share, it's not possible to open the next image with "Go, Next Image <Alt Left>". Note that in the lower-right corner, there's no indication of number of files e.g. '1/10', see attachment. When copying (the same) files to e.g. /home/user, it works as expected. ... http://librarian.launchpad.net/4920959/scrolling-eye-of-gnome.png Screenshot showing number a files to loop through Attached a screenshot Detected on Edgy RC1, Eye of GNOME 2.16.1"
Indeed. EOG only displays the selected file in the collection for remote URIs. Since it works when I only specify the directory for the share and not the file directly I'm having the impression that this might be wanted behaviour (maybe for saving bandwidth ??).
*** Bug 396136 has been marked as a duplicate of this bug. ***
This was introduced by rev. 3155[1], which is a fix for bug #350557. Lucas, is this really the expected behavior, or it's just a side effect of the fix for the bug? [1] http://svn.gnome.org/viewcvs/eog?rev=3155&view=rev
It's a side effect AKA bug :-) Currently, EOG is not trying to add the other images at the same location of a remote image.
Fixed in eog-ng and trunk. Thanks! 2007-02-20 Lucas Rocha <lucasr@gnome.org> * src/eog-list-store.c (eog_list_store_add_uris): take other images in same location into account even for remote URIs (if the image's parent URI is a directory) (Fixes bug #364426).