[Sugar-devel] wiki.sugarlabs.org upgraded to MW 1.22.2

2014-01-28 Thread Bernie Innocenti
I upgraded the main wiki to MediaWiki 1.22.2, which brings some new user-visible features: http://www.mediawiki.org/wiki/Release_notes/1.22#MediaWiki_1.22.2 I also patched our OpenID plugin to allow creating new users, so if you couldn't create an account in the past, please try again now and l

Re: [Sugar-devel] [DESIGN] Less confusing activities list

2014-01-28 Thread Sam Parkinson
Hi! On Tue, Jan 28, 2014 at 11:40 PM, Manuel Quiñones wrote: > 2014-01-24 Sam Parkinson > > > > I worked on it for a little longer trying to make the star icons > checkable, but there are lots of issues in doing so. In the end I think > that it is very hard to implement and pretty worthless. Ma

Re: [Sugar-devel] Sugar web activity wait 1 minute at startup

2014-01-28 Thread Gonzalo Odiard
Maybe you can compare with other web activities like ClockWeb [1] and see if there are any other difference? Gonzalo [1] http://activities.sugarlabs.org/en-US/sugar/addon/4691 On Tue, Jan 28, 2014 at 5:56 PM, Lionel Laské wrote: > Thanks for your help. > Sorry to say that it's something I've t

Re: [Sugar-devel] Sugar web activity wait 1 minute at startup

2014-01-28 Thread Lionel Laské
Thanks for your help. Sorry to say that it's something I've tested. I've just done the test again with the patched version. No more result with or without connection :-( Lionel. 2014-01-28 Gonzalo Odiard > No more ideas here, and I don't have a XO to test right now. > In sugar-build

Re: [Sugar-devel] Sugar web activity wait 1 minute at startup

2014-01-28 Thread Gonzalo Odiard
No more ideas here, and I don't have a XO to test right now. In sugar-build in my desktop is not doing this. Is your XO connected to a access point or not? Can you test with both situations? Gonzalo On Tue, Jan 28, 2014 at 5:23 PM, Lionel Laské wrote: > > Done. But no more luck :-( > >

Re: [Sugar-devel] Sugar web activity wait 1 minute at startup

2014-01-28 Thread Lionel Laské
Done. But no more luck :-( Lionel. 2014-01-28 Gonzalo Odiard > Lionel, > Can you try this patch? > > diff --git a/src/sugar3/activity/webkit1.py > b/src/sugar3/activity/webkit1.py > index deaaa12..dfd0a50 100644 > --- a/src/sugar3/activity/webkit1.py > +++ b/src/sugar3/activity/webk

Re: [Sugar-devel] Sugar web activity wait 1 minute at startup

2014-01-28 Thread Lionel Laské
You're right. favicon.ico was not in the original package. I've added it during my test because I've seen the error message like you and thought that the timeout come from it. But it's not the case, the error is the same with favicon.ico and some other Sugar Web activities without favicon.ico don't

Re: [Sugar-devel] Sugar web activity wait 1 minute at startup

2014-01-28 Thread Gonzalo Odiard
Lionel, Can you try this patch? diff --git a/src/sugar3/activity/webkit1.py b/src/sugar3/activity/webkit1.py index deaaa12..dfd0a50 100644 --- a/src/sugar3/activity/webkit1.py +++ b/src/sugar3/activity/webkit1.py @@ -46,6 +46,8 @@ class LocalRequestHandler(BaseHTTPRequestHandler): new_pat

Re: [Sugar-devel] Sugar web activity wait 1 minute at startup

2014-01-28 Thread Gonzalo Odiard
There are something strange in this log: This line: 1390662262.276506 ERROR root: Using port 50662 is definitively WEBKIT1 stuff (is the port where the server is running) and the server show every file served, but when I run it here, I get a line: file /home/gonzalo/Activities/FoodChain.activity//

Re: [Sugar-devel] The need for a notification system

2014-01-28 Thread Gonzalo Odiard
Sugar already have a notification system, used by example when a user sent a invitation to another user, or when a user sent a journal object to a friend, but need be improved, in particular the flashing icon in the corner, is not very visible, and then the user need open the frame to get the messa

Re: [Sugar-devel] Helping people to get started

2014-01-28 Thread Gonzalo Odiard
Hi, I am late in this thread, because I was disconnected for a week. FWIW, I am listed as a contact here [1] (before me, was erikos) then I receive mails from people interested in participate. I usually ask for people interest and knowledge, and point them to the wiki and our communication channels

Re: [Sugar-devel] The need for a notification system

2014-01-28 Thread Manuel Quiñones
Hi Sam, 2014-01-27 Sam Parkinson : > Hi, > > I’ve been working on some stuff recently and I really see the need for a > simple notification system. One example of a user of the system is here: > https://github.com/sugarlabs/sugar-toolkit-gtk3/pull/96. The thing is I’m > not sure how we want the sy

Re: [Sugar-devel] [DESIGN] Less confusing activities list

2014-01-28 Thread Manuel Quiñones
2014-01-24 Sam Parkinson > > I worked on it for a little longer trying to make the star icons checkable, > but there are lots of issues in doing so. In the end I think that it is very > hard to implement and pretty worthless. Maybe a summary as a tooltip in the > traditional design would be goo

Re: [Sugar-devel] [DESIGN] Less confusing activities list

2014-01-28 Thread Manuel Quiñones
2014-01-24 Sam Parkinson > > I worked on it for a little longer trying to make the star icons checkable, > but there are lots of issues in doing so. In the end I think that it is very > hard to implement and pretty worthless. Maybe a summary as a tooltip in the > traditional design would be goo

Re: [Sugar-devel] [DESIGN] Less confusing activities list

2014-01-28 Thread Manuel Quiñones
Hi Sam, 2014-01-23 Sam Parkinson > > I've been working on the view for a little while now... > I've had a big issue with palettes (right click menus) and haven't been able > to fix it (yet). > I had this random idea I had... Tell us the issue you are having with the palettes. > When you right

Re: [Sugar-devel] Sugar web activity wait 1 minute at startup

2014-01-28 Thread Manuel Quiñones
2014-01-28 James Cameron : > I agree, no host lookups. > > But at the time before the delay, there are several connections open to the > server process, and then after the delay there is a sudden server side > connection reset and a new connection issued by the client side. > > I wish I knew wher

Re: [Sugar-devel] Sugar web activity wait 1 minute at startup

2014-01-28 Thread James Cameron
I agree, no host lookups. But at the time before the delay, there are several connections open to the server process, and then after the delay there is a sudden server side connection reset and a new connection issued by the client side. I wish I knew where the server side code was. On 28/01/2