Bug 176770

Summary: Compile warnings when system-config-display is started up
Product: [Fedora] Fedora Reporter: Reuben Farrelly <reuben-redhatbugzilla>
Component: system-config-displayAssignee: Søren Sandmann Pedersen <sandmann>
Status: CLOSED RAWHIDE QA Contact:
Severity: low Docs Contact:
Priority: medium    
Version: rawhideCC: kem
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2006-01-19 09:49:39 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:

Description Reuben Farrelly 2006-01-02 08:11:22 UTC
If system-config-display is started from a terminal window, these warnings are
displayed:

[root@typhoon ~]# system-config-display
/usr/share/system-config-display/xconf.py:32: DeprecationWarning: rhpl.monitor
is deprecated; import rhpxl.monitor instead.
  import rhpl.monitor
/usr/share/system-config-display/xconf.py:33: DeprecationWarning: rhpl.videocard
is deprecated; import rhpxl.videocard instead.
  import rhpl.videocard
/usr/share/system-config-display/xconf.py:35: DeprecationWarning: rhpl.mouse is
deprecated; import rhpxl.mouse instead.
  import rhpl.mouse
/usr/share/system-config-display/xconf.py:37: DeprecationWarning: rhpl.xhwstate
is deprecated; import rhpxl.xhwstate instead.
  from rhpl.xhwstate import *

I suspect the repair is trivial, but these should really be cleaned up before
FC5 release.............

This is with a Rawhide tree as of 02 Jan 06.

Comment 1 petrosyan 2006-01-17 04:52:11 UTC
this bug has been fixed in system-config-display-1.0.35-1

Comment 2 Reuben Farrelly 2006-01-19 09:49:39 UTC
Yep all seems to be OK now.  Thanks :)