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 488808 - eog won't display some .jpg files
eog won't display some .jpg files
Status: RESOLVED FIXED
Product: eog
Classification: Core
Component: general
2.20.x
Other Linux
: Normal normal
: ---
Assigned To: EOG Maintainers
EOG Maintainers
Depends on:
Blocks:
 
 
Reported: 2007-10-21 12:53 UTC by Pedro Villavicencio
Modified: 2007-10-21 21:59 UTC
See Also:
GNOME target: ---
GNOME version: 2.21/2.22



Description Pedro Villavicencio 2007-10-21 12:53:52 UTC
This bug has been filled here:

https://bugs.launchpad.net/ubuntu/+source/eog/+bug/154920

"Some files are open correctly by eog 2.20.0 some not.
No messages displayed to the end user."

"if you open it from the menu it show the size of the image but not the image itself."

The image:

http://launchpadlibrarian.net/10081913/Whuuuum.jpg
Comment 1 Felix Riemann 2007-10-21 21:29:11 UTC
Confirming.
EOG seems to choke on that unknown APP1 marker in the file. In the end this effectively skips window realization again. 
Comment 2 Felix Riemann 2007-10-21 21:59:57 UTC
I committed a patch to trunk and gnome-2-20.
APP1 markers with unknown content are skipped now. Otherwise the metadata reader would not reach it's finished state which prevents the window realization when autorotation is enabled.


2007-10-21  Felix Riemann  <>

	* src/eog-metadata-reader.c: (eog_metadata_reader_consume):
	Simply skip APP1 markers with unknown content in JPEG files.
	This makes such files work as first image again. Fixes bug #488808.

---
This problem has been fixed in our software repository. The fix will go into the next software release. Thank you for your bug report.