Bug 611104 - [abrt] crash in wicd-gtk-1.7.0-1.fc13: gui.py:154:__init__:AttributeError: 'NoneType' object has no attribute 'ReadWindowSize'
Summary: [abrt] crash in wicd-gtk-1.7.0-1.fc13: gui.py:154:__init__:AttributeError: 'N...
Keywords:
Status: CLOSED NOTABUG
Alias: None
Product: Fedora
Classification: Fedora
Component: wicd
Version: 13
Hardware: i686
OS: Linux
low
medium
Target Milestone: ---
Assignee: David Cantrell
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard: abrt_hash:7cc26af9
: 607702 607865 (view as bug list)
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2010-07-03 17:30 UTC by Vinayak Kumbhakern
Modified: 2010-08-20 01:37 UTC (History)
5 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
: 713109 (view as bug list)
Environment:
Last Closed: 2010-07-15 13:50:20 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)
File: backtrace (730 bytes, text/plain)
2010-07-03 17:30 UTC, Vinayak Kumbhakern
no flags Details

Description Vinayak Kumbhakern 2010-07-03 17:30:42 UTC
abrt 1.1.1 detected a crash.

architecture: i686
cmdline: /usr/bin/python -O /usr/share/wicd/gtk/wicd-client.py --no-tray
component: wicd
executable: /usr/share/wicd/gtk/wicd-client.py
kernel: 2.6.33.5-124.fc13.i686
package: wicd-gtk-1.7.0-1.fc13
reason: gui.py:154:__init__:AttributeError: 'NoneType' object has no attribute 'ReadWindowSize'
release: Fedora release 13 (Goddard)

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 0x8b37fec>
gladefile: '/usr/share/wicd/gtk/wicd.glade'
standalone: True

Comment 1 Vinayak Kumbhakern 2010-07-03 17:30:45 UTC
Created attachment 429279 [details]
File: backtrace

Comment 2 laurelai 2010-07-09 19:48:16 UTC
Package: wicd-gtk-1.7.0-1.fc13
Architecture: i686
OS Release: Fedora release 13 (Goddard)


How to reproduce
-----
1. installed wicd
2. installed wicd-gtk
3. started wicd

Comment 3 Donald Harper 2010-07-15 03:02:15 UTC
Package: wicd-gtk-1.7.0-1.fc13
Architecture: i686
OS Release: Fedora release 13 (Goddard)


How to reproduce
-----
1. Install Fedora13 from Summit 2010 live USB
2. yum upgrade -y
3. reboot
4. yum install wicd\* -y
5. run wicd-gtk

Comment 4 David Cantrell 2010-07-15 13:50:20 UTC
To use wicd, you need to uninstall or disable NetworkManager.  After installing wicd packages, make sure you do:

    service NetworkManager stop
    chkconfig NetworkManager off
    chkconfig wicd on
    service wicd start

Comment 5 Donald Harper 2010-07-16 02:01:40 UTC
If this is a know issue, why does wicd and NetworkManager have a Conflict line in the SPEC file?

Comment 6 David Cantrell 2010-07-16 18:46:12 UTC
I wanted to add a Conflict line, but the package reviewers disagreed.  Technically, the packages can be installed at the same time, so there's not really a conflict.  You can only run one or the other.

Comment 7 David Cantrell 2010-08-20 01:36:57 UTC
*** Bug 607702 has been marked as a duplicate of this bug. ***

Comment 8 David Cantrell 2010-08-20 01:37:35 UTC
*** Bug 607865 has been marked as a duplicate of this bug. ***


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