Re: Journal integration for Scratch

2009-01-15 Thread Philipp Kocher
You are right. It doesn't work like that, but the filename is quite
important to me. It is shown in the Scratch GUI and it is an important
marker to find the project, when save and not save as is used.
I wouldn't just take the object_id. What do you think John?

There is a bug in Scratch version 12. The symbolic link of the Project
directory doesn't get created (Open Projects shows Scratch.activity
folder instead). I checked the scripts (scratch-activity and
scratch-wrapper) but couldn't find where the link should get created.

Regards,
Philipp

Bert Freudenberg wrote:
> The script looks good, except for the name mangling magic (which is a 
> bit hard to understand because of mis-indentations). This wouldn't even 
> work with your XO's language set to non-English (which the majority of 
> XOs use).
> 
> I would simply name the file "$object_id.sb".
> 
> - Bert -
> 
> On 14.01.2009, at 07:04, Philipp Kocher wrote:
> 
>> Hi John
>>
>> Yes, we need the mimetypes.xml file as well (thanks Tomeu I forgot the 
>> USB flash drive use case). I have tested the attached mimetypes.xml. 
>> It is working fine. Put it in the activity directory.
>>
>> Furthermore we have to change the scratch-activity script, so the 
>> parameter with the scratch project object-id gets converted 
>> (copy-from-journal) in a file and passed on to scratch. See the 
>> attached scratch-activity script. I am not an expert with bash 
>> scripts, so please give feedback.
>>
>> I would like to extend the script so project files in the journal 
>> directory are copied back to the journal after exiting scratch, but 
>> for opening project it should work fine.
>>
>> Best regards,
>> Philipp
>>
>> John Maloney wrote:
>>> Hi, Phillip.
>>> Thanks for all your hard work in tracking this down. I had looked at 
>>> several other packages, including EToys, and couldn't figure out from 
>>> them how to do this.
>>> I will make these changes to the next XO Scratch bundle.
>>> Is that all I need to do? What about the mime types XML file similar 
>>> to the one added by Etoys? Does that turn out to be unnecessary?
>>>-- John
>>> On Jan 13, 2009, at 12:55 AM, Philipp Kocher wrote:
 Tomeu Vizoso wrote:
> On Mon, Jan 12, 2009 at 18:50, Bert Freudenberg 
>  wrote:
>> On 12.01.2009, at 18:11, Tomeu Vizoso wrote:
 So what would the Scratch activity have to do so files put into the
 Journal
 (maybe by downloading) are displayed using a Scratch icon rather 
 than the
 generic document icon?
>>> Shipping a mimetypes.xml file inside the bundle as explained here:
>>>
>>> http://wiki.laptop.org/go/Activity_bundles#Bundle_Structure
>>>
>>> Sugar will call update-mime-database and will merge that file 
>>> into the
>>> xdg mime database.
>>>
>>> I think that John is already trying this.
>>
>> Guess I'm confused then - I thought that's exactly what Philipp 
>> had done.
> I think he just changed the mime_types field in the .info file.
>> And I just checked and it does work with Etoys projects. When 
>> downloading
>> one it indeed gets an etoys icon (although at a smaller size - why 
>> is that?)
> No idea, though I think that the mime database is updated in the etoys
> rpm and not in the bundle, am I right?
> Regards,
> Tomeu

 Thanks Tomeu to lead me to the /home/olpc/.local directory. However, 
 the
 mimetypes.xml is not necessary to get the icon in the journal. I just
 had to copy the scratch icon file in the activity directory to
 "application-x-scratch-project.svg" (also in the scratch activity
 dirctory). The Memorize Activity is a good example for using that 
 feature.
 Sugar has to be restarted after installing Scratch to show the icon.

 John, could you please make the following changes in the next Scratch
 version:
 - add the line "mime_types = application/x-scratch-project" to the
 activity.info file
 - copy the scratch icon to "application-x-scratch-project.svg" in the
 activity directory

 Etoys gets configured by different packages. e.g. the rpm
 etoys-3.0.2153-1.noarch is adding the file
 /usr/share/mime/packges/etoys.xml and the rpm 
 sugar-artwork-0.82.3-1.olpc3 is
 adding the file
 /usr/share/icons/sugar/scalable/mimetypes/application-x-squake-project.svg.
  


 Regards,
 Philipp

