GNOME Bugzilla – Bug 152676
nautilus 2.6.3 does not support libexif 0.6.*
Last modified: 2004-12-22 21:47:04 UTC
It's not clear that you want it to work; since it's an incompatible interface, you might only want newer versions of nautilus to work with the new libexif. However, I wanted to provide the trivial patch, which I will attach. The latest version of libexif changes to requiring a buffer be passed into it instead of providing a static buffer, presumably to allow threaded programs to use libexif without a mutex. I'm not sure how you would want to handle supporting both interfaces, buf if you are interested in moving to the latest exif unconditionally, this patch should give identical functionality. (The buffer in old exif was 1024 characters; this patch just reproduces that exact behavior.)
Created attachment 31566 [details] [review] Patch that moves from libexif 0.5 to 0.6 compatibility This patch is not compatible with libexif 0.5.
Thanks for the bug report. This particular bug has already been reported into our bug tracking system, but please feel free to report any further bugs you find. *** This bug has been marked as a duplicate of 143743 ***