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 315638 - "Save EXIF data" feature doesn't work
"Save EXIF data" feature doesn't work
Status: RESOLVED INCOMPLETE
Product: GIMP
Classification: Other
Component: Plugins
2.2.x
Other Linux
: Normal normal
: ---
Assigned To: GIMP Bugs
GIMP Bugs
Depends on:
Blocks:
 
 
Reported: 2005-09-09 14:20 UTC by Rudolfs
Modified: 2008-01-15 13:00 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Rudolfs 2005-09-09 14:20:07 UTC
Distribution/Version: Trustix 3.0

1) Open a jpg file with EXIF information
2) Save this file in some other place and check the "Save EXIF data" checkbox.
3) Look at the saved file with a EXIF viewer (EXIF-O-Matic in my case
http://www.instituteofthefuture.org/exifomatic).

The saved file should contain the same exif information as the original, but it
has no EXIF information at all.

I have a freshly compiled GIMP 2.2.8, libexif-0.6.12-2ta and
libexif-devel-0.6.12-2ta packages installed. Gimp was compiled with the
--with-exif flag.

Previously I was using Gimp 2.0 and the EXIF data was saved correctly, Gimp
2.3.3 doesn't have this problem either (But the devel version has some other flaws).
Comment 1 Sven Neumann 2005-09-09 17:17:14 UTC
That's probably just a duplicate of bug #303383.
Comment 2 Rudolfs 2005-09-09 17:42:20 UTC
I tried the workaround step by step instructions from bug #303383, with no
success, GIMP still doesn't save the EXIF data.

When the "Show Previw image in window" checkbox is ON and I check and uncheck
the "Save EXIF data" checkbox the filesize doesn't change.
Comment 3 Rudolfs 2005-09-11 07:21:42 UTC
I tested the patch provided in bug #303383 on the current stable version 2.2.8
with no results, the EXIF data won't save.
Comment 4 Sven Neumann 2006-01-06 14:53:36 UTC
Please test the new patch in bug #303383 or use the CVS version where this patch has already been applied. We are not able to reproduce your problem, so your feedback is needed here.
Comment 5 Rudolfs 2006-01-08 20:01:22 UTC
No the new patch doesn't change anything, the EXIF data isn't saved. I'll try 2.2.10, maybe it's resolved there...
Comment 6 Akkana Peck 2006-01-24 21:26:08 UTC
I was seeing this too (no exif saved, see related bug 303383) on HEAD builds: it turned out that I was missing libexif-dev, and configure wasn't warning me about it (except buried in the hundreds of lines of output). After installing libexif-dev, gimp builds with exif support and it works.

I know the reporter says he has the -dev package, but maybe gimp is not finding it for some reason. It turns out that a useful test after running configure is:

grep -i "will not" config.log

which will list (at least some of) the features configure didn't find.
Comment 7 Michael Schumacher 2006-01-24 21:38:50 UTC
Rudolfs, please provide feedback regarding comment #6.
Comment 8 Rudolfs 2006-01-25 10:02:08 UTC
I compiled the exif library from source and installed it under
/usr/local/opt/libexif and then made symlinks from there to /usr/local
and ran ldconfig

Last time tried with libexif-0.6.12 and gimp-2.3.3

/usr/src/gimp-2.3.3# grep -i "will not" config.log
configure:32551: WARNING: *** AA plug-in will not be built (AA library not found) ***
configure:32846: WARNING: *** Help browser plug-in will not be built (GtkHtml2 not found) ***
Comment 9 Michael Schumacher 2006-01-25 10:32:36 UTC
Yesterday, Akkana and me tried many variations of this in order to solve here exif problems in CVS head. Saving EXIF works for both of us in gimp-2-2, and I couldn't get it to not save EXIF if I didn't disable "Save EXIF" in the plug-in dialog.
Comment 10 Michael Schumacher 2006-01-26 23:15:52 UTC
You have reported another problem releated to EXIF stuff - bug 315968. Please reply to my comment there. 
Comment 11 Michael Schumacher 2006-03-01 10:29:05 UTC
I'm still convinced that this is something special to your platform. In current CVS (and 2.3.7, iirc), Akkana has added a nice summary of the stuff that will be built.
Try to build a recent version and report back if anything indicates that your GIMP is built without EXIF support.

Otherwise you might have to check for subtle libexif brokeneness on your system...
Comment 12 Michael Schumacher 2006-07-04 15:14:25 UTC
Rudolfs, anything new? AFAIK no one else was affected by this problem, so we might have to close it as INCOMPLETE (or OBSOLETE, if you can't reproduce it anymore).
Comment 13 Rudolfs 2006-07-05 10:28:07 UTC
haven't tried anything new, close it as incomplete...