Bug 137297 - Crash if enlightenment is installed
Summary: Crash if enlightenment is installed
Keywords:
Status: CLOSED DUPLICATE of bug 124408
Alias: None
Product: Fedora
Classification: Fedora
Component: switchdesk
Version: 2
Hardware: All
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Than Ngo
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2004-10-27 11:10 UTC by Svanur Palsson
Modified: 2007-11-30 22:10 UTC (History)
1 user (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2005-07-19 15:38:10 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)

Description Svanur Palsson 2004-10-27 11:10:31 UTC
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7)
Gecko/20040808 Firefox/0.9.3

Description of problem:
If enlightenment is installed switchdesk-gui wont't run.  There's a
typo in switchdesk.glade line 186 where the widget id is
"enligtenmentRB" (notice the missing 'h') and switchdesk-gui.py is
requesting "enlightenmentRB" resulting in a crash.

Actually there is also a type in line 196 in the signalhandler - also
missing the 'h' where it should be on_enlightenmentRB_clicked but
actually is on_enligtenmentRB_clicked

Version-Release number of selected component (if applicable):
4.0.3-1

How reproducible:
Always

Steps to Reproduce:
1.  Install enlightenment
2.  Run 'switchdesk' with X running
    

Actual Results:  Traceback (most recent call last):
  File "/usr/share/switchdesk/switchdesk-gui.py", line 207, in ?
    dlg = mainDialog().main()
  File "/usr/share/switchdesk/switchdesk-gui.py", line 87, in main
    self.hydrate()
  File "/usr/share/switchdesk/switchdesk-gui.py", line 150, in hydrate
    self.hydrate_wm()
  File "/usr/share/switchdesk/switchdesk-gui.py", line 169, in hydrate_wm
    self.xml.get_widget('enlightenmentRB').show()
AttributeError: 'NoneType' object has no attribute 'show'

Additional info:

Comment 1 Matthew Miller 2005-04-26 16:25:33 UTC
Fedora Core 2 is now maintained by the Fedora Legacy project for
security updates only. If this problem is a security issue, please
reopen and reassign to the Fedora Legacy product. If it is not a
security issue and hasn't been resolved in the current FC3 updates or
in the FC4 test release, reopen and change the version to match.

Comment 2 Than Ngo 2005-07-19 15:38:10 UTC

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


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