Bug 718401

Summary: [abrt] wicd-gtk-1.7.0-8.fc15: gui.py:154:__init__:AttributeError: 'NoneType' object has no attribute 'ReadWindowSize'
Product: [Fedora] Fedora Reporter: Yuriy Scherbak <y_scherbak>
Component: wicdAssignee: David Cantrell <dcantrell>
Status: CLOSED DUPLICATE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 15CC: dcantrell, saulbordes
Target Milestone: ---   
Target Release: ---   
Hardware: i686   
OS: Unspecified   
Whiteboard: abrt_hash:eed3def88fc0c6b1213fc33d2111f7354b64e14e
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2011-08-19 19:23:03 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:

Description Yuriy Scherbak 2011-07-02 13:01:18 UTC
abrt version: 2.0.3
architecture:   i686
cmdline:        /usr/bin/python -O /usr/share/wicd/gtk/wicd-client.py --no-tray
comment:        I do not remember, sorry
component:      wicd
executable:     /usr/share/wicd/gtk/wicd-client.py
kernel:         2.6.38.8-32.fc15.i686
os_release:     Fedora release 15 (Lovelock)
package:        wicd-gtk-1.7.0-8.fc15
reason:         gui.py:154:__init__:AttributeError: 'NoneType' object has no attribute 'ReadWindowSize'
time:           Sat Jul  2 15:52:49 2011
uid:            500
username:       yura

backtrace:
:gui.py:154:__init__:AttributeError: 'NoneType' object has no attribute 'ReadWindowSize'
:
:Traceback (most recent call last):
:  File "/usr/share/wicd/gtk/wicd-client.py", line 1032, in <module>
:    main(sys.argv)
:  File "/usr/share/wicd/gtk/wicd-client.py", line 90, in wrapper
:    return func(*args, **kwargs)
:  File "/usr/share/wicd/gtk/wicd-client.py", line 998, in main
:    the_gui = gui.appGui(standalone=True)
:  File "/usr/share/wicd/gtk/gui.py", line 154, in __init__
:    size = daemon.ReadWindowSize("main")
:AttributeError: 'NoneType' object has no attribute 'ReadWindowSize'
:
:Local variables in innermost frame:
:tray: None
:self: <gui.appGui object at 0x8a699ec>
:gladefile: '/usr/share/wicd/gtk/wicd.glade'
:standalone: True

Comment 1 Saúl 2011-07-15 18:30:43 UTC
Package: wicd-gtk-1.7.0-8.fc15
Architecture: i686
OS Release: Fedora release 15 (Lovelock)

Comment
-----
Al intentar ejecutar la aplicación muestra un mensaje de error y no llega a mostrarse.

Comment 2 David Cantrell 2011-08-19 19:23:03 UTC
This one is handled by catching D-Bus connection failures and exiting the client on failure there.  The patch for bug #713109 is in wicd-1.7.0-9.fc15 available in the F-15 updates.

*** This bug has been marked as a duplicate of bug 713109 ***