Hello,

the problem is that shotwell renaming JPEG files during the import. In case of a
rescan the JPEG files and RAW files are no longer recognized as being related.

The problem can be solved by renaming the JPEG files and deleting additional
created files by shotwell. But caution! All changes to images will be lost.

You have to execute the following commands inside the image directory:

find ./ -name *_rw2*.jpg -exec rename 's/_rw2//g' -v {} \;
find ./ -name *shotwell*.jpg -exec rm -v {} \;
find ./ -name *embedded*.jpg -exec rm -v {} \;

After that you can rescan the image directory by shotwell.

Martin

_______________________________________________
Shotwell mailing list
[email protected]
http://lists.yorba.org/cgi-bin/mailman/listinfo/shotwell

Reply via email to