Failed to start Virtual filesystem service - Apple File Conduit monitor [libusbmuxd.so.4 not found]
| Affects | Status | Importance | Assigned to | Milestone | |
|---|---|---|---|---|---|
| gvfs (Ubuntu) |
Invalid
|
Undecided
|
Unassigned | ||
Bug Description
After upgrading to Focal, /usr/libexec/
1) lsb_release -rd:
Description: Ubuntu 20.04 LTS
Release: 20.04
2)apt-cache policy gvfs
gvfs:
Installed: 1.44.1-1ubuntu1
Candidate: 1.44.1-1ubuntu1
Version table:
*** 1.44.1-1ubuntu1 500
500 http://
100 /var/lib/
4) What happens: many applications (nautilus, gedit, etc) take ~30 sec to open. When starting those via the command line, after after those 30 secs the app opens with the following printed to the terminal:
"Error creating proxy: Error calling StartServiceByName for org.gtk.
3) What you expected to happen: applications to open without delay
=============
Additional info:
After calling 'journalctl -b', several instances like
dbus-daemon[2031]: [session uid=1000 pid=2031] Activating via systemd: service name='org.
systemd[1964]: Starting Virtual filesystem service - Apple File Conduit monitor...
gvfs-afc-
systemd[1964]: gvfs-afc-
systemd[1964]: gvfs-afc-
systemd[1964]: Failed to start Virtual filesystem service - Apple File Conduit monitor.
Also upowerd is affected:
/usr/lib/
upower.service: Main process exited, code=exited, status=127/n/a
upower.service: Failed with result 'exit-code'.
Failed to start Daemon for power management.
The package libusbmuxd6 is installed (and /usr/lib/
Unfortunately, the huge timeout significantly affects usability of the computer, as one has to wait a lot to perform many tasks (opening nautilus, gedit); one has to wait also before login screen appears after a reboot.
Something that appears to be related:
https:/
ProblemType: Bug
DistroRelease: Ubuntu 20.04
Package: gvfs-backends 1.44.1-1ubuntu1
ProcVersionSign
Uname: Linux 5.4.0-29-generic x86_64
ApportVersion: 2.20.11-0ubuntu27
Architecture: amd64
CasperMD5CheckR
CurrentDesktop: GNOME
Date: Wed May 6 13:45:53 2020
EcryptfsInUse: Yes
InstallationDate: Installed on 2015-03-18 (1875 days ago)
InstallationMedia: Ubuntu 14.10 "Utopic Unicorn" - Release amd64 (20141022.1)
SourcePackage: gvfs
UpgradeStatus: Upgraded to focal on 2020-04-24 (11 days ago)

I can confirm this bug on my system as well. Upgraded from 18.04LTS to 20.04LTS. I have the same lsb_release -d and apt-cache policy gvfs output as well.
I worked around this issue by creating a symlink in /usr/lib/ x86_64- linux-gnu from libusbmuxd.so.6.0.0 to libusbmuxd.so.4 I don't know if this breaks anything, but this does seem to alleviate the slow launch of certain Gnome apps that seem to rely on gvfs, along with my slow login time that I was experiencing. Nautilus, gedit, file dialogs, screenshot, etc., that took ~20-30 seconds to load now load instantly, and I do not get org.gtk. vfs.AfcVolumeMo nitor timeout errors I was seeing either.