MelbXOclub-RandomObservations: Difference between revisions

From OLPC
Jump to navigation Jump to search
No edit summary
No edit summary
Line 6: Line 6:
** Gotcha: leaves processes behind, fix with:
** Gotcha: leaves processes behind, fix with:
ps aux|grep sugar|awk '{print $2}'|xargs kill -9
ps aux|grep sugar|awk '{print $2}'|xargs kill -9
* bugs in finding other laptops in neighbourhood. Sometimes we found the network was effectively partitioned and some could only see one or two, or none


Browse - right click on a link to see the url, the context menu appeared
Browse - right click on a link to see the url, the context menu appeared

Revision as of 04:54, 20 December 2008

Record Random observations... thoughts, comments here.

eg. No way to go to links in wikipedia when in ebook mode.

  • On Ubuntu: apt-get install sugar sugar-activities; sugar-emulator
    • Gotcha: leaves processes behind, fix with:
  ps aux|grep sugar|awk '{print $2}'|xargs kill -9
  • bugs in finding other laptops in neighbourhood. Sometimes we found the network was effectively partitioned and some could only see one or two, or none

Browse - right click on a link to see the url, the context menu appeared over to the right (of the mouse click, still on the rather long url text) and the url was off the side of the screen. Alt-tab with the menu present left the context menu there on top of the other activities (terminal & journal)