http://bugs.meego.com/show_bug.cgi?id=2296
--- Comment #4 from toabctl <toabctl(a)googlemail.com> 2010-05-20 03:01:19 PDT ---
(In reply to comment #3)
(In reply to comment #2)
> tom@zitrone:~/devel/syncevolution/test$ syncevolution -c --template
> 'SyncEvolution Client' --sync-property peerIsClient=1 N900CONFIG
> [ERROR] running the command line inside the D-Bus server failed
Hmm, not very informative :-/
Does
syncevolution -c --daemon=no --template 'SyncEvolution Client' \
--sync-property peerIsClient=1 N900CONFIG
work?
looks like it works (no output):
tom@zitrone:/usr/share/syncevolution$ syncevolution -c --daemon=no --template
'SyncEvolution Client' --sync-property peerIsClient=1 N900CONFIG
tom@zitrone:/usr/share/syncevolution$
Does the same command without --daemon=no start your own syncevo-dbus-server?
For that you must have installed your own org.syncevolution.service in
/usr/share/dbus-1/services/
i have a service-file:
tom@zitrone:/usr/share/syncevolution$ cat
/usr/share/dbus-1/services/org.syncevolution.service
[D-BUS Service]
Name=org.syncevolution
Exec=/usr/lib/syncevolution/syncevo-dbus-server
And the same command (without --no-daemon) starts a dbus-server:
tom@zitrone:/usr/share/syncevolution$ ps awxu|grep syncevo
tom 4769 0.0 0.0 3324 808 pts/1 S+ 12:00 0:00 grep syncevo
tom@zitrone:/usr/share/syncevolution$ syncevolution -c --template
'SyncEvolution Client' --sync-property peerIsClient=1 N900CONFIG
[ERROR] running the command line inside the D-Bus server failed
tom@zitrone:/usr/share/syncevolution$ ps awxu|grep syncevo
tom 4772 0.0 0.1 18312 5008 ? S 12:00 0:00
/usr/lib/syncevolution/syncevo-dbus-server
tom 4774 0.0 0.0 3324 812 pts/1 S+ 12:00 0:00 grep syncevo
tom@zitrone:/usr/share/syncevolution$
--
Configure bugmail:
http://bugs.meego.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching the assignee of the bug.
You are watching someone on the CC list of the bug.