User:Daryld: Difference between revisions

From OLPC
Jump to navigation Jump to search
Line 1: Line 1:
== Notes ==
== Some Activity Development Notes ==


Run activity from terminal
Run activity from terminal
Line 7: Line 7:
cd Activities
cd Activities
rm <activity>
rm <activity>

Make activity manifest file (from [[Activity tutorial]])
find ./ | sed 's,^./,HelloWorldActivity.activity/,g' > MANIFEST

Revision as of 05:27, 28 February 2008

Some Activity Development 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>