system-config-display errors

Tomo Vuckovic tomo.vuckovic at nis.yu
Wed Oct 12 15:06:14 UTC 2005


Brian Millett wrote:
> Hi, I'm running rawhide, updated as of 2005-10-12.
>
> when I try to run system-config-display I get the following:
>
> [bpm]$ system-config-display
> /usr/share/system-config-display/xconf.py:32: DeprecationWarning:
> rhpl.monitor is deprecated; import rhpxl.monitor instead.
>   import rhpl.monitor
> Traceback (most recent call last):
>   File "/usr/share/system-config-display/xconf.py", line 32, in ?
>     import rhpl.monitor
>   File "/usr/lib/python2.4/site-packages/rhpl/monitor.py", line 6, in ?
>     from rhpxl.monitor import *
>   File "/usr/lib/python2.4/site-packages/rhpxl/monitor.py", line 427,
> in ?
>     read_modes("vesamodes")
>   File "/usr/lib/python2.4/site-packages/rhpxl/monitor.py", line 404, in
> read_modes
>     fd = open("/usr/share/rhpl/" + filename, 'r')
> IOError: [Errno 2] No such file or directory:
> '/usr/share/rhpl/vesamodes'
>
> Filed as:
> https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=170508
> --
> Brian Millett - [ Harriman Gray and Col. Ari Ben Zayn, "Eyes"]
> "When do we begin?"
> 'As always, Mr. Gray, when the time is right...'
>
>
>   
change line :

fd = open("/usr/share/rhpl/" + filename, 'r')

to :

fd = open("/usr/share/rhpxl/" + filename, 'r')




-------------- next part --------------
A non-text attachment was scrubbed...
Name: tomo.vuckovic.vcf
Type: text/x-vcard
Size: 437 bytes
Desc: not available
URL: <http://listman.redhat.com/archives/fedora-devel-list/attachments/20051012/fa0f5f9b/attachment.vcf>


More information about the fedora-devel-list mailing list