If I want to sync my notes with WebDAV server, I get the following error messages in Gnote and Tomboy:
This synchronization addin is not supported on your computer. Please make sure you have FUSE and wdfs correctly installed and configured
How can I set up FUSE and wdfs?
There is also a reported bug on Launchpad: Tomboy Notes cant Sync with WebDav, but I don't know if it is a bug.
Since fuse is a part of kernel I think its missing wdfs(webdav filesystem) which is
NOT
in the repository.Install underlying libraries:
Get & install wdfs:
Other Workaround:
I use Ubuntu 14.04 and was able to get Tomboy notes to sync with webdav on an OwnCloud server installation. I was not able get Tomboy to do a direct sync with
webdav
andwdfs
. My work around was to usemenu:syncronization/service = "Local Folder"
.owncloud-client 1.5.0+dfsg-4ubuntu1
. This will create a folder at/home/user/owncloud
. Everything in theowncloud
folder will be synced with the OwnCloud server./home/user/.local/share/tomboy
folder to/home/user/owncloud
. You can keep the.local
copy in case you delete your owncloud version./home/user/owncloud/tomboy
This is working for me.