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 626893 - image comments lost when upgrading from 2.10.x to 2.11.x
image comments lost when upgrading from 2.10.x to 2.11.x
Status: RESOLVED FIXED
Product: gthumb
Classification: Other
Component: general
2.11.x
Other Linux
: Normal enhancement
: ---
Assigned To: Paolo Bacchilega
Paolo Bacchilega
: 627003 (view as bug list)
Depends on:
Blocks:
 
 
Reported: 2010-08-13 23:34 UTC by Matthew Geier
Modified: 2010-08-16 11:04 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Matthew Geier 2010-08-13 23:34:58 UTC
A method needs to be added to say what location the 'comment' information is taken from.
 When upgrading all my comments entered using 2.10.x disappeared. The 'iptc.caption' field was ignored and I assume the jpeg or exif comment field used instead. Except that field was not overwritten when saving comments in 2.10.x and contains the name of my camera.

 If there was a method of configuring were to 'import' the captions from when 'importing' to the new system, this data loss could be avoided.

 Releated would be a method to configure what XMP/IPTC fields the image 'description' is written to, as this appears to have changed from 'caption' to 'headline'. And 'title' written to Caption.
Comment 1 Paolo Bacchilega 2010-08-16 08:17:40 UTC
*** Bug 627003 has been marked as a duplicate of this bug. ***
Comment 2 Paolo Bacchilega 2010-08-16 11:04:01 UTC
Fixed giving priority to iptc::caption when reading the metadata; saving the description in iptc::caption and the title in iptc::headline.  The fix will be available in the next public release.  Thanks for the bug report.