Comment 2 for bug 656009

Revision history for this message
Cristian Klein (cristiklein) wrote :

The problem can be more precisely trace to libusbmuxd.

To connect to i* devices, gvfs-afc-volume-monitor uses libusbmuxd which talks to the usbmuxd daemon. The latter is normally not present in a system and is automatically launched by udev, when an i* device is connect. gvfs-afc-volume-monitor has no way of knowing when the usbmuxd daemon is launched, so it tries to connect to it every second (see libusbmuxd.c line 151).

I have no idea how this bug could be easily fixed.