>> 
>> http://www.freedesktop.org/standards/shared-mime-info";>
>>   
>> Scratch Project
>> 
>>   
>> 
>> #!/bin/sh
>> # Author: Bert Freudenberg
>> # Modified by: John Maloney
>> # Purpose: Run Scratch using the Squeak virtual machine
>>
>> echo "scratch-activity"
>> echo "$@"
>>
>> echo "$0" "$@"
>> echo
>>
>> # arguments are unordered, have to loop
>> args=""
>> while [ -n "$2" ] ; do
>>case "$1" in
>>  -b | --bundle-id)   bundle_id="$2"   ; args="$args BUNDLE_ID 
>> $2" ;;
>>  -a | --activit

Re: OLPC vs Fedora packages

2009-01-15 Thread Tomeu Vizoso
On Thu, Jan 15, 2009 at 04:31, Peter Robinson  wrote:
>
> sugar-evince - Probably need to get evince split into evince-libs and
> evince so that sugar-evince can build against evince-libs. Not sure if
> there's plans to get sugar-evince upstreamed for easy maintenance

Yesterday was working in upstreaming our patches. I really really hope
that we can ship a working Read activity in the next releases of the
major distros. You can track the effort here:
http://sugarlabs.org/go/Evince

Regards,

Tomeu
___
Devel mailing list
Devel@lists.laptop.org
http://lists.laptop.org/listinfo/devel


Re: OLPC vs Fedora packages

2009-01-15 Thread Tomeu Vizoso
On Thu, Jan 15, 2009 at 05:15, Peter Robinson  wrote:
>
> - xulrunner and the OLPC patches (currently using mainline Fedora
> package) - Mario & Simon

I have seen that in trunk the native theme can be enabled and disabled
in runtime, so that would be one patch less. I'm not 100% sure it got
into 1.9.1, though.

Regards,

Tomeu
___
Devel mailing list
Devel@lists.laptop.org
http://lists.laptop.org/listinfo/devel


Re: OLPC vs Fedora packages

2009-01-15 Thread Peter Robinson
>> sugar-evince - Probably need to get evince split into evince-libs and
>> evince so that sugar-evince can build against evince-libs. Not sure if
>> there's plans to get sugar-evince upstreamed for easy maintenance
>
> Yesterday was working in upstreaming our patches. I really really hope
> that we can ship a working Read activity in the next releases of the
> major distros. You can track the effort here:
> http://sugarlabs.org/go/Evince

Is there an upstream bug report?

Peter
___
Devel mailing list
Devel@lists.laptop.org
http://lists.laptop.org/listinfo/devel


Re: OLPC vs Fedora packages

2009-01-15 Thread Peter Robinson
On Thu, Jan 15, 2009 at 10:14 AM, Tomeu Vizoso  wrote:
> On Thu, Jan 15, 2009 at 05:15, Peter Robinson  wrote:
>>
>> - xulrunner and the OLPC patches (currently using mainline Fedora
>> package) - Mario & Simon
>
> I have seen that in trunk the native theme can be enabled and disabled
> in runtime, so that would be one patch less. I'm not 100% sure it got
> into 1.9.1, though.

Do you know if there's a upstream bugzilla.mozilla.org bug number?

Peter
___
Devel mailing list
Devel@lists.laptop.org
http://lists.laptop.org/listinfo/devel


Re: OLPC vs Fedora packages

2009-01-15 Thread Peter Robinson
On Thu, Jan 15, 2009 at 10:15 AM, Peter Robinson  wrote:
>>> sugar-evince - Probably need to get evince split into evince-libs and
>>> evince so that sugar-evince can build against evince-libs. Not sure if
>>> there's plans to get sugar-evince upstreamed for easy maintenance
>>
>> Yesterday was working in upstreaming our patches. I really really hope
>> that we can ship a working Read activity in the next releases of the
>> major distros. You can track the effort here:
>> http://sugarlabs.org/go/Evince
>
> Is there an upstream bug report?

Should read the page mentioned first :-P

Peter
___
Devel mailing list
Devel@lists.laptop.org
http://lists.laptop.org/listinfo/devel


Re: OLPC vs Fedora packages

