Bug 962694 - [abrt] ibus-anthy-1.5.0-1.fc18: module.py:115:__getattr__:AttributeError: 'gi.repository.Gdk' object has no attribute 'get_default_root_window'
Summary: [abrt] ibus-anthy-1.5.0-1.fc18: module.py:115:__getattr__:AttributeError: 'gi...
Keywords:
Status: CLOSED NOTABUG
Alias: None
Product: Fedora
Classification: Fedora
Component: ibus-anthy
Version: 18
Hardware: x86_64
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
Assignee: fujiwara
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard: abrt_hash:f734ed79732e6153a562259eea3...
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2013-05-14 09:29 UTC by Ingo Weiss
Modified: 2013-05-15 01:22 UTC (History)
4 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2013-05-15 01:22:11 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)
File: backtrace (1.10 KB, text/plain)
2013-05-14 09:29 UTC, Ingo Weiss
no flags Details
File: core_backtrace (697 bytes, text/plain)
2013-05-14 09:29 UTC, Ingo Weiss
no flags Details
File: environ (810 bytes, text/plain)
2013-05-14 09:29 UTC, Ingo Weiss
no flags Details
File: smolt_data (2.76 KB, text/plain)
2013-05-14 09:29 UTC, Ingo Weiss
no flags Details

Description Ingo Weiss 2013-05-14 09:29:28 UTC
Version-Release number of selected component:
ibus-anthy-1.5.0-1.fc18

Additional info:
cmdline:        /usr/bin/python /usr/share/ibus-anthy/engine/main.py --xml
dso_list:       pygobject3-base-3.4.2-6.fc18.x86_64
executable:     /usr/share/ibus-anthy/engine/main.py
kernel:         3.8.11-200.fc18.x86_64
uid:            1000
ureports_counter: 1

Truncated backtrace:
module.py:115:__getattr__:AttributeError: 'gi.repository.Gdk' object has no attribute 'get_default_root_window'

Traceback (most recent call last):
  File "/usr/share/ibus-anthy/engine/main.py", line 35, in <module>
    import factory
  File "/usr/share/ibus-anthy/engine/factory.py", line 29, in <module>
    import engine
  File "/usr/share/ibus-anthy/engine/engine.py", line 54, in <module>
    import jastring
  File "/usr/share/ibus-anthy/engine/jastring.py", line 26, in <module>
    import thumb
  File "/usr/share/ibus-anthy/engine/thumb.py", line 34, in <module>
    get_default_root_window = Gdk.get_default_root_window
  File "/usr/lib64/python2.7/site-packages/gi/module.py", line 269, in __getattr__
    return getattr(self._introspection_module, name)
  File "/usr/lib64/python2.7/site-packages/gi/module.py", line 115, in __getattr__
    self.__name__, name))
AttributeError: 'gi.repository.Gdk' object has no attribute 'get_default_root_window'

Local variables in innermost frame:
info: None
self: <IntrospectionModule 'Gdk' from '/usr/lib64/girepository-1.0/Gdk-2.0.typelib'>
name: 'get_default_root_window'

Comment 1 Ingo Weiss 2013-05-14 09:29:31 UTC
Created attachment 747593 [details]
File: backtrace

Comment 2 Ingo Weiss 2013-05-14 09:29:33 UTC
Created attachment 747594 [details]
File: core_backtrace

Comment 3 Ingo Weiss 2013-05-14 09:29:35 UTC
Created attachment 747595 [details]
File: environ

Comment 4 Ingo Weiss 2013-05-14 09:29:37 UTC
Created attachment 747596 [details]
File: smolt_data

Comment 5 fujiwara 2013-05-15 01:22:11 UTC
(In reply to comment #0)
> Local variables in innermost frame:
> info: None
> self: <IntrospectionModule 'Gdk' from
> '/usr/lib64/girepository-1.0/Gdk-2.0.typelib'>
> name: 'get_default_root_window'

You use gtk2. but ibus-anthy requires gtk3.
Probably I think you didn't install ibus properly and gtk3 was not installed.
If you install ibus and ibus-anthy with yum command, gtk3 will be installed and I think this problem won't happen.


Note You need to log in before you can comment on or make changes to this bug.