Bug 957532

Summary: [abrt] ibus-1.5.1-2.fc18: main.py:258:__init_ui:AttributeError: 'NoneType' object has no attribute 'connect'
Product: [Fedora] Fedora Reporter: maribel <hernandez_maribel>
Component: ibusAssignee: fujiwara <tfujiwar>
Status: CLOSED NOTABUG QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 18CC: i18n-bugs, shawn.p.huang, tfujiwar
Target Milestone: ---   
Target Release: ---   
Hardware: x86_64   
OS: Unspecified   
Whiteboard: abrt_hash:47d08c55aead2c0a7fe9b4940b83bcc13d650c07
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2013-06-14 06:52:38 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 Flags
File: backtrace
none
File: core_backtrace
none
File: environ none

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.