After so much frustration trying to sync my tomboy notes via sshfs, I ended up unistalling tomboy:
$ sudo apt-get remove tomboy
And getting the latest Tomboy tarball, and compiling and installing it:
1) untar the package
2) cd into it
3) Make sure you have the monodevelop package installed (you can get it from the repo)
4) $ ./configure
5) $ make
6) $ sudo make install
After so much frustration trying to sync my tomboy notes via sshfs, I ended up unistalling tomboy:
$ sudo apt-get remove tomboy
And getting the latest Tomboy tarball, and compiling and installing it:
1) untar the package
2) cd into it
3) Make sure you have the monodevelop package installed (you can get it from the repo)
4) $ ./configure
5) $ make
6) $ sudo make install
It all works as wanted now!