Re: [Sugar-devel] Ubuntu bugs

2012-07-11 Thread Daniel Narvaez
Another problem we are having is that the espeak plugin for gstreamer
doesn't seem to be packaged in ubuntu.

Is anyone working on sugar-on-ubuntu these days?

On 4 July 2012 00:50, Daniel Narvaez dwnarv...@gmail.com wrote:
 Hello,

 I'm trying to support ubuntu in sugar-build, currently there are a
 couple of problems and I opened bugs on launchpad for them.

 https://bugs.launchpad.net/ubuntu/+source/pyabiword/+bug/1020074

 This prevents Write to run at all.

 https://bugs.launchpad.net/ubuntu/+source/dogtail/+bug/1020082

 This prevent automated UI tests to work.


 I don't know who is working on Ubuntu packages for sugar, but it would
 be great if they could somehow contribute to these bugs. Now that
 Browse works on Ubuntu maybe we can finally have good sugar packages
 as in Fedora :)

 --
 Daniel Narvaez



-- 
Daniel Narvaez
___
Sugar-devel mailing list
Sugar-devel@lists.sugarlabs.org
http://lists.sugarlabs.org/listinfo/sugar-devel


Re: [Sugar-devel] sugar-build component in Trac

2012-07-11 Thread Gary Martin
Hi Manual,

On 11 Jul 2012, at 17:28, Manuel Kaufmann wrote:

 Hello,
 
 Can we add a a component called sugar-build in Trac
 (bugs.sugarlabs.org) so we can report bugs related with it?

Open a ticket on bugs.SL.org, set it to Task and component of 
bugs.sugarlabs.org. In the description ask for the new component and make sure 
you state the owner (or someone willing to be the owner) of the component 
otherwise bugs can drift on without maintainer action/visibility.

Regards,
--Gary

 Thanks,
 
 -- 
 Kaufmann Manuel
 Blog: http://humitos.wordpress.com/
 Porfolio: http://fotos.mkaufmann.com.ar/
 PyAr: http://www.python.com.ar/
 ___
 Sugar-devel mailing list
 Sugar-devel@lists.sugarlabs.org
 http://lists.sugarlabs.org/listinfo/sugar-devel

___
Sugar-devel mailing list
Sugar-devel@lists.sugarlabs.org
http://lists.sugarlabs.org/listinfo/sugar-devel


Re: [Sugar-devel] sugar-build component in Trac

2012-07-11 Thread Daniel Narvaez
I opened it so I will own the tickets.

http://bugs.sugarlabs.org/ticket/3750

Thanks for the reminder, Manuel.

On 11 July 2012 18:52, Gary Martin garycmar...@googlemail.com wrote:
 Hi Manual,

 On 11 Jul 2012, at 17:28, Manuel Kaufmann wrote:

 Hello,

 Can we add a a component called sugar-build in Trac
 (bugs.sugarlabs.org) so we can report bugs related with it?

 Open a ticket on bugs.SL.org, set it to Task and component of 
 bugs.sugarlabs.org. In the description ask for the new component and make 
 sure you state the owner (or someone willing to be the owner) of the 
 component otherwise bugs can drift on without maintainer action/visibility.

 Regards,
 --Gary

 Thanks,

 --
 Kaufmann Manuel
 Blog: http://humitos.wordpress.com/
 Porfolio: http://fotos.mkaufmann.com.ar/
 PyAr: http://www.python.com.ar/
 ___
 Sugar-devel mailing list
 Sugar-devel@lists.sugarlabs.org
 http://lists.sugarlabs.org/listinfo/sugar-devel

 ___
 Sugar-devel mailing list
 Sugar-devel@lists.sugarlabs.org
 http://lists.sugarlabs.org/listinfo/sugar-devel



-- 
Daniel Narvaez
___
Sugar-devel mailing list
Sugar-devel@lists.sugarlabs.org
http://lists.sugarlabs.org/listinfo/sugar-devel


Re: [Sugar-devel] [Dextrose] Patch written for Presence not updated, when client disconencts from telepathy-salut

2012-07-11 Thread Tom Parker

On 11/07/12 02:58, Martin Langhoff wrote:

A multicast I'm here would also do it, perhaps with less noise.
Either way, we need to nag Salut devs on this.


I ran tcpdump (hint, it doesn't work on an XO unless you turn off 
promiscuous mode) a while ago and investigated the network traffic, my 
results should be in the auckland testing reports from a few months ago 
(certainly it was this year).


My recollection is that I found saw a broadcast or multicast packet from 
most or every node every minute or so and I'm fairly sure wireshark 
thought it was mdns related. My point is that I think there is already a 
heartbeat and you shouldn't need to send any more packets than are 
already sent to detect the exit of a laptop. I can't remember how this 
interacted with suspend-resume, if they were multicast, power saving 
shouldn't make a difference, if they were broadcast, power saving would 
cause significant disturbances, right?


We also found problems with nodes stopping listening to the multicast 
socket and the cluster becoming incoherent, but that may not be related 
to the current discussion.



___
Sugar-devel mailing list
Sugar-devel@lists.sugarlabs.org
http://lists.sugarlabs.org/listinfo/sugar-devel


Re: [Sugar-devel] [Dextrose] Patch written for Presence not updated, when client disconencts from telepathy-salut

2012-07-11 Thread Tom Parker

(sending again reply all rather than reply-list)

On 11/07/12 02:58, Martin Langhoff wrote:

A multicast I'm here would also do it, perhaps with less noise.
Either way, we need to nag Salut devs on this.


I ran tcpdump (hint, it doesn't work on an XO unless you turn off 
promiscuous mode) a while ago and investigated the network traffic, my 
results should be in the auckland testing reports from a few months ago 
(certainly it was this year).


My recollection is that I found saw a broadcast or multicast packet from 
most or every node every minute or so and I'm fairly sure wireshark 
thought it was mdns related. My point is that I think there is already a 
heartbeat and you shouldn't need to send any more packets than are 
already sent to detect the exit of a laptop. I can't remember how this 
interacted with suspend-resume, if they were multicast, power saving 
shouldn't make a difference, if they were broadcast, power saving would 
cause significant disturbances, right?


We also found problems with nodes stopping listening to the multicast 
socket and the cluster becoming incoherent, but that may not be related 
to the current discussion.


___
Sugar-devel mailing list
Sugar-devel@lists.sugarlabs.org
http://lists.sugarlabs.org/listinfo/sugar-devel


[Sugar-devel] [PATCH sugar-build] Support Fedora 16

2012-07-11 Thread Manuel Kaufmann
check-system script checks if we are on Fedora 16 and
'distro' variable is set to 'fedora' in this case.

Signed-off-by: Manuel Kaufmann humi...@gmail.com
---
 scripts/check-system |3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/scripts/check-system b/scripts/check-system
index 659d81e..993606f 100755
--- a/scripts/check-system
+++ b/scripts/check-system
@@ -378,7 +378,8 @@ def check_distro():
 # Fedora
 try:
 fedora_release = open(/etc/fedora-release).read().strip()
-if fedora_release == Fedora release 17 (Beefy Miracle):
+if fedora_release == Fedora release 17 (Beefy Miracle) \
+   or fedora_release == Fedora release 16 (Verne):
 distro = fedora
 except IOError:
 pass
-- 
1.7.7.6

___
Sugar-devel mailing list
Sugar-devel@lists.sugarlabs.org
http://lists.sugarlabs.org/listinfo/sugar-devel


[Sugar-devel] Some sugar-build comments

2012-07-11 Thread Manuel Kaufmann
Hello,

I found sugar-build really easy-to-use. I tested it on F16 (32 bits)
and F17 (64 bits) without problems (actually I sent a patch that fixes
the error that I had on F16). On the other hand,

 * [root permissions] I think we should add a message to the user
letting him know about which command is sugar-build going to execute
with sudo. For example, when yum install is called.

 * [github.com repository] Maybe we should remove this repository or
point it to the git.sugarlabs.org one to avoid confusion (I prefer to
remove the github one)

 * [wiki page] I'm going to create a wiki page that explains how to
use sugar-build, just in case: Someone has already done this?

See you,

-- 
Kaufmann Manuel
Blog: http://humitos.wordpress.com/
Porfolio: http://fotos.mkaufmann.com.ar/
PyAr: http://www.python.com.ar/
___
Sugar-devel mailing list
Sugar-devel@lists.sugarlabs.org
http://lists.sugarlabs.org/listinfo/sugar-devel


Re: [Sugar-devel] Some sugar-build comments

2012-07-11 Thread Manuel Kaufmann
On Wed, Jul 11, 2012 at 4:53 PM, Manuel Kaufmann humi...@gmail.com wrote:
  * [wiki page] I'm going to create a wiki page that explains how to
 use sugar-build, just in case: Someone has already done this?

I started writing here:

 * http://wiki.sugarlabs.org/go/Development_Team/SugarBuild

Hope it helps!

-- 
Kaufmann Manuel
Blog: http://humitos.wordpress.com/
Porfolio: http://fotos.mkaufmann.com.ar/
PyAr: http://www.python.com.ar/
___
Sugar-devel mailing list
Sugar-devel@lists.sugarlabs.org
http://lists.sugarlabs.org/listinfo/sugar-devel


Re: [Sugar-devel] Some sugar-build comments

2012-07-11 Thread Manuel Kaufmann
On Wed, Jul 11, 2012 at 4:53 PM, Manuel Kaufmann humi...@gmail.com wrote:
 On the other hand,

What's about running sugar-build on a window? Is this possible?

-- 
Kaufmann Manuel
Blog: http://humitos.wordpress.com/
Porfolio: http://fotos.mkaufmann.com.ar/
PyAr: http://www.python.com.ar/
___
Sugar-devel mailing list
Sugar-devel@lists.sugarlabs.org
http://lists.sugarlabs.org/listinfo/sugar-devel