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 451344 - nautilus ignore metadata for JPEG with XMP
nautilus ignore metadata for JPEG with XMP
Status: RESOLVED FIXED
Product: nautilus
Classification: Core
Component: Metadata
0.x.x [obsolete]
Other Linux
: Normal normal
: ---
Assigned To: Nautilus Maintainers
Nautilus Maintainers
Depends on:
Blocks: 451380
 
 
Reported: 2007-06-26 18:33 UTC by Hubert Figuiere (:hub)
Modified: 2007-07-10 02:12 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
patch to fix the problem (460 bytes, patch)
2007-06-26 18:35 UTC, Hubert Figuiere (:hub)
none Details | Review

Description Hubert Figuiere (:hub) 2007-06-26 18:33:50 UTC
nautilus ignore metadata for JPEG with XMP. (it is more about the fact that there is another APP1 before the JPEG image that require to read further)

Patch will follow.
Comment 1 Hubert Figuiere (:hub) 2007-06-26 18:35:18 UTC
Created attachment 90691 [details] [review]
patch to fix the problem

loading should continue if any of the data needs more. (change && by ||)
Comment 2 Martin Wehner 2007-07-10 02:12:36 UTC
Thanks, it's on HEAD:

2007-07-10  Martin Wehner  <martin.wehner@gmail.com>

	* src/nautilus-image-properties-page.c: (file_read_callback):
	Don't ignore EXIF metadata of JPEG with XMP. (#451344)
	Patch from Hubert Figuiere  <hfiguiere@teaser.fr>