Talk:Release notes/623: Difference between revisions
Jump to navigation
Jump to search
m (Talk:OLPC Trial-3 Software Release Notes moved to Talk:OLPC Ship.1 Software Release Notes: synch with new roadmap names) |
(Which Version ?) |
||
Line 5: | Line 5: | ||
find .sugar |xargs -n 1 file|grep Ogg|perl -ne '/(.*?):/ or next;$f=$1;$f=~/.*\/(.*)/;`cp -p $f ./$1.ogg`;' |
find .sugar |xargs -n 1 file|grep Ogg|perl -ne '/(.*?):/ or next;$f=$1;$f=~/.*\/(.*)/;`cp -p $f ./$1.ogg`;' |
||
finds all the ogg files and drops them in ./ . It won't work on an xo (used perl), but an alternate one-liner should be possible, or a simple python file. [[User:MitchellNCharity|MitchellNCharity]] 19:03, 28 October 2007 (EDT) |
finds all the ogg files and drops them in ./ . It won't work on an xo (used perl), but an alternate one-liner should be possible, or a simple python file. [[User:MitchellNCharity|MitchellNCharity]] 19:03, 28 October 2007 (EDT) |
||
== Which Version ? == |
|||
Although build 623 has version 11 of Measure, version 13 is already there in Joyride builds. So, I am not sure which version should be written on the page. --[[User:Arjs|Arjs]] 04:33, 1 November 2007 (EDT) |
Revision as of 08:33, 1 November 2007
Re "unfortunately, videos will be lost"
Regards "*Save photos *Record has changed a lot ... unfortunately, videos will be lost", should we include a receipe for saving peoples' video work? Eg,
find .sugar |xargs -n 1 file|grep Ogg|perl -ne '/(.*?):/ or next;$f=$1;$f=~/.*\/(.*)/;`cp -p $f ./$1.ogg`;'
finds all the ogg files and drops them in ./ . It won't work on an xo (used perl), but an alternate one-liner should be possible, or a simple python file. MitchellNCharity 19:03, 28 October 2007 (EDT)
Which Version ?
Although build 623 has version 11 of Measure, version 13 is already there in Joyride builds. So, I am not sure which version should be written on the page. --Arjs 04:33, 1 November 2007 (EDT)