GNOME Bugzilla – Bug 583796
use the gphoto/gvfs backend for the photo importer
Last modified: 2009-06-26 09:35:59 UTC
We should use the gphoto/gvfs backend for the photo importer, instead of libgphoto directly. Pre-import thumbnails can be obtained using the G_FILE_ATTRIBUTE_PREVIEW_ICON attribute (a GIcon that you can use with e.g. gtk_image_set_from_gicon). - Mike
The build files will need to be tweaked to make the gphoto backend mandatory (unless disabled with a compile flag). - Mike
Mike, Please elaborate on this change (pros & cons). And why is it a stopper for 2.11.0 ? Thanks, Matthias
Well, this one is debatable. Let's call it a semi-blocker. It's a fairly big change to switch from libgphoto to gvfs, so it would be nice to have it in from the beginning of the 2.11.x series, and refine it with further releases, rather than introducing a major change in the middle of a release series. - Mike
Fair enough for the block point. It makes sense. However I don't understand the use of gphoto instead of libgphoto. That means system calls, instead of library calls. Isn't that less efficient ? Matthias
Matthias, The background info is here: http://mail.gnome.org/archives/gvfs-list/2009-May/msg00001.html - Mike
This is now in trunk. Request for improvements can be filed as separate bugs. - Mike
*** Bug 587024 has been marked as a duplicate of this bug. ***