#1326 closed defect (fixed)
python-xklavier fail during startup
Reported by: | alsroot | Owned by: | sayamindu |
---|---|---|---|
Priority: | Immediate | Milestone: | |
Component: | Sugar | Version: | 0.85.x |
Severity: | Unspecified | Keywords: | r+ |
Cc: | Distribution/OS: | Ubuntu | |
Bug Status: | Unconfirmed |
Description
PPA: https://launchpad.net/~alsroot/+archive/sugar-0.86
|TestCase|
- python-xklavier was installed - python -c "import xklavier" works fine
- can be reproduced all time
- can be fixed just by adding import xklavier before failed code
Looks like it can't be reproduced on all environments but with ppa it fails all time
In my mind import before idle_add() looks suspicious and issue could be fixed just importing from common place.
Attachments (2)
Change History (10)
Changed 14 years ago by alsroot
comment:1 Changed 14 years ago by alsroot
- Owner changed from tomeu to sayamindu
- Status changed from new to assigned
comment:2 Changed 14 years ago by alsroot
- Milestone changed from Unspecified by Release Team to 0.86
comment:3 Changed 14 years ago by tomeu
- Priority changed from Unspecified by Maintainer to Immediate
Changed 14 years ago by sayamindu
comment:4 Changed 14 years ago by sayamindu
- Keywords r? added
comment:5 follow-up: ↓ 6 Changed 14 years ago by alsroot
- Owner changed from sayamindu to tomeu
comment:6 in reply to: ↑ 5 Changed 14 years ago by tomeu
- Keywords r+ added; r? removed
- Owner changed from tomeu to sayamindu
Thanks! Please push.
comment:7 Changed 14 years ago by sayamindu
- Resolution set to fixed
- Status changed from assigned to closed
Pushed.
Closing this.
Note: See
TracTickets for help on using
tickets.
Proposed patch