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 427868 - Import of photos cannot download RAW files
Import of photos cannot download RAW files
Status: RESOLVED FIXED
Product: gthumb
Classification: Other
Component: general
2.10.x
Other Linux
: Normal enhancement
: ---
Assigned To: Paolo Bacchilega
Paolo Bacchilega
Depends on:
Blocks:
 
 
Reported: 2007-04-09 13:30 UTC by mike
Modified: 2007-04-09 20:01 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description mike 2007-04-09 13:30:28 UTC
When I attach my camera, I get a pop-up dialog inviting me to import photos. The following processes are running:-

/bin/sh /usr/bin/gnome-volume-manager-gthumb \
 /org/freedesktop/Hal/devices/usb_device_4a9_3101_noserial_if0
gthumb --import-photos

The camera is a Canon EOS 5D, and as I shoot almost exclusively in RAW, the gthumb dialog shows nothing available for import - only the 2 stray JPEG images on the card. I've rebuilt gthumb from source, and linked against libopenraw - this has enabled thumbnail previews of CR2 files already on disk, but there appears to be no way to import them. Using gphoto2 from the command line works fine, of course.

This makes gthumb pretty much unusable for me, unfortunately. Is there an easy way to get round it? It appears as though all the support needed is already there, it's just filtering out CR2 images from the list.
Comment 1 Michael Chudobiak 2007-04-09 13:46:11 UTC
Please try compiling the latest code from svn trunk (rev 1566 or higher) and let me know if that works for you. I think it should work now.

- Mike