#4102 closed defect (notsugar)
Activity icons not visible
Reported by: | erikos | Owned by: | erikos |
---|---|---|---|
Priority: | Immediate | Milestone: | |
Component: | Sugar | Version: | 0.97.x |
Severity: | Blocker | Keywords: | |
Cc: | tonyforster | Distribution/OS: | OLPC |
Bug Status: | Assigned |
Description
Build: os8
This got introduced with pygobject3-3.4.1.1-1.fc18.armv7hl, if you 'yum downgrade' to pygobject3-3.3.91 the icons are back.
Attachments (1)
Change History (9)
Changed 10 years ago by erikos
comment:1 Changed 10 years ago by erikos
The issue is the usage of a Python keyword as a gproperty name: http://git.sugarlabs.org/sugar-toolkit-gtk3/sugar-toolkit-gtk3/blobs/master/src/sugar3/graphics/icon.py#line338
comment:2 Changed 10 years ago by erikos
This change got introduced between 3.4.0 and 3.4.1:
http://git.gnome.org/browse/pygobject/commit/?h=pygobject-3-4&id=4bfe7972546413f46f5c36737ff03bb5612c1921
introduced it (#684058).
Upstream bug: https://bugzilla.gnome.org/show_bug.cgi?id=686942
comment:3 follow-up: ↓ 4 Changed 10 years ago by tonyforster
- Cc tonyforster added
I tried sudo yum downgrade pygobject3-3.3.91 --nogpg
and get
no package pygobject3-3.3.91
comment:4 in reply to: ↑ 3 ; follow-up: ↓ 5 Changed 10 years ago by garycmartin
Replying to tonyforster:
I tried sudo yum downgrade pygobject3-3.3.91 --nogpg
and get
no package pygobject3-3.3.91
I was having the same issue... But suddenly all became clear, down load the pygobject3-3.3.91-1.fc18.armv7hl.rpm from Simon's link in the ticket Description, then:
[olpc@xo-6d-5e-7c ~]$ sudo rpm -e --nodeps pygobject3-3.4.1.1-1.fc18.armv7hl [olpc@xo-6d-5e-7c ~]$ sudo rpm -Uvh pygobject3-3.3.91-1.fc18.armv7hl.rpm
Working again here at least.
comment:5 in reply to: ↑ 4 Changed 10 years ago by tonyforster
Replying to garycmartin:
Thanks Gary, works here.
comment:6 Changed 10 years ago by dsd
- Resolution set to notsugar
- Status changed from new to closed
Fixed upstream, packaged in Fedora as pygobject3-3.4.1.1-2.fc18
comment:7 Changed 10 years ago by dnarvaez
- Component changed from sugar-toolkit-gtk3 to Sugar
Simple test script that shows issue