<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=us-ascii" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
Please look at <a class="moz-txt-link-freetext" href="http://bugs.sugarlabs.org/ticket/3100">http://bugs.sugarlabs.org/ticket/3100</a> <br>
<br>
#3100 UNSP: Soas-v5-Coconut Beta only connects to jabber if using wired
connection<br>
<dl>
  <dd>Sugar on a Stick 5 (Coconut)
  </dd>
  <dd>Fedora release 15 (Lovelock)
  </dd>
  <dd>Sugar: 0.92.4-2</dd>
</dl>
<br>
Tom Gilliard<br>
satellit<br>
<br>
Daniel Drake wrote:
<blockquote cite="mid:20110915193658.E927B9D401C@zog.reactivated.net"
 type="cite">
  <pre wrap="">Adapt sugar to NetworkManager-0.9 API changes.

The major change here is the removal of the user-level connections
mechanism; instead of storing connection information in Sugar,
NetworkManager now Manages our Networks for us.

However, some level of interfacing/monitoring NM is now needed,
implemented with the Connections and Connection classes in
jarabe.model.network.

If found, connections in sugar's connections.cfg are automatically
migrated, and then connections.cfg is deleted. Similarly, if modem
connection details are found in gconf, they are migrated into NM
and then the gconf keys are unset.

The existing network code is far from perfect and actually quite messy.
In this port I've tried not to make fundamental changes to improve this,
in order to keep task complexity down and aid review.
In the medium term I do plan to improve this code, by moving it to
use gobject-introspection on libnm, and rewriting/restructuring at the
same time. By letting libnm do most of the work for us, this layer can
be greatly simplified. However, libnm and gobject-introspection
improvements are needed first, which I will continue to work on.

---snip....
  </pre>
</blockquote>
</body>
</html>