Opened 11 years ago
Closed 10 years ago
#3539 closed defect (notsugar)
Do not fail while importing dbus.gobject_service from gi-less activity
Reported by: | alsroot | Owned by: | erikos |
---|---|---|---|
Priority: | Unspecified by Maintainer | Milestone: | Unspecified |
Component: | Sugar | Version: | 0.94.x |
Severity: | Unspecified | Keywords: | |
Cc: | Distribution/OS: | Ubuntu | |
Bug Status: | Unconfirmed |
Description
For some reason, dbus-python package (python-dbus-1.0.0-1ubuntu1 from Ubuntu-12.04) uses gi in dbus.gobject_service module (but generally it is gi-less). It breaks activities that are not gi based but uses dbus.gobject_service module.
Change History (5)
comment:1 Changed 11 years ago by alsroot
comment:2 Changed 11 years ago by alsroot
comment:3 Changed 11 years ago by AlanJAS
This problem also breaks activities in my sugar-emulator 0.90.
See this ticket:
comment:4 Changed 10 years ago by dnarvaez
- Component changed from sugar-toolkit to Sugar
comment:5 Changed 10 years ago by dnarvaez
- Resolution set to notsugar
- Status changed from new to closed
Note: See
TracTickets for help on using
tickets.
The http://git.sugarlabs.org/desktop/sugar-toolkit/commit/cebf8f5c7d42f66dc3f1c6eb79c558a20083a676 commit load original, gi-less, module at the start. So, if activity will try to load this method afterwards, it will get already loaded one that came from sugar-toolkit.