Comment 14 for bug 212789

Revision history for this message
Øyvind Stegard (oyvindstegard) wrote :

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.