GNOME Bugzilla – Bug 610674
AfcVolumeMonitor.IsSupported() fails
Last modified: 2010-04-02 12:29:06 UTC
Forwarded from https://launchpad.net/bugs/525576 I noticed that if I run: gthumb . or similar from the command line then the following error is printing during the course of execution: (gthumb:8755): GVFS-RemoteVolumeMonitor-WARNING **: invoking IsSupported() failed for remote volume monitor with dbus name org.gtk.Private.AfcVolumeMonitor: org.freedesktop.DBus.Error.Spawn.ChildExited: Launch helper exited with unknown return code 127 No iPhones or similar are connected; ideally the error would not occur.
IsSupported is implemented in the AFC backend. --8<-- static gboolean g_vfs_afc_volume_monitor_is_supported (void) { return TRUE; } monitor_class->is_supported = g_vfs_afc_volume_monitor_is_supported; --8<-- The retval would suggest that gvfsd could not spawn the afc volume monitor. Try running: /usr/lib/gvfs/gvfs-afc-volume-monitor by hand.
$ /usr/lib/gvfs/gvfs-afc-volume-monitor /usr/lib/gvfs/gvfs-afc-volume-monitor: symbol lookup error: /usr/lib/libimobiledevice.so.0: undefined symbol: usbmuxd_subscribe
Right, this is a distribution problem.