Bug 502305 - keyboard.py error hidden by blank except causes bad handling of Sun keyboards
Summary: keyboard.py error hidden by blank except causes bad handling of Sun keyboards
Keywords:
Status: CLOSED RAWHIDE
Alias: None
Product: Fedora
Classification: Fedora
Component: rhpl
Version: 10
Hardware: All
OS: Linux
low
medium
Target Milestone: ---
Assignee: Anaconda Maintenance Team
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2009-05-23 12:12 UTC by Mads Kiilerich
Modified: 2009-06-01 21:00 UTC (History)
1 user (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2009-06-01 21:00:48 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)

Description Mads Kiilerich 2009-05-23 12:12:42 UTC
Description of problem:

Coding error in /usr/lib/python2.6/site-packages/rhpl/keyboard.py is eaten by blank except clause.

kb = dbus.Interface(bus.get_object("org.freedesktop.Hal", kbs[0], 'org.freedesktop.Hal.Device'))
should be
kb = dbus.Interface(bus.get_object("org.freedesktop.Hal", kbs[0]), 'org.freedesktop.Hal.Device')

The consequence is that Sun keyboards doesn't work as intended.


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

f10 rhpl-0.218-1.i386

I just noticed that the problem is solved in rawhide, so this might be a won't fix for f10 ...

Comment 1 Chris Lumens 2009-06-01 21:00:48 UTC
We generally don't release updates of packages like rhpl since it's so tied in with anaconda and therefore doesn't really benefit from doing updates.  I suppose we could if the problem is serious enough.


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