I worked around this bug by adding: # Quick and dirty hack to unmount ~/.gvfs directory on logout. if test -d "$HOME/.gvfs" ; then /bin/fusermount -zu "$HOME/.gvfs" 1>/dev/null 2>&1 || true fi
to the `/etc/gdm/PostSession/Default' script. -- gvfs fuse mount is not functional after logout and subsequent login https://bugs.launchpad.net/bugs/212789 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
