Changes

Line 19: Line 19:     
==Modify an Activity==
 
==Modify an Activity==
 +
The Activities you installed earlier with the 'groupinstall' command are installed under '/usr/share/sugar/activities/'. For developing it is easier to have them available in a user accessible part of the system. Sugar does look in the $HOME/Activities folder for Activities. The folder has to be named to end with '.activity'.
 +
 +
Start a terminal and create the folder in your $HOME directory and change into it:
 +
cd
 +
mkdir Activities
 +
cd Activities/
 +
 +
Clone the HelloWorld activity (in the folder helloworld.activity):
 +
git clone git://git.sugarlabs.org/hello-world/mainline.git helloworld.activity
3,267

edits