Re: [Sugar-devel] [PATCH] Use NetworkManager to generate connection UUIDs

2012-10-10 Thread Simon Schampijer
On 10/09/2012 11:51 PM, Daniel Drake wrote: On Tue, Oct 9, 2012 at 3:47 PM, Simon Schampijer wrote: To know the scope of this issue a bit more: What current side effects do we have? NetworkManager doesn't let sugar establish a connection because the uuid is invalid. We can use the python mo

Re: [Sugar-devel] [PATCH] Use NetworkManager to generate connection UUIDs

2012-10-09 Thread Daniel Drake
On Tue, Oct 9, 2012 at 3:47 PM, Simon Schampijer wrote: > To know the scope of this issue a bit more: What current side effects do we > have? NetworkManager doesn't let sugar establish a connection because the uuid is invalid. > We can use the python module for uuid as well to generate an UUID w

Re: [Sugar-devel] [PATCH] Use NetworkManager to generate connection UUIDs

2012-10-09 Thread Simon Schampijer
Hi Daniel, thanks for the patch. On 10/08/2012 11:48 PM, Daniel Drake wrote: Recent versions of NetworkManager have gotten stricter when checking UUIDs. A UUID must be 32 hex characters plus 4 dashes. To know the scope of this issue a bit more: What current side effects do we have? Sugar'

[Sugar-devel] [PATCH] Use NetworkManager to generate connection UUIDs

2012-10-08 Thread Daniel Drake
Recent versions of NetworkManager have gotten stricter when checking UUIDs. A UUID must be 32 hex characters plus 4 dashes. Sugar's unique_id() doesn't satisify this. Switch to using NM to generate UUIDs. --- src/jarabe/desktop/networkviews.py | 4 ++-- src/jarabe/model/adhoc.py | 4 ++--