#3976 closed defect (fixed)
Abcus fails to start in F18/0.97.4
Reported by: | mavrothal | Owned by: | walter |
---|---|---|---|
Priority: | Unspecified by Maintainer | Milestone: | |
Component: | Abacus | Version: | 0.97.x |
Severity: | Blocker | Keywords: | |
Cc: | godiard | Distribution/OS: | Unspecified |
Bug Status: | Assigned |
Description
In olpc 31004o2 abacus fails to start with
{{{Traceback (most recent call last):
File "/usr/bin/sugar-activity", line 160, in <module>
main()
File "/usr/bin/sugar-activity", line 155, in main
instance = create_activity_instance(activity_constructor, activity_handle)
File "/usr/bin/sugar-activity", line 42, in create_activity_instance
activity = constructor(handle)
File "/home/olpc/Activities/Abacus.activity/AbacusActivity.py", line 118, in init
group=None)
File "/home/olpc/Activities/Abacus.activity/toolbar_utils.py", line 45, in radio_factory
button.set_named_icon(icon_name)
AttributeError: 'RadioToolButton' object has no attribute 'set_named_icon'
Exited with status 1, pid 922 data (None, <open file '<fdopen>', mode 'w' at 0xd2eb20>, 'c7a6b0763d9d6506e56e2bf0c1bb0e5ac81b0142')}}}
Change History (4)
comment:1 Changed 11 years ago by erikos
- Bug Status changed from Unconfirmed to Assigned
- Cc godiard added
- Milestone changed from Unspecified by Release Team to 0.98
- Severity changed from Unspecified to Blocker
- Version changed from Unspecified to 0.97.x
comment:2 Changed 11 years ago by walter
Should be fixed in v39 (http://activities.sugarlabs.org/en-US/developers/versions/edit/31248)
comment:3 Changed 11 years ago by erikos
- Resolution set to fixed
- Status changed from new to closed
v39 starts in os5.
Hi Walter, we changed that in the toolkit-gtk3. http://wiki.sugarlabs.org/go/0.98/Notes#API
Just use 'set_icon_name' instead.