This is fixed in the current version of synce-sync-engine in Lucid. Here is the patch included with the package:
>From 8c98728f5f6d768be0d947840a833223dd3b7026 Mon Sep 17 00:00:00 2001 From: Jonny Lamb <[email protected]> Date: Sun, 29 Nov 2009 14:19:57 +0000 Subject: [PATCH 2/2] o.s.SyncEngine.service: use the correct path to the SyncEngine binary Signed-off-by: Jonny Lamb <[email protected]> --- config/org.synce.SyncEngine.service | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/config/org.synce.SyncEngine.service b/config/org.synce.SyncEngine.service index d2c035a..fba9d58 100644 --- a/config/org.synce.SyncEngine.service +++ b/config/org.synce.SyncEngine.service @@ -1,3 +1,3 @@ [D-BUS Service] Name=org.synce.SyncEngine -Exec=/usr/bin/sync-engine --detached --logfile=~/.synce/sync-engine.log --once +Exec=/usr/bin/synce-sync-engine --detached --logfile=~/.synce/sync-engine.log --once ** Changed in: synce-sync-engine (Ubuntu) Status: New => Fix Released -- /usr/bin/sync-engine does not exist https://bugs.launchpad.net/bugs/423965 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
