here is the solution. however, keep in mind in mind it is sort of limp dick - without graphics nothing will kick in:
1) add $HOME/bin to PATH (/etc/environment) 2) make script bazbaz.sh and make it executable #!/bin/bash SOCKET=.gvfs PIDOF=`pidof gvfs-fuse-daemon` RETVAL=$? if [ "$RETVAL" -eq 1 ]; then echo "Evaluating variables" eval `/usr/lib/gvfs/gvfs-fuse-daemon $HOME/.gvfs` else echo "you be fortune." fi 3) add to .bashrc $HOME/bin/seahorse-agent-start.sh it's been partially fused by the following solution: http://blog.schiessle.org/2009/05/12/fedora-and-gpg-agent/ the solution discusses hogs and hoops of lost sessions and what happens to the missing socks(org.gnome.Seahorse and org.freedesktop.Secrets ) it took me a while to figure it out and i feel it should be public -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to gvfs in Ubuntu. https://bugs.launchpad.net/bugs/890647 Title: .gvfs: Transport endpoint is not connected To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/gvfs/+bug/890647/+subscriptions -- desktop-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/desktop-bugs
