Bug 957532 - [abrt] ibus-1.5.1-2.fc18: main.py:258:__init_ui:AttributeError: 'NoneType' object has no attribute 'connect'
Summary: [abrt] ibus-1.5.1-2.fc18: main.py:258:__init_ui:AttributeError: 'NoneType' ob...
Keywords:
Status: CLOSED NOTABUG
Alias: None
Product: Fedora
Classification: Fedora
Component: ibus
Version: 18
Hardware: x86_64
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
Assignee: fujiwara
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard: abrt_hash:47d08c55aead2c0a7fe9b4940b8...
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2013-04-28 19:31 UTC by maribel
Modified: 2013-06-14 06:52 UTC (History)
3 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2013-06-14 06:52:38 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)
File: backtrace (562 bytes, text/plain)
2013-04-28 19:31 UTC, maribel
no flags Details
File: core_backtrace (264 bytes, text/plain)
2013-04-28 19:31 UTC, maribel
no flags Details
File: environ (1.46 KB, text/plain)
2013-04-28 19:31 UTC, maribel
no flags Details

Description maribel 2013-04-28 19:31:34 UTC
Description of problem:
I do no

Version-Release number of selected component:
ibus-1.5.1-2.fc18

Additional info:
cmdline:        /usr/bin/python /usr/share/ibus/setup/main.py
executable:     /usr/share/ibus/setup/main.py
kernel:         3.6.10-4.fc18.x86_64
uid:            1000
ureports_counter: 1

Truncated backtrace:
main.py:258:__init_ui:AttributeError: 'NoneType' object has no attribute 'connect'

Traceback (most recent call last):
  File "/usr/share/ibus/setup/main.py", line 621, in <module>
    setup = Setup()
  File "/usr/share/ibus/setup/main.py", line 83, in __init__
    self.__init_ui()
  File "/usr/share/ibus/setup/main.py", line 258, in __init_ui
    self.__config.connect("value-changed", self.__config_value_changed_cb)
AttributeError: 'NoneType' object has no attribute 'connect'

Local variables in innermost frame:
self: <__main__.Setup object at 0x15f9b50>

Comment 1 maribel 2013-04-28 19:31:36 UTC
Created attachment 741224 [details]
File: backtrace

Comment 2 maribel 2013-04-28 19:31:37 UTC
Created attachment 741225 [details]
File: core_backtrace

Comment 3 maribel 2013-04-28 19:31:39 UTC
Created attachment 741226 [details]
File: environ

Comment 4 fujiwara 2013-05-07 03:22:46 UTC
(In reply to comment #0)
>   File "/usr/share/ibus/setup/main.py", line 258, in __init_ui
>     self.__config.connect("value-changed", self.__config_value_changed_cb)
> AttributeError: 'NoneType' object has no attribute 'connect'
> 

I cannot reproduce your problem.
I think you don't reproduce your problem with a new user account instead of the current user account.


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