Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/activity/activity.info
blob: e77ad5a8449e1a9e54b183165aa77e46f52685a1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
[Activity]

# The following line is the short name that Sugar
# will use for the Activity when referencing it
name = Bridge

# The following line is used internally in Sugar, and
# not referenced anywhere else.  Every activity in 
# Sugar has to have its own unique bundle_id
bundle_id = org.laptop.bridge

# The following line specifies the software license.
# GPL v2 or v3 are common choices.
license = GPLv3

# The following line says the class instance to run is in
# activity.py and the class is called BridgeActivity
class = activity.BridgeActivity

# The following line says the icon is the file
# activity/activity-bridge.svg
icon = activity-bridge

# The following line says the version number
# This is used for updating purposes
activity_version = 3

# The following line indicates whether to show the launcher icon
# in the Sugar main icon display
show_launcher = yes

exec = sugar-activity activity.BridgeActivity