Bug 890072
| Summary: | [abrt] ibus-anthy-1.4.99.20121006-1.fc18: Gtk.py:1624:<module>:RuntimeError: Gtk couldn't be initialized | ||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | costashu <costashu> | ||||||||
| Component: | ibus-anthy | Assignee: | fujiwara <tfujiwar> | ||||||||
| Status: | CLOSED WORKSFORME | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||||||
| Severity: | unspecified | Docs Contact: | |||||||||
| Priority: | unspecified | ||||||||||
| Version: | 18 | CC: | i18n-bugs, shawn.p.huang, tagoh, tfujiwar | ||||||||
| Target Milestone: | --- | ||||||||||
| Target Release: | --- | ||||||||||
| Hardware: | x86_64 | ||||||||||
| OS: | Unspecified | ||||||||||
| Whiteboard: | abrt_hash:e041dd956f932e40e4f1d6b9c5784bcfce4c3ff4 | ||||||||||
| Fixed In Version: | Doc Type: | Bug Fix | |||||||||
| Doc Text: | Story Points: | --- | |||||||||
| Clone Of: | Environment: | ||||||||||
| Last Closed: | 2012-12-25 07:19:45 UTC | Type: | --- | ||||||||
| Regression: | --- | Mount Type: | --- | ||||||||
| Documentation: | --- | CRM: | |||||||||
| Verified Versions: | Category: | --- | |||||||||
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |||||||||
| Cloudforms Team: | --- | Target Upstream Version: | |||||||||
| Embargoed: | |||||||||||
| Attachments: |
|
||||||||||
|
Description
costashu
2012-12-24 22:40:45 UTC
Created attachment 668614 [details]
File: backtrace
Created attachment 668615 [details]
File: core_backtrace
Created attachment 668616 [details]
File: environ
(In reply to comment #1) > Created attachment 668614 [details] > File: backtrace > File "/usr/share/ibus-anthy/engine/engine.py", line 41, in <module> > from gi.repository import Gtk > File "/usr/lib64/python2.7/site-packages/gi/overrides/Gtk.py", line 1624, in <module> > raise RuntimeError("Gtk couldn't be initialized") > RuntimeError: Gtk couldn't be initialized How did you run ibus-anthy? ibus needs to open $DISPLAY. I think your problem is not ibus specific but you could see the same error with the following script. % cat a.py from gi.repository import Gtk % python a.py |