Note: This bug is displayed in read-only format because the product is no longer active in Red Hat Bugzilla.

Bug 102648

Summary: traceback, KeyError: DEVICE
Product: [Retired] Red Hat Linux Beta Reporter: Michael Schwendt <bugs.michael>
Component: redhat-config-mouseAssignee: Brent Fox <bfox>
Status: CLOSED DUPLICATE QA Contact: Ben Levenson <benl>
Severity: high Docs Contact:
Priority: medium    
Version: beta1   
Target Milestone: ---   
Target Release: ---   
Hardware: i386   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2006-02-21 18:58:08 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:
Bug Depends On:    
Bug Blocks: 100643    

Description Michael Schwendt 2003-08-19 13:29:14 UTC
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.2.1) Gecko/20030225

Description of problem:
When after the symptoms described in bug 102647 I switch to virtual console and
run mouseconfig, then exit with "OK", I get this Python traceback reproducibly:

  File "/usr/share/redhat-config-mouse/redhat-config-mouse.py", line 59, in ?
    useTextMode()
  File "/usr/share/redhat-config-mouse/redhat-config-mouse.py", line 23, in
useTextMode
    app = mouse_tui.childWindow()
  File "/usr/share/redhat-config-mouse/mouse_tui.py", line 157, in __init__
    rc = MouseDeviceWindow()(screen, mouse)
  File "/usr/share/redhat-config-mouse/mouse_tui.py", line 52, in __call__
    if choices[choice] == mouse.info["DEVICE"][5:]:
KeyError: DEVICE

[...]

I get the same when I 

  # rm -f /etc/sysconfig/mouse
  # mouseconfig

then select my "Generic - 3 Button Mouse (serial)" on /dev/tty1 and confirm with
"OK".

Comment 1 Brent Fox 2003-10-22 18:17:00 UTC

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

Comment 2 Red Hat Bugzilla 2006-02-21 18:58:08 UTC
Changed to 'CLOSED' state since 'RESOLVED' has been deprecated.