https://bugs.freedesktop.org/show_bug.cgi?id=76273

--- Comment #9 from Patrick Ohly <[email protected]> ---
(In reply to comment #6)
> When I run this:
> 
> export EAS_DEBUG=5
> ./dbus-session.sh /usr/libexec/activesyncd syncevolution --print-databases
> username=$email backend=eas-events

Sorry, I didn't spot the mistake. This command starts /usr/libexec/activesyncd
with "syncevolution --print-databases username=$email backend=eas-events" as
parameters. It then ignores the parameters and just keeps running.

What I had proposed is different: start a bash inside the D-Bus session, then
the individual commands one-by-one. Each line is a single command.

dbus-session.sh bash
EAS_DEBUG_FILE=activesyncd.log EAS_DEBUG=5 /usr/libexec/activesyncd &
syncevolution --daemon=no --print-databases username=$email backend=eas-events

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are the assignee for the bug.
_______________________________________________
Syncevolution-issues mailing list
[email protected]
https://lists.syncevolution.org/mailman/listinfo/syncevolution-issues

Reply via email to