[Bug 223636] Re: gvfs should unmount remote mounts on network disconnect

2013-11-13 Thread Victor Yap
For users who use gvfs exclusively in a desktop environment:

This kind of issue is apparently somewhat addressed by a program called
Gigolo (http://www.uvena.de/gigolo/index.html)

It makes it easier for me to do the reconnecting.  More specifically, it
doesn't care if the mount was left dangling; it's smart enough to sort
that out simply by being asked to connect.

As for those who might be using gvfs to support CLI operations... maybe
Gigolo's source code can reveal some potentially useful insights that
can be carried into gvfs...  http://git.xfce.org/apps/gigolo

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug assignee.
https://bugs.launchpad.net/bugs/223636

Title:
  gvfs should unmount remote mounts on network disconnect

To manage notifications about this bug go to:
https://bugs.launchpad.net/gvfs/+bug/223636/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 223636] Re: gvfs should unmount remote mounts on network disconnect

2013-11-13 Thread Victor Yap
See also : https://bugs.launchpad.net/ubuntu/+source/gnome-
vfs/+bug/905497

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug assignee.
https://bugs.launchpad.net/bugs/223636

Title:
  gvfs should unmount remote mounts on network disconnect

To manage notifications about this bug go to:
https://bugs.launchpad.net/gvfs/+bug/223636/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 212789] Re: gvfs fuse mount is not functional after logout and subsequent login

2011-11-07 Thread Victor Yap
Leveraging off oyvinst's script (comment #14)...

I worked around this bug by doing a little bit more:

# Quick and dirty hack to unmount ~/.gvfs directory on logout.
if test -d $HOME/.gvfs ; then
  for f in $HOME/.gvfs
  do
/bin/fusermount -zu $HOME/.gvfs/$f 1/dev/null 21 || true
  done
  /bin/fusermount -zu $HOME/.gvfs 1/dev/null 21 || true
  rmdir $HOME/.gvfs
fi

... the script's written from gut-feeling and I didn't actually go
through the steps to troubleshoot any bugs in its logic... _ I applied
this for Ubuntu 11.10 ... my quickfix intuition is that the .gvfs folder
should be recreated from scratch on session login for the gvfs magic to
work, even after doing the initial unmount... If someone could instead
point out what command(s) are used to do the magic service's
initialization, we might be able to restart it within a session
instead of cycling through logout - login.

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug assignee.
https://bugs.launchpad.net/bugs/212789

Title:
  gvfs fuse mount is not functional after logout and subsequent login

To manage notifications about this bug go to:
https://bugs.launchpad.net/gvfs/+bug/212789/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs