http://bugzilla.moblin.org/show_bug.cgi?id=6378
--- Comment #42 from yongsheng zhu <yongsheng.zhu(a)intel.com> 2010-03-01 22:16:14
PST ---
(In reply to comment #38)
Merged and pushed to master, but not resolved:
- syncevo-dbus-server auto-terminates even when auto sync is enabled
ok, done.
- please change the registration order of the properties: the new
auto properties are important enough to come earlier, say, directly
before "preventSlowSync"
done.
- the Cmdline unit tests were not updated and break because of the
new auto sync properties
done.
- 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.
I'm doing this now.
(In reply to comment #39)
One more problem:
- the properties are shared between peers, in contrast to what we
discussed earlier (comment #10)
I can't reproduce this. these 3 properties
are peer-specific. If they are
shared, they have to be set 'SOURCE_SHARED_SET' explicitely. I don't set
that.
--
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.