2009-01-15 Thread Tomeu Vizoso
On Thu, Jan 15, 2009 at 10:16, Peter Robinson  wrote:
> On Thu, Jan 15, 2009 at 10:14 AM, Tomeu Vizoso  wrote:
>> On Thu, Jan 15, 2009 at 05:15, Peter Robinson  wrote:
>>>
>>> - xulrunner and the OLPC patches (currently using mainline Fedora
>>> package) - Mario & Simon
>>
>> I have seen that in trunk the native theme can be enabled and disabled
>> in runtime, so that would be one patch less. I'm not 100% sure it got
>> into 1.9.1, though.
>
> Do you know if there's a upstream bugzilla.mozilla.org bug number?

This is it: https://bugzilla.mozilla.org/show_bug.cgi?id=450916

So I guess it got into 1.9.1.

Regards,

Tomeu
___
Devel mailing list
Devel@lists.laptop.org
http://lists.laptop.org/listinfo/devel


Re: OLPC vs Fedora packages

2009-01-15 Thread Peter Robinson
 - xulrunner and the OLPC patches (currently using mainline Fedora
 package) - Mario & Simon
>>>
>>> I have seen that in trunk the native theme can be enabled and disabled
>>> in runtime, so that would be one patch less. I'm not 100% sure it got
>>> into 1.9.1, though.
>>
>> Do you know if there's a upstream bugzilla.mozilla.org bug number?
>
> This is it: https://bugzilla.mozilla.org/show_bug.cgi?id=450916
>
> So I guess it got into 1.9.1.

Nice. I setup a OLPC xulrunner tracking bug [1] a while ago. Feel free
to add any other dependant bugs to it as well.

Peter

[1] https://bugzilla.mozilla.org/show_bug.cgi?id=466870
___
Devel mailing list
Devel@lists.laptop.org
http://lists.laptop.org/listinfo/devel


Write moved to git.sugarlabs.org

2009-01-15 Thread Tomeu Vizoso
Hi,

just moved this activity. Will update jhbuild next.

Regards,

Tomeu
___
Devel mailing list
Devel@lists.laptop.org
http://lists.laptop.org/listinfo/devel


OLPC volunteers this Saturday Wellington - How to pull apart and rebuild your XO

2009-01-15 Thread Tabitha Roder
Hello

We are up for another exciting session this Saturday with Calum showing us
how to pull apart and rebuild XOs. Bring a Phillips number one screw driver
if you have one and join in the fun. Last week we tested an activity called
Food Force II (goal is to enable village to escape poverty and develop
nutritional self-sufficiency) and we have had great engagement with the
authors so it will be good to see if we can further test this activity for
them.

Usual spot - Southern Cross, Abel Smith Street, Wellington
Usual time - 10.30am
Feel free to invite others who might like to join in.

Global Community testing meeting in IRC on Friday at 1200 NZ time Info
here

To keep up to date with what the New Zealand OLPC volunteers are doing,
subscribe to olpc...@lists.laptop.org by going to
http://lists.laptop.org/listinfo/olpc-nz

Look forward to seeing you on Saturday.

Kind regards
Tabitha Roder

(64)21482229

Support OLPC G1G1 - laptop.org/xo
___
Devel mailing list
Devel@lists.laptop.org
http://lists.laptop.org/listinfo/devel


Adding Activities installed to the Favorites view

2009-01-15 Thread shivaprasad javali
Hi,

   I have an activity running on the XO. I created the .xo package and it
installs properly from the .xo file by running the sugar-install-bundle
command. I wanted to know whether after installing the activity I can
automatically add my activity to the favorites list so that it shows up in
the Favorites view? If so how can I do it?

Thanks
jbsp72
___
Devel mailing list
Devel@lists.laptop.org
http://lists.laptop.org/listinfo/devel


Re: Adding Activities installed to the Favorites view

2009-01-15 Thread Bert Freudenberg
On 15.01.2009, at 12:27, shivaprasad javali wrote:

> Hi,
>
>I have an activity running on the XO. I created the .xo package  
> and it installs properly from the .xo file by running the sugar- 
> install-bundle command. I wanted to know whether after installing  
> the activity I can automatically add my activity to the favorites  
> list so that it shows up in the Favorites view?

No.

> If so how can I do it?


Users typically install a bundle from the Journal. If they do so, I  
think it becomes a favorite automatically.

- Bert -

___
Devel mailing list
Devel@lists.laptop.org
http://lists.laptop.org/listinfo/devel


Re: Adding Activities installed to the Favorites view

2009-01-15 Thread shivaprasad javali
What if it is installed by running the sugar-install-bundle from a shell
script. My application has to do some things like add a .modules file so
that the snd-pcm-oss module which my application needs to play sound. So I
have a shell script installing the activity using sugar-install-bundle and
then setting up other things for the activity.

In this case would the activity be added to the Favorites list?

Thanks
jbsp72

On Thu, Jan 15, 2009 at 5:06 PM, Bert Freudenberg wrote:

> On 15.01.2009, at 12:27, shivaprasad javali wrote:
>
> > Hi,
> >
> >I have an activity running on the XO. I created the .xo package
> > and it installs properly from the .xo file by running the sugar-
> > install-bundle command. I wanted to know whether after installing
> > the activity I can automatically add my activity to the favorites
> > list so that it shows up in the Favorites view?
>
> No.
>
> > If so how can I do it?
>
>
> Users typically install a bundle from the Journal. If they do so, I
> think it becomes a favorite automatically.
>
> - Bert -
>
> ___
> Devel mailing list
> Devel@lists.laptop.org
> http://lists.laptop.org/listinfo/devel
>
___
Devel mailing list
Devel@lists.laptop.org
http://lists.laptop.org/listinfo/devel


Re: Adding Activities installed to the Favorites view

2009-01-15 Thread Philipp Kocher
The file "/usr/share/sugar/data/activites.defaults" defines which 
activities are marked as favorite during installation.

I didn't test it, but the comment says so.

Regards,
Philipp

shivaprasad javali wrote:
> What if it is installed by running the sugar-install-bundle from a shell 
> script. My application has to do some things like add a .modules file so 
> that the snd-pcm-oss module which my application needs to play sound. So 
> I have a shell script installing the activity using sugar-install-bundle 
> and then setting up other things for the activity.
> 
> In this case would the activity be added to the Favorites list?
> 
> Thanks
> jbsp72
> 
> On Thu, Jan 15, 2009 at 5:06 PM, Bert Freudenberg  > wrote:
> 
> On 15.01.2009, at 12:27, shivaprasad javali wrote:
> 
>  > Hi,
>  >
>  >I have an activity running on the XO. I created the .xo package
>  > and it installs properly from the .xo file by running the sugar-
>  > install-bundle command. I wanted to know whether after installing
>  > the activity I can automatically add my activity to the favorites
>  > list so that it shows up in the Favorites view?
> 
> No.
> 
>  > If so how can I do it?
> 
> 
> Users typically install a bundle from the Journal. If they do so, I
> think it becomes a favorite automatically.
> 
> - Bert -
> 
> ___
> Devel mailing list
> Devel@lists.laptop.org 
> http://lists.laptop.org/listinfo/devel
> 
> 
> 
> 
> 
> ___
> Devel mailing list
> Devel@lists.laptop.org
> http://lists.laptop.org/listinfo/devel
___
Devel mailing list
Devel@lists.laptop.org
http://lists.laptop.org/listinfo/devel


Re: Journal integration for Scratch

2009-01-15 Thread John Maloney
Hi, Phillip.

Re:
> There is a bug in Scratch version 12. The symbolic link of the Project
> directory doesn't get created (Open Projects shows Scratch.activity
> folder instead). I checked the scripts (scratch-activity and
> scratch-wrapper) but couldn't find where the link should get created.

In Scratch 11, a symbolic link was included in the .xo and unzipping  
re-created that link. Someone else helped me create that mechanism  
(sorry I can't quite remember who). But you are right, it no longer  
works in v12, either because I changed something about my process for  
creating the .xo file or perhaps because of a change in the XO  
software (less likely).

I will look into this.

-- John


>
>
> Regards,
> Philipp
>
> Bert Freudenberg wrote:
>> The script looks good, except for the name mangling magic (which is  
>> a bit hard to understand because of mis-indentations). This  
>> wouldn't even work with your XO's language set to non-English  
>> (which the majority of XOs use).
>> I would simply name the file "$object_id.sb".
>> - Bert -
>> On 14.01.2009, at 07:04, Philipp Kocher wrote:
>>> Hi John
>>>
>>> Yes, we need the mimetypes.xml file as well (thanks Tomeu I forgot  
>>> the USB flash drive use case). I have tested the attached  
>>> mimetypes.xml. It is working fine. Put it in the activity directory.
>>>
>>> Furthermore we have to change the scratch-activity script, so the  
>>> parameter with the scratch project object-id gets converted (copy- 
>>> from-journal) in a file and passed on to scratch. See the attached  
>>> scratch-activity script. I am not an expert with bash scripts, so  
>>> please give feedback.
>>>
>>> I would like to extend the script so project files in the journal  
>>> directory are copied back to the journal after exiting scratch,  
>>> but for opening project it should work fine.
>>>
>>> Best regards,
>>> Philipp
>>>
>>> John Maloney wrote:
 Hi, Phillip.
 Thanks for all your hard work in tracking this down. I had looked  
 at several other packages, including EToys, and couldn't figure  
 out from them how to do this.
 I will make these changes to the next XO Scratch bundle.
 Is that all I need to do? What about the mime types XML file  
 similar to the one added by Etoys? Does that turn out to be  
 unnecessary?
   -- John
 On Jan 13, 2009, at 12:55 AM, Philipp Kocher wrote:
> Tomeu Vizoso wrote:
>> On Mon, Jan 12, 2009 at 18:50, Bert Freudenberg > > wrote:
>>> On 12.01.2009, at 18:11, Tomeu Vizoso wrote:
> So what would the Scratch activity have to do so files put  
> into the
> Journal
> (maybe by downloading) are displayed using a Scratch icon  
> rather than the
> generic document icon?
 Shipping a mimetypes.xml file inside the bundle as explained  
 here:

 http://wiki.laptop.org/go/Activity_bundles#Bundle_Structure

 Sugar will call update-mime-database and will merge that file  
 into the
 xdg mime database.

 I think that John is already trying this.
>>>
>>> Guess I'm confused then - I thought that's exactly what  
>>> Philipp had done.
>> I think he just changed the mime_types field in the .info file.
>>> And I just checked and it does work with Etoys projects. When  
>>> downloading
>>> one it indeed gets an etoys icon (although at a smaller size -  
>>> why is that?)
>> No idea, though I think that the mime database is updated in  
>> the etoys
>> rpm and not in the bundle, am I right?
>> Regards,
>> Tomeu
>
> Thanks Tomeu to lead me to the /home/olpc/.local directory.  
> However, the
> mimetypes.xml is not necessary to get the icon in the journal. I  
> just
> had to copy the scratch icon file in the activity directory to
> "application-x-scratch-project.svg" (also in the scratch activity
> dirctory). The Memorize Activity is a good example for using  
> that feature.
> Sugar has to be restarted after installing Scratch to show the  
> icon.
>
> John, could you please make the following changes in the next  
> Scratch
> version:
> - add the line "mime_types = application/x-scratch-project" to the
> activity.info file
> - copy the scratch icon to "application-x-scratch-project.svg"  
> in the
> activity directory
>
> Etoys gets configured by different packages. e.g. the rpm
> etoys-3.0.2153-1.noarch is adding the file
> /usr/share/mime/packges/etoys.xml and the rpm sugar- 
> artwork-0.82.3-1.olpc3 is
> adding the file
> /usr/share/icons/sugar/scalable/mimetypes/application-x-squake- 
> project.svg.
>
> Regards,
> Philipp
>
>>> 
>>> http://www.freedesktop.org/standards/shared-mime-info 
>>> ">
>>>  
>>>Scratch Project
>>>
>>>  
>>> 
>>> #!/bin/sh
>>> # Author: Bert Freudenberg
>>> # Mo

Re: Journal integration for Scratch

2009-01-15 Thread Bert Freudenberg

On 15.01.2009, at 13:55, John Maloney wrote:

> Hi, Phillip.
>
> Re:
>> There is a bug in Scratch version 12. The symbolic link of the  
>> Project
>> directory doesn't get created (Open Projects shows Scratch.activity
>> folder instead). I checked the scripts (scratch-activity and
>> scratch-wrapper) but couldn't find where the link should get created.
>
> In Scratch 11, a symbolic link was included in the .xo and unzipping  
> re-created that link. Someone else helped me create that mechanism  
> (sorry I can't quite remember who). But you are right, it no longer  
> works in v12, either because I changed something about my process  
> for creating the .xo file or perhaps because of a change in the XO  
> software (less likely).
>
> I will look into this.


Unless someone fixed this in the mean time, symbolic links in bundles  
are not preserved:

http://dev.laptop.org/ticket/4584

- Bert -


___
Devel mailing list
Devel@lists.laptop.org
http://lists.laptop.org/listinfo/devel


Re: Journal integration for Scratch

2009-01-15 Thread John Maloney
Ahh, that would explain it!

Maybe we need a couple of lines of shell script to check for the link  
and create it if it isn't there.

-- John

On Jan 15, 2009, at 7:56 AM, Bert Freudenberg wrote:
> On 15.01.2009, at 13:55, John Maloney wrote:
>
>> Hi, Phillip.
>>
>> Re:
>>> There is a bug in Scratch version 12. The symbolic link of the  
>>> Project
>>> directory doesn't get created (Open Projects shows Scratch.activity
>>> folder instead). I checked the scripts (scratch-activity and
>>> scratch-wrapper) but couldn't find where the link should get  
>>> created.
>>
>> In Scratch 11, a symbolic link was included in the .xo and  
>> unzipping re-created that link. Someone else helped me create that  
>> mechanism (sorry I can't quite remember who). But you are right, it  
>> no longer works in v12, either because I changed something about my  
>> process for creating the .xo file or perhaps because of a change in  
>> the XO software (less likely).
>>
>> I will look into this.
>
>
> Unless someone fixed this in the mean time, symbolic links in  
> bundles are not preserved:
>
> http://dev.laptop.org/ticket/4584
>
> - Bert -
>
>

___
Devel mailing list
Devel@lists.laptop.org
http://lists.laptop.org/listinfo/devel


Re: Greetings from the Eastern Townships School Board Quebec Canada

2009-01-15 Thread Samuel Klein
As usual, participants online can take part via justin.tv , phone conf, or IRC
(check blogs.laptop.org for details).

On Thu, Jan 15, 2009 at 3:56 PM, Samuel Klein  wrote:
> Dear all,
>
> We are finishing up the last day of technical talks at XO Camp,
> discussing synchronous and asynch collaboration.  Transcripts will be
> available soon on
>   http://wiki.laptop.org/go/XOCamp_2/Notes
>
> For the last morning of XO Camp tomorrow, we have a few special guests
> from Quebec:
>
> Ron Canuel and others from  the Eastern Townships school board in
> Quebec will be giving a 45-minute presentation about the last 5 years
> of their saturation deployment of computers in the classroom.
>
> They have a good relationship with Uruguay (see below) and are keen on
> sharing their experiences with us.  They have also worked with
> Terri-Nicole (a Harvard Ed School student who has been @ the Camp this
> week).  Please come at 9:45 am tomorrow for their talk and a Q&A
> session afterwards.  An introduction to their work follows, and slides
> for the talk are attached.
>
> SJ
>
>
> -- Forwarded message --
> From: Ron Canuel
> Subject: Greetings from the Eastern Townships School Board Quebec Canada
> To: s...@laptop.org
>
>
> Good afternoon Samuel,
>
> I have assembled a team of four experts in the field of laptop
> technology and deployment who are finalizing the presentation for next
> Friday, the 16th of January.  We are very excited to present and have
> reviewed the agenda as well as the format of the week.
>
> For information purposes, our School Board, the Eastern Townships
> School Board is one of the few school districts in North America to
> have provided free wireless laptops to all
> students/teachers/administrators/trustees from Grades 3-11, including
> our two adult education centres.  We began our deployment in 2003 and
> have acquired much expertise and knowledge on the keys to successful
> deployments of technology in education.  We remain one of Canada's
> best kept secrets because we have witnessed a less than enthusiastic
> endorsement of the role of technology in the classroom.  Please take a
> look at our website: www.etsb.qc.ca  and look under the Enhanced
> Learning Strategy.
>
> The OLPC represents a major and significant shift in paradigms in
> education and sharing with you and your colleagues our experiences
> will hopefully make the deployments in other countries easier.
>
> The US Department of Education have used our pedagogical and
> technological rubrics and posted it on their website, since they
> acknowledged our important work in this area as well.
>
> All of this expertise was fully appreciated by our education
> colleagues in Uruguay, who signed a partnership agreement with our
> School Board, to assist them in the deployment of the OLPC laptops
> throughout the country.  We visited Uruguay and also had delegations
> from Uruguay visit our schools.  As you can understand, we are also
> receiving inquiries from other countries, most recently from the
> ambassador of South Africa who wants our School Board to provide
> further information on how laptops can make a difference in their
> schools.  I can include Paraguay and Peru as well.
>
> We also concluded an agreement with the world famous Cirque du Soleil,
> in which we provide education to the minor artists of their shows,
> synchronously, from our head office in Quebec.
>
> All of this to say that, fully understanding the major upheaval that
> the OLPC personnel have just experienced, we look forward to seeing
> you on the 16th of January,
>
> Sincerely,
>
> Ron Canuel
> Director General
> Eastern Townships School Board
>
___
Devel mailing list
Devel@lists.laptop.org
http://lists.laptop.org/listinfo/devel


Re: [Sugar-devel] Write moved to git.sugarlabs.org

2009-01-15 Thread Sayamindu Dasgupta
On Thu, Jan 15, 2009 at 3:41 PM, Tomeu Vizoso  wrote:
> Hi,
>
> just moved this activity. Will update jhbuild next.
>

You forgot Pootle :(

;-)

-sdg-

-- 
Sayamindu Dasgupta
[http://sayamindu.randomink.org/ramblings]
___
Devel mailing list
Devel@lists.laptop.org
http://lists.laptop.org/listinfo/devel


New joyride build 2627

2009-01-15 Thread Build Announcer v2
http://xs-dev.laptop.org/~cscott/olpc/streams/joyride/build2627

Changes in build 2627 from build: 2626

Size delta: 0.00M

-etoys 4.0.2205-1
+etoys 4.0.2205-2

--- Changes for etoys 4.0.2205-2 from 4.0.2205-1 ---
  + update version string on startup
  + include icons for mimetypes

--
This mail was automatically generated
See http://dev.laptop.org/~rwh/announcer/joyride-pkgs.html for aggregate logs
See http://dev.laptop.org/~rwh/announcer/joyride_vs_update1.html for a 
comparison
___
Devel mailing list
Devel@lists.laptop.org
http://lists.laptop.org/listinfo/devel


Re: [Sugar-devel] Write moved to git.sugarlabs.org

2009-01-15 Thread Rafael Enrique Ortiz Guerrero
Hi all

I've also changed the needed links on wiki.laptop.org to reflect this change
of source location.

:)
Rafael Ortiz


On Thu, Jan 15, 2009 at 4:35 PM, Sayamindu Dasgupta wrote:

> On Thu, Jan 15, 2009 at 3:41 PM, Tomeu Vizoso  wrote:
> > Hi,
> >
> > just moved this activity. Will update jhbuild next.
> >
>
> You forgot Pootle :(
>
> ;-)
>
> -sdg-
>
> --
> Sayamindu Dasgupta
> [http://sayamindu.randomink.org/ramblings]
> ___
> Devel mailing list
> Devel@lists.laptop.org
> http://lists.laptop.org/listinfo/devel
>
___
Devel mailing list
Devel@lists.laptop.org
http://lists.laptop.org/listinfo/devel


New joyride build 2629

2009-01-15 Thread Build Announcer v2
http://xs-dev.laptop.org/~cscott/olpc/streams/joyride/build2629

Changes in build 2629 from build: 2627

Size delta: 0.00M

-cerebro 3.0.5-1.olpc3
+cerebro 3.0.6-1.olpc3

--- Changes for cerebro 3.0.6-1.olpc3 from 3.0.5-1.olpc3 ---
  + 3.0.6: Fixed configuration file for dbus

--
This mail was automatically generated
See http://dev.laptop.org/~rwh/announcer/joyride-pkgs.html for aggregate logs
See http://dev.laptop.org/~rwh/announcer/joyride_vs_update1.html for a 
comparison
___
Devel mailing list
Devel@lists.laptop.org
http://lists.laptop.org/listinfo/devel