GNOME Bugzilla – Bug 633059
f-spot-import script umounts unnecessarily gphoto2 mounts
Last modified: 2010-11-14 11:03:47 UTC
Created attachment 173140 [details] [review] patch to simplify f-spot-import the current f-spot-import script umounts certain gphoto2 mounts: e.g. if [ "$udi" != "${udi#gphoto2:}" ]; then # gphoto2, as passed by gvfs/nautilus gvfs-mount -u "$udi" || true f-spot --import "$udi" exit fi Since f-spot 0.8.0 only supports importing via file system URIs I suggest to remove all umounting features from this script. Patch attached. I have tested it with nautilus-2.32.0. I'm not sure what kind of other call conventions are used in other environments.
Merged, let's see what this gives.