Synchronising Tomboy via Webdav doesn't work

Bug #133656 reported by Christoph Langner
122
This bug affects 26 people
Affects Status Importance Assigned to Milestone
tomboy
Unknown
Wishlist
tomboy (Ubuntu)
Triaged
Wishlist
Ubuntu Desktop Bugs
Declined for Gutsy by Henrik Nilsen Omma
Declined for Hardy by Sebastien Bacher
Declined for Intrepid by Sebastien Bacher
Declined for Jaunty by Sebastien Bacher
Declined for Lucid by Sebastien Bacher
Declined for Maverick by Sebastien Bacher

Bug Description

Binary package hint: tomboy

I'm running an up to date gutsy here with tomboy 0.7.4

----
# dpkg -l tomboy
...
ii tomboy 0.7.4-0ubuntu1 desktop note taking program using Wiki style
----

I try to synchronize Tomboy via Webdav. I go into the tomboy settings under "Synchronization" and choose as service "WebDAV (wdfs FUSE)". After that i enter my settings

URL: davs://mediacenter.gmx.net/
Username: <mylogin>
Password: <secret>

When i choose "save", i get the following error message

----
Error connecting :(
Sorry, but something went wrong. Please check your information and try again. The ~/.tomboy.log might be useful too.
----

And inside ~/.tomboy.log each time i hit save the line

----
20.08.2007 15:01:43 [DEBUG]: Unable to locate 'wdfs' in your PATH
----

is added.

Tags: bionic
Revision history for this message
Christoph Langner (chrissss) wrote :

Still relevant for guty.

----
# dpkg -l tomboy
...
ii tomboy 0.8.0-1 desktop note taking program using Wiki style link
----

There is no package inside the ubuntu sources which containe a file "wdfs".

Revision history for this message
Gene Cooper (gcooper-sonoracomm) wrote :

I get the same error with Beta 7.10.

Adding my user to the fuse group and logging in again didn't fix it.

G

Changed in tomboy:
status: New → Confirmed
Revision history for this message
Kai Ritterbusch (kai-ritterbusch) wrote :

you have to build wdfs and move it to the PATH, e.g. usr/local/bin

use:
wget http://noedler.de/projekte/wdfs/wdfs-1.4.2.tar.gz
tar xzvf wdfs-1.4.2.tar.gz
cd wdfs-1.4.2
./configure
make
sudo make install
cd src
sudo cp wdfs /usr/local/bin

that did it for me!

Revision history for this message
philipp beitz (philippbeitz) wrote :

why is this not fixed for ubuntu hardy? Syncronising documents and other stuff in ubuntu is desperately needed.

Revision history for this message
Gene Cooper (gcooper-sonoracomm) wrote :

I have given up on syncing Tomboy notes via WebDAV...for now.

Even though I got it to work on my home desktop PC, it just didn't work very well. Granted, I only tried one webdav account. I couldn't make it work at all on my work PC.

I suspect there must be more to fixing it than meets the eye.

G

Revision history for this message
Vladimir Osintsev (osintsev) wrote :

Need packaging wdfs and mark them in tomboy dependencies

URL: http://noedler.de/projekte/wdfs/

Revision history for this message
Pedro Villavicencio (pedro) wrote :

may someone experiencing the issue forward this upstream to bugzilla.gnome.org? leaving this as incomplete until that, thanks in advance.

Changed in tomboy:
assignee: nobody → desktop-bugs
importance: Undecided → Low
status: Confirmed → Incomplete
Revision history for this message
Greg Grossmeier (greg.grossmeier) wrote :

Confirming and setting to Wishlist as it is a known issue by Upstream Tomboy and would require a new Addin to be written.

Changed in tomboy:
importance: Low → Wishlist
status: Incomplete → Confirmed
status: Confirmed → Triaged
Changed in tomboy:
status: Unknown → New
Revision history for this message
John Pye (jdpipe) wrote :

As Vladimir said, the bug here is that wdfs needs to be packaged and added to Ubuntu. No upstream bug required, no new addin required, AFAICT.

Steps to produce a wdfs package are described here:
http://blog.vaxius.net/?p=18

This bug still present in Intrepid.

Revision history for this message
John Pye (jdpipe) wrote :

changing to 'new'... hoping for re-triage, don't think it's wishlist, because no new code is required, just packaging of wdfs.

Changed in tomboy:
status: Triaged → New
Changed in tomboy:
status: New → Triaged
Revision history for this message
John Pye (jdpipe) wrote :

Please change the importance from 'Wishlist' to something else. The comment from Greg Grossmeier is not correct in my opinion: Tomboy is currently encouraging the user to install 'wdfs', but doing so is not possible. No new AddIn for Tomboy is required, what is simply required is that wdfs be packaged for Ubuntu, and no changes AFAICT to the Tomboy package itself.

So: the importance is higher than wishlist because Tomboy's as-presented functionality is broken and gives misleading user feedback, and the fix is not an upstream problem, because no new Tomboy code is required.

Revision history for this message
Plutocrat (plutocrat) wrote :

Hi, Just thought I'd mention that after two and a half years, this bug/snafu is still present.

Using 9.10 which out of the box installs UbuntuOne and trumpets its ability to synchronise notes with Tomboy. As described above, it fails with no error in the description box. Running with --debug, reveals it is missing wdfs. Which isn't in any of the ubuntu repositories.

So, if this feature doesn't work, why are the Ubuntu marketing team selling it?

Revision history for this message
Sandy Armstrong (sanfordarmstrong) wrote :

Hi Plutocrat, you seem a bit mixed up. Let me try to clarify a couple of things.

Ubuntu One does not use WebDAV to sync with Tomboy. If you want to sync Tomboy with U1, please follow the instructions:

https://wiki.ubuntu.com/UbuntuOne/Tutorials/Notes

If you really want to use WebDAV to sync instead of one of the other backends, then install wdfs. But Ubuntu is certainly not selling Tomboy's WebDAV sync support in any way, shape, or form.

Revision history for this message
Eric Martel (shrodi+launchpad) wrote :

At least the WebDAV sync was working in Ubuntu 9.10 after installing wdfs manually. Now I just upgraded to Ubuntu 10.04 and I completely lost the ability to sync via WebDAV, Tomboy giving the following messages:

   Getting configuration from the GNOME keyring failed with the following message: The keyring daemon is not available
   Saving configuration to the GNOME keyring failed with the following message: The keyring daemon is not available

While the keyring daemon seems to be up and running.

See this thread for more infos: http://ubuntuforums.org/showthread.php?p=9220566

Revision history for this message
Sandy Armstrong (sanfordarmstrong) wrote :

Hi Eric, that is a different bug you are experiencing. Please file a new bug for it so it can be addressed, thanks.

Revision history for this message
Eric Nichols (eric-dirwiz) wrote :

Sandy,
How can we request the wdfs package be added to the ubuntu distro? Some of us here have a legitimate reason to use WebDAV. For our company we have privacy regulations that we cannot store data in the cloud and must use internal servers. We already have a very active WebDAV server for storage running over an HTTPS connection.

Revision history for this message
Rodrigo Moya (rodrigo-moya) wrote :

Eric, just asked what would be the process, and here it is:

easier is to get it in debian, otherwise try #ubuntu-motu or wiki documentation

so, first check it is in Debian, if it is, then ask in #ubuntu-motu on freenode to have it added, and they'll tell you what to do.

Changed in tomboy:
importance: Unknown → Wishlist
Changed in tomboy:
status: New → Unknown
Revision history for this message
Rüdiger Kupper (ruediger.kupper) wrote :

wdfs is still not in the Ubuntu repos per bionic (18.04) and WebDAV sync is still not working.

tags: added: bionic
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Duplicates of this bug

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.