User:Daryld: Difference between revisions
Jump to navigation
Jump to search
(→Notes) |
(→Notes) |
||
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 02:56, 21 January 2008
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