Bug#942126: gvfs-fuse: /run/user/ID/gvfs/ empty after upgrade
Mad Horse
equu at openmail.cc
Sun Oct 13 14:30:28 BST 2019
Hello Cesare,
If I try to invoke $ /usr/lib/gvfs/gvfsd-fuse /run/user/${myuid}/gvfs , it reports:
> fuse: failed to exec fusermount3: No such file or directory
So, the real problem is that gvfs-fuse is hardcoded to call fusermount3 instead fusermount.
It may be walked around by creating an alternative with
> # update-alternatives --install /bin/fusermount3 fusermount3 /bin/fusermount 10
which may means it had better use the alternative system to provide /bin/fusermount
between fuse"2" and fuse3, and let gvfsd-fuse and other fuse mounters call /bin/fusermount directly.
Best regard,
Mad Horse
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/pkg-gnome-maintainers/attachments/20191013/30f768fb/attachment.html>
More information about the pkg-gnome-maintainers
mailing list