does not show preview images for Nikon Raw files

Bug #689853 reported by Hadmut Danisch
This bug report is a duplicate of:  Bug #666440: No CR2 preview. Edit Remove
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Shotwell
Unknown
Unknown
shotwell (Ubuntu)
New
Undecided
Unassigned

Bug Description

Binary package hint: shotwell

Hi,

when reading Nikon (D300s) raw files from a memory card, shotwell does not show preview/thumbnail images. An strace reveals

7492 open("/media/TRANSCEND//DCIM/111D300S/DSC_6879.NEF", O_RDONLY) = 21
7492 fstat64(21, {st_mode=S_IFREG|0644, st_size=12209026, ...}) = 0
7492 mmap2(NULL, 32768, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xb5402000
7492 read(21,..., 32768) = 32768
7492 open("/usr/share/locale/de_DE.utf8/LC_MESSAGES/libexif-12.mo", O_RDONLY) = -1 ENOENT (No such file or directory)
7492 open("/usr/share/locale/de_DE/LC_MESSAGES/libexif-12.mo", O_RDONLY) = -1 ENOENT (No such file or directory)
7492 open("/usr/share/locale/de.utf8/LC_MESSAGES/libexif-12.mo", O_RDONLY) = -1 ENOENT (No such file or directory)
7492 open("/usr/share/locale/de/LC_MESSAGES/libexif-12.mo", O_RDONLY) = -1 ENOENT (No such file or directory)
7492 open("/usr/share/locale-langpack/de_DE.utf8/LC_MESSAGES/libexif-12.mo", O_RDONLY) = -1 ENOENT (No such file or directory)
7492 open("/usr/share/locale-langpack/de_DE/LC_MESSAGES/libexif-12.mo", O_RDONLY) = -1 ENOENT (No such file or directory)
7492 open("/usr/share/locale-langpack/de.utf8/LC_MESSAGES/libexif-12.mo", O_RDONLY) = -1 ENOENT (No such file or directory)
7492 open("/usr/share/locale-langpack/de/LC_MESSAGES/libexif-12.mo", O_RDONLY) = 22
7492 fstat64(22, {st_mode=S_IFREG|0644, st_size=111876, ...}) = 0
7492 mmap2(NULL, 111876, PROT_READ, MAP_PRIVATE, 22, 0) = 0xb19ce000
7492 close(22) = 0
7492 close(21) = 0
7492 munmap(0xb5402000, 32768) = 0
7492 time(NULL) = 1292264009
7492 write(7, "L 7492 2010-12-13 19:13:29 [WRN] ImportPage.vala:965: Unable to fetch metadata for /DCIM/111D300S/DSC_6879.NEF: [-1] Error retrieving file object for /DCIM/111D300S/DSC_6879.NEF: Unspezifizierter Fehler\n", 203) = 203

which shows that it is a problem with the exif reading libraries. ImportPage.vala:965 is

           try {
                metadata = GPhoto.load_metadata(spin_idle_context.context, camera, fulldir,
                    filename);
            } catch (Error err) {
                warning("Unable to fetch metadata for %s/%s: %s", fulldir, filename,
                    err.message);
            }

regards

ProblemType: Bug
DistroRelease: Ubuntu 10.10
Package: shotwell 0.7.2-0ubuntu2
ProcVersionSignature: Ubuntu 2.6.35-23.41-generic 2.6.35.7
Uname: Linux 2.6.35-23-generic i686
Architecture: i386
Date: Mon Dec 13 21:23:08 2010
ProcEnviron:
 PATH=(custom, user)
 LANG=de_DE.utf8
 SHELL=/bin/tcsh
SourcePackage: shotwell

Revision history for this message
Hadmut Danisch (hadmut) wrote :
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.