GNOME Bugzilla – Bug 562097
Automatic Background Synchronization
Last modified: 2011-06-04 22:59:02 UTC
I would love to have a possibility to have timed syncs of tomboy notes. For example sync every 15 minutes. It was mentioned already in one comment of another bug, but to be sure it doesn't get overlooked, I created a seperate bug. Thanks, Jakob
Hmm, I guess there isn't already a bug for this. Thanks for filing! The way sync works right now, Bad Things could happen if notes were modified during the sync process, so the UI is blocked during sync. This is why we don't currently have automatic sync in place. This is all fixable, of course.
Understandable. I don't know the usage habits of others, but I don't change the notes that often. I would be satisfied when the GUI would freeze during sync. (Maybe opening the sync dialog if some tomboy window is already focused.) Jakob
Some ideas for this are discussed on our wiki: http://live.gnome.org/Tomboy/Synchronization/Background
*** Bug 604079 has been marked as a duplicate of this bug. ***
I've been working on this feature in a branch and plan on merging it for Monday's dev release: http://git.gnome.org/browse/tomboy/log/?h=autosync It's pretty basic; I think some improvements (like better conflict handling) will need to wait for next cycle.
Pushed to master, pref disabled in UI (you need to tweak a gconf value to turn it on). I'd say this is still experimental. Testing appreciated, but please backup your notes. Keep in mind that this trusts the server in the case of a conflict, so if you're using Ubuntu One you'll likely lose some data (U1 breaks bullet hierarchies and note titles with & in the name, and maybe other things). I'll leave it on and hopefully get all outstanding issues resolved before the next release, so I can enable the prefs UI. I'll either add info in this bug, or close this one and open new bugs, for all the outstanding issues.
Where is the option to enable this in gconf? I'd like to test this out.
/apps/tomboy/sync/autosync_timeout For details, see: http://git.gnome.org/browse/tomboy/diff/data/tomboy.schemas.in?id=fd70ff2d1db8392484a7e6fab6f29eafb1fd20e2
Whoops, forgot to mark this fixed.
Hi, I have no trouble with the UI being blocked during sync, but some notes KEPT BLOCKED after sync! Is that normal? Thanks :) (In reply to comment #1) > Hmm, I guess there isn't already a bug for this. Thanks for filing! > > The way sync works right now, Bad Things could happen if notes were modified > during the sync process, so the UI is blocked during sync. This is why we > don't currently have automatic sync in place. This is all fixable, of course.