Re: [Sugar-devel] [Sugar Labs] New proposal by PositiveDeviancy: Hack a Stuffed Animal

2014-03-23 Thread Steve Thomas
Jade, Here are my thoughts: 1. First lets separate the parts of the project into: 1. input device - which sends "keystrokes" over a USB cable 2. A program to facilitate a non-verbal child's communication with others A successful project would be one where one or more of the

Re: [Sugar-devel] Is a Feature page needed for this?

2014-03-23 Thread Walter Bender
I found that I had sent the patch directly to the maintainer (11/2013) presumably because of the gitorious nitification issue. Now there is also a merge request queued up. -walter On Sun, Mar 23, 2014 at 6:59 PM, Walter Bender wrote: > I don't know where that merge request went to... I can queue

Re: [Sugar-devel] Is a Feature page needed for this?

2014-03-23 Thread Walter Bender
I don't know where that merge request went to... I can queue it up again. Seems dsd has a few requests queued up. Alas, gitorious doesn't seem to notify maintainers when merge requests are made. -walter On Sun, Mar 23, 2014 at 6:57 PM, Jerry Vonau wrote: > Where is the 'official' git repo for re

Re: [Sugar-devel] Is a Feature page needed for this?

2014-03-23 Thread Jerry Vonau
Where is the 'official' git repo for record? I'm asking as 4554 alludes to a merge request, but I don't see that request while viewing: http://git.sugarlabs.org/record/mainline/merge_requests Jerry > On March 23, 2014 at 6:55 AM Walter Bender > wrote: > > > I modified the ticket to reflect the

Re: [Sugar-devel] How do you save stuff in web activities?

2014-03-23 Thread Sam Parkinson
The domReady! worked a charm :) On Sun, Mar 23, 2014 at 9:19 PM, Daniel Narvaez wrote: > Does it work if you do it inside domReady like gtd? I don't remember if > that's required by the API (probably not) but it might trigger a race > condition anyway. > > > On Sunday, 23 March 2014, Sam Parkin

[Sugar-devel] GSoC applications

2014-03-23 Thread Walter Bender
We have 35 applicants. Please chime in on the project ideas [1, 2] and your interactions with the students. thanks. -walter [1] https://www.google-melange.com/gsoc/proposal/list/org/google/gsoc2014 [2] http://wiki.sugarlabs.org/go/Summer_of_Code/2014#Subpages -- Walter Bender Sugar Labs http:/

Re: [Sugar-devel] Activity failed to start!

2014-03-23 Thread Gonzalo Odiard
On Sat, Mar 22, 2014 at 7:46 PM, Kamal Kaur wrote: > Hello developers > > Can you please help me know the right way to download/install > activities in sugar? I downloaded "Etoys" and "Develop 40" from > http://activities.sugarlabs.org/en-US/sugar/ from browser activity. > Both are shown in journ

[Sugar-devel] [ASLO] Release Gravatar-4

2014-03-23 Thread Sugar Labs Activities
Activity Homepage: http://activities.sugarlabs.org/addon/4724 Sugar Platform: 0.82 - 0.100 Download Now: http://activities.sugarlabs.org/downloads/file/28923/gravatar-4.xo Release notes: The icon has been changed and sugarized. Sugar Labs Activities http://activities.sugarlabs.org ___

Re: [Sugar-devel] Is a Feature page needed for this?

2014-03-23 Thread Walter Bender
I modified the ticket to reflect the current status. The patch landed in Sugar 100, the feature page [1] was created 5 November 2013. A modified version of record is available [2]. Still waiting for upstream to modify record in ASLO. regards. -walter [1] http://wiki.sugarlabs.org/go/Features/La

Re: [Sugar-devel] How do you save stuff in web activities?

2014-03-23 Thread Daniel Narvaez
Does it work if you do it inside domReady like gtd? I don't remember if that's required by the API (probably not) but it might trigger a race condition anyway. On Sunday, 23 March 2014, Sam Parkinson wrote: > Hi, > > I think this is an issue with the backend. I changed to using the > dictstore i

Re: [Sugar-devel] Activity failed to start!

2014-03-23 Thread Daniel Narvaez
Try to run sugar-launch inside a sugar terminal, it doesn't work outside sugar. On Saturday, 22 March 2014, Kamal Kaur wrote: > Hello developers > > Can you please help me know the right way to download/install > activities in sugar? I downloaded "Etoys" and "Develop 40" from > http://activities

Re: [Sugar-devel] Sugar build - Doesn't actually build

2014-03-23 Thread Daniel Narvaez
Weird, try "osbuild clean sugar" and then run again. On Sunday, 23 March 2014, Sam Parkinson wrote: > Hi, > > I was using sugar-build and trying to run a build but all I get is a weird > error. I have recently done an ./osbuild pull but no fix. > > [sam@f20 sugar-build]$ ./osbuild run > > $ sudo

Re: [Sugar-devel] How do you save stuff in web activities?

2014-03-23 Thread Lionel Laské
Hi Sam, You could find an example in my LOLActivity [1]. Load is call here [2]. Save is call each time the board change [3]. The Load/Save process is here [4]. Hope it could help. Best regards from France. Lionel. [1] http://activities.sugarlabs.org/en/sugar/addon/4717 [2] https://

[Sugar-devel] Sugar build - Doesn't actually build

2014-03-23 Thread Sam Parkinson
Hi, I was using sugar-build and trying to run a build but all I get is a weird error. I have recently done an ./osbuild pull but no fix. [sam@f20 sugar-build]$ ./osbuild run $ sudo broot run osbuild run = Building = * Building sugar Command failed: make -j 4 /bin/sh ./config.status ./config

Re: [Sugar-devel] How do you save stuff in web activities?

2014-03-23 Thread Sam Parkinson
Hi, I think this is an issue with the backend. I changed to using the dictstore in my activity and it works a charm in chrome; it calls my loaded callback. But on sugar it hangs with loading the data. I have no idea what is wrong, since it works for get things done activity. Sam On Sat, Mar 22,