gvfs mounts for posix apps

Hello,

according mans, gvfsd should mount gio stuff under ~/.gvfs, however this folder is empty.

1. devel/gvfs compiled with fuse support
2. fuse kernel module is loaded.
3. user in operator group (to access /dev/fuse if needed)
4. gvfsd -r to ensure it works reveals no errors printed.
5. gvfs-mount -a ftp://ftp.freebsd.org mounts ftp for gio aware applications (like thunar), however I see no mounts for posix applications and no errors are printed :(

What I'm missing?
 
despite post is requested a long ago, the problem still there, and I'm found this post first, so answering to myself and others.

gio from packet glib uses gvfsd-* apps from packages gvfs.
for problem in question, expected that executable gvfsd-fuse provide that mountpoint. From man:

Code:
       gvfsd-fuse is normally started by gvfsd(1). In this case, the mount
       point is $XDG_RUNTIME_DIR/gvfs or $HOME/.gvfs.
but when i try to start it manually, problem reveals:
Code:
% /usr/local/libexec/gvfsd-fuse -f $XDG_RUNTIME_DIR/gvfs
fuse: error: filesystem requested capabilities 0x8 that are not supported by kernel, aborting.
Discussion about this is here:
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=254452

As far, as I can understand, in short -- it do not work now, and it's hard to get to work.
 
Back
Top