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 634574 - mount device before trying to import from PTP cameras
mount device before trying to import from PTP cameras
Status: RESOLVED OBSOLETE
Product: gthumb
Classification: Other
Component: general
2.12.x
Other Linux
: Normal normal
: ---
Assigned To: Paolo Bacchilega
Paolo Bacchilega
Depends on:
Blocks:
 
 
Reported: 2010-11-11 10:07 UTC by David Paleino
Modified: 2015-12-18 14:47 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description David Paleino 2010-11-11 10:07:18 UTC
gThumb should check and, if it's the case, mount the device before trying to
import photos from a PTP camera.

This causes a bug in the import function, which doesn't work in non-GNOME
desktop environments (i.e. Xfce). GNOME, in fact, automounts cameras as they're
plugged in, and gThumb could then do the import.

For Xfce, a workaround is to add "gvfs-mount %d; " to the Exec line in
gthumb-import.desktop. However, that's not desktop agnostic, so maybe the solution is to add a check in the source code.

I'm myself using GNOME, but non-GNOME users reported the problem (and the workaround for Xfce).

This is the Debian bug 603143: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=603143

Thank you,
David
Comment 1 Yves-Alexis Perez 2010-11-12 10:28:31 UTC
In fact the correct workaround for Xfce users would be to add the command to thunar-volman camera tab. Something like:

sh -c "gvfs-mount -d %d; gthumb --import-photos"

but once again it's highly Xfce-specific.

Cheers,
--
Yves-Alexis
Comment 2 Michael Chudobiak 2015-12-18 14:47:36 UTC
Marking as obsolete, as this was reported for a now-unsupported version and no recent activity has occurred. 

Please feel free to reopen this bug report if the problem still occurs with a current version of gThumb.