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 335338 - eog should not display hidden (dot) images
eog should not display hidden (dot) images
Status: RESOLVED FIXED
Product: eog
Classification: Core
Component: general
2.14.x
Other All
: Normal normal
: ---
Assigned To: EOG Maintainers
EOG Maintainers
Depends on:
Blocks:
 
 
Reported: 2006-03-21 10:06 UTC by Victor Osadci (Vic)
Modified: 2006-03-27 02:03 UTC
See Also:
GNOME target: ---
GNOME version: 2.13/2.14



Description Victor Osadci (Vic) 2006-03-21 10:06:16 UTC
Please describe the problem:
If a directory contains hidden images (.some_image) , those images should not be
shown.

Steps to reproduce:
1. Open a directory containing images
2. Copy an image to '.some_image' and refresh the view. The image should not be
visible anymore.
3. Open some image and move between images (ex. with Ctrl+PgDown)


Actual results:
The hidden image is also shown

Expected results:
Not show the hidden image

Does this happen every time?
Yes

Other information:
Comment 1 Lucas Rocha 2006-03-27 02:03:00 UTC
Fixed in HEAD and gnome-2-14 branches. Thanks!

2006-03-26  Lucas Rocha  <lucasr@gnome.org>

        * libeog/eog-image-list.c (directory_visit_cb): don't include
        hidden images from a directory on image list (Fixes bug #335338).