<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=GBK">
</head>
<body text="#000000" bgcolor="#FFFFFF">
<pre class="message">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
</pre>
</body>
</html>