Activity Team/Sweetener: Difference between revisions

Line 18: Line 18:
** canvas.py
** canvas.py
** options.py
** options.py
** info.py
** info.py<br> Optional, only if you want to get your activity working on other Linux desktops:
* Optional, only if you want to get your activity working on other Linux desktops:
** application.py
** application.py
** hello-integration (rename it to your activity name)
** hello-integration (rename it to your activity name)
* Fill info.py with the information about the activity.
* Make the following directories inside your activity:
** sugar/sweetener
** desktop/sweetener (Only if you want to run your activity on Linux desktops)
* Copy basic modules:<br>  Sweetener is divided in modules, for a very basic activity, you'll need to copy from (sugar - desktop)/sweetener:
** __init__.py
** basic_options.py
** itembox.py
** itemgroup.py<br> (Optional if your activity has only the main ToolbarBox and the ActivityToolbar, obligatory for run the activty on Linux desktop)
** item.py
** stock.py
* Fill info.py with the information about your activity.


== Key accelerators ==
== Key accelerators ==