#8558 BLOC 8.2.0 (: Help activity does not display pictures unless XO is online

Zarro Boogs per Child bugtracker at laptop.org
Fri Sep 19 14:38:06 EDT 2008


#8558: Help activity does not display pictures unless XO is online
-----------------------------+----------------------------------------------
   Reporter:  mikus          |       Owner:  isforinsects        
       Type:  defect         |      Status:  new                 
   Priority:  blocker        |   Milestone:  8.2.0 (was Update.2)
  Component:  help-activity  |     Version:  not specified       
 Resolution:                 |    Keywords:  blocks:8.2.0        
Next_action:  code           |    Verified:  0                   
  Blockedby:                 |    Blocking:                      
-----------------------------+----------------------------------------------

Comment(by mchua):

 Small change; you need to keep the newline formatting or add semicolons to
 delimit each command. Run from the directory with all the files that need
 find-replacing.

 {{{
 #!/bin/bash

     for file in *; do
     mv $file $file.old
     sed 's,http://en.flossmanuals.net/floss/pub/,./,g' $file.old > $file
     rm -f $file.old
     done
 }}}

-- 
Ticket URL: <http://dev.laptop.org/ticket/8558#comment:5>
One Laptop Per Child <http://laptop.org/>
OLPC bug tracking system


More information about the Bugs mailing list