Re: #7496 NORM 8.2.0 (: 'olpc-update debian' yells lots of scaaaaary things at me

2010-04-19 Thread Kevin Mark
On Mon, Apr 19, 2010 at 05:34:10AM +, Zarro Boogs per Child wrote: > #7496: 'olpc-update debian' yells lots of scary things at me > +--- >Reporter: dilinger | Owner: cscott >

Re: B3 with different RAM chips

2010-04-19 Thread Tiago Marques
Hi John, I'm trying out some new USB Flash drives from Sony that are quite fast(random write speed) compared to the SD cards shipping in the XO 1.5 and I'd just like to ask you something about the test script running on the Sandisk Extreme III: [edit] Sandisk Extreme III There are four XOs at 1C

Re: Sugar Labs logo in bottom-left corner of olpc-bootanim

2010-04-19 Thread Walter Bender
On Mon, Apr 19, 2010 at 1:52 PM, Bernie Innocenti wrote: > Instead of sending a monster 900KB patch to the list, here's how I got > the job done: > >  cd images >  for i in `seq -f %02.0f 0 25`; do >        composite -gravity SouthWest sl.png frame$i.png frame$i-sl.png >        mv frame$i-sl.png f

Sugar Labs logo in bottom-left corner of olpc-bootanim

2010-04-19 Thread Bernie Innocenti
Instead of sending a monster 900KB patch to the list, here's how I got the job done: cd images for i in `seq -f %02.0f 0 25`; do composite -gravity SouthWest sl.png frame$i.png frame$i-sl.png mv frame$i-sl.png frame$i.png done animate -resize 50% frame??.png Gimp is for wimps!