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 748653 - Progress not updated for corrupt images
Progress not updated for corrupt images
Status: RESOLVED FIXED
Product: eog
Classification: Core
Component: image viewer
3.16.x
Other Linux
: Normal minor
: ---
Assigned To: EOG Maintainers
EOG Maintainers
Depends on:
Blocks:
 
 
Reported: 2015-04-29 15:32 UTC by Kent Vander Velden
Modified: 2015-04-29 19:35 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Proposed patch (2.68 KB, patch)
2015-04-29 15:41 UTC, Kent Vander Velden
none Details | Review

Description Kent Vander Velden 2015-04-29 15:32:20 UTC
When viewing a directory of images, the progress status (aaa / bbb) in the lower right is only updated for valid images. Invalid images do not increment the current position. Patch will be submitted.
Comment 1 Kent Vander Velden 2015-04-29 15:41:56 UTC
Created attachment 302584 [details] [review]
Proposed patch
Comment 2 Felix Riemann 2015-04-29 19:35:38 UTC
Thanks! Pushed to git.

commit 21f7d6b6145c7eecabe6c95c1f0343dbdb62e80e
Author: Kent Vander Velden <>
Date:   Wed Apr 29 10:31:33 2015 -0500

    Update progress status bar for all images, valid and invalid.
    
    The progress status bar (cur / tot) in the lower right was only being updated
    when an image was valid, with data. When browsing a directory or otherwise
    multiple filenames given to eog, the status bar would only update when visting
    valid images. Simply moved update_image_pos(...) outside of the
    eog_image_has_data(...) test.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=748653
---
This problem has been fixed in our software repository. The fix will go into the next software release. Once that release is available, you may want to check for a software upgrade provided by your Linux distribution.