Open main menu
Home
Random
Log in
Settings
About Sugar Labs
Disclaimers
Sugar Labs
Search
Changes
← Older edit
Newer edit →
Activity Team/Sweetener
(view source)
Revision as of 15:00, 3 October 2012
519 bytes added
,
15:00, 3 October 2012
→Get started creating an activity
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 ==
Daniel Francis
146
edits