Tomboy SSH Fix on Ubuntu 10.1 Lucid

less than 1 minute read

I was getting the following error when trying to sync:

The keyring daemon is not available

**FIX:

**

Install sshfs sudo apt-get install sshfs

Modify your tomboy start to:

eval `gnome-keyring-daemon` && export GNOME_KEYRING_SOCKET && export GNOME_KEYRING_PID && tomboy –search

Updated: