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 364426 - doesn't allow to go to next image for a non-local directory
doesn't allow to go to next image for a non-local directory
Status: RESOLVED FIXED
Product: eog
Classification: Core
Component: collection
2.16.x
Other Linux
: Normal normal
: ---
Assigned To: EOG Maintainers
EOG Maintainers
: 396136 (view as bug list)
Depends on:
Blocks:
 
 
Reported: 2006-10-23 13:46 UTC by Sebastien Bacher
Modified: 2007-02-20 21:19 UTC
See Also:
GNOME target: ---
GNOME version: 2.15/2.16



Description Sebastien Bacher 2006-10-23 13:46:34 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"
Comment 1 Felix Riemann 2006-10-30 11:29:36 UTC
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 ??).
Comment 2 Claudio Saavedra 2007-01-13 16:36:44 UTC
*** Bug 396136 has been marked as a duplicate of this bug. ***
Comment 3 Claudio Saavedra 2007-02-16 02:42:52 UTC
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
Comment 4 Lucas Rocha 2007-02-16 07:24:23 UTC
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.
Comment 5 Lucas Rocha 2007-02-20 21:19:11 UTC
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).