http://bugzilla.moblin.org/show_bug.cgi?id=6378
--- Comment #38 from pohly <patrick.ohly(a)intel.com> 2010-03-01 01:05:07 PST ---
Merged and pushed to master, but not resolved:
- syncevo-dbus-server auto-terminates even when auto sync is enabled
- please change the registration order of the properties: the new
auto properties are important enough to come earlier, say, directly
before "preventSlowSync"
- the Cmdline unit tests were not updated and break because of the
new auto sync properties
- we must start syncevo-dbus-server when the user session starts
For the last point, remember that we must not slow down boot times. We can
afford to delay running the next auto sync, so let's use a wrapper script, like
this:
<libexec>/syncevo-dbus-startup.sh
sleep 120
exec <libexec>/syncevo-dbus-server
The script itself should install itself into <libexec>, whereas the
corresponding FreeDesktop autostart file must go into the normal system
location.
--
Configure bugmail:
http://bugzilla.moblin.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching someone on the CC list of the bug.