Opened 12 years ago
Closed 12 years ago
#2779 closed defect (fixed)
secondary toolbar icons and labels are missing
Reported by: | walter | Owned by: | mchua pbrobinson sdz |
---|---|---|---|
Priority: | Unspecified by Maintainer | Milestone: | Unspecified |
Component: | Sugar on a Stick (SoaS) | Version: | 0.92.x |
Severity: | Blocker | Keywords: | |
Cc: | alsroot | Distribution/OS: | Unspecified |
Bug Status: | Unconfirmed |
Description
Sugar 0.92 on F15 has some issues with the toolbars. Icons and labels do not appear on secondary toolbars. Other toolbar components such as spinners appear. The buttons themselves seem to work, as do tooltips. But their graphics are not rendered.
I haven't determined whether this is a problem with the theme path not picking up activity-specific icons or some other issue. (Doesn't explain the label problem, however).
Test:
- Open the Calculate activity
- Open a secondary toolbar
- Observe that none of the icons appear
Test:
- Download Abacus from ASLO
- Open the Custom toolbar
- Observe that the spinners are not labelled.
Change History (5)
comment:1 Changed 12 years ago by walter
- Severity changed from Unspecified to Blocker
comment:2 Changed 12 years ago by walter
- Cc alsroot added
We should CC Aleksey on this ticket. My current suspicion is that the for some reason the do_expose_event in the toolbarbox is not being propagated to the buttons in the box. (But that wouldn't explain why widgets other than buttons are rendered properly.)
comment:3 Changed 12 years ago by pbrobinson
Walter: I believe this is now fixed. Please confirm.
comment:4 Changed 12 years ago by walter
Yes although I never understood the root cause.
comment:5 Changed 12 years ago by walter
- Resolution set to fixed
- Status changed from new to closed
/usr/lib/python2.7/site-packages/sugar/graphics/toolbarbox.py:108: Warning: g_object_set_qdata: assertion `G_IS_OBJECT (object)' failed
/usr/lib/python2.7/site-packages/sugar/graphics/window.py:195: Warning: g_object_set_qdata: assertion `G_IS_OBJECT (object)' failed
One of these warning may be relevant? (I don't get them on F14.)