Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 296272 Details for
Bug 435381
rhpxl fails on HP ilo2 based systems with: TypeError: Expected a string
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
[patch]
patch to replace missing quotes in get_option assignments
rhxpl-ilomouse-option-type.patch (text/plain), 1.07 KB, created by
Doug Chapman
on 2008-02-28 22:04:08 UTC
(
hide
)
Description:
patch to replace missing quotes in get_option assignments
Filename:
MIME Type:
Creator:
Doug Chapman
Created:
2008-02-28 22:04:08 UTC
Size:
1.07 KB
patch
obsolete
>diff -up rhpxl-0.41.1/rhpxl/xhwstate.py.broken rhpxl-0.41.1/rhpxl/xhwstate.py >--- rhpxl-0.41.1/rhpxl/xhwstate.py.broken 2008-02-28 15:20:27.000000000 -0500 >+++ rhpxl-0.41.1/rhpxl/xhwstate.py 2008-02-28 15:22:42.000000000 -0500 >@@ -746,10 +746,10 @@ class XF86HardwareState: > ilomouse_conf.identifier = "ilomouse" > ilomouse_conf.driver = "evdev" > get_option(ilomouse_conf, "Device").val = "/dev/input/hp_ilo_mouse" >- get_option(ilomouse_conf, "MinX").val = 0 >- get_option(ilomouse_conf, "MinY").val = 0 >- get_option(ilomouse_conf, "MaxX").val = 3000 >- get_option(ilomouse_conf, "MaxY").val = 3000 >+ get_option(ilomouse_conf, "MinX").val = "0" >+ get_option(ilomouse_conf, "MinY").val = "0" >+ get_option(ilomouse_conf, "MaxX").val = "3000" >+ get_option(ilomouse_conf, "MaxY").val = "3000" > get_option(ilomouse_conf, "SendCoreEvents").val = "True" > inputs = xconfig.layout[0].inputs > ilomouse_ref = xf86config.XF86ConfInputref("ilomouse", "")
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 435381
: 296272 |
296290