http://bugzilla.moblin.org/show_bug.cgi?id=7089
--- Comment #15 from jku <jku(a)linux.intel.com> 2010-01-04 08:52:52 PST ---
Unless there are better ideas, I'll add the following option to sync-ui:
--show-settings <peer/template id>
ID is a template or peer name (BT MAC address in this case)
Comments on patch:
+static GbtPluginInfo plugin_info = {
+ "geoclue",
+ has_config_widget,
+ get_config_widgets,
+ device_removed
+};
plugin name needs updating.
Patrick said:
We discussed this on the mailing list. syncevo-dbus-server should
keep a list
of paired devices that support SyncML. As a first step, we can do that by
sending notifications via D-Bus to syncevo-dbus-server via a custom API.
This sounds wrong to me. If I understood your intention correctly you want the
bluetooth applet/plugin to inform syncevolution about syncml devices as they
are paired? I imagine this would lead to problems with e.g. devices that were
paired a long time ago. As long as we are only interested in paired devices,
querying them should be instant. I think syncevo-dbus-server should ask for a
list of paired devices only when clients do GetConfigs (true).
Or did I miss something?
--
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.