User:Daryld

From OLPC
Revision as of 02:56, 21 January 2008 by Daryld (talk | contribs) (→‎Notes)
Jump to navigation Jump to search

Notes

Run activity from terminal

sugar-launch <activity name>

Remove activity from terminal. This worked if I removed all the activities. When I only removed one, it seemed to get confused when I tried to sugar-launch another, similarly named activity. Should look into this further.

cd Activities
rm <activity>

Make activity manifest file (from Activity tutorial)

find ./ | sed 's,^./,HelloWorldActivity.activity/,g' > MANIFEST