Comment 16 for bug 91545

Revision history for this message
Sanchola (sanchola) wrote :

I applied the patches and no longer have the power manager crash. However, I can no longer change the display settings in kcmshell Here is the output:

Pythonize constructor -- pid = 9796
Python interpreter initialized!

Pythonize constructor -- pid = 9796
Traceback (most recent call last):
  File "<string>", line 8, in kcontrol_bridge_create_displayconfig
  File "/var/lib/python-support/python2.5/displayconfig.py", line 1698, in create_displayconfig
    return DisplayApp(parent, name)
  File "/var/lib/python-support/python2.5/displayconfig.py", line 441, in __init__
    self.xsetup = XSetup(self.xconfigpath)
  File "/var/lib/python-support/python2.5/displayconfigabstraction.py", line 387, in __init__
    self._finalizeInit()
  File "/var/lib/python-support/python2.5/displayconfigabstraction.py", line 392, in _finalizeInit
    gfxcard._finalizeInit()
  File "/var/lib/python-support/python2.5/displayconfigabstraction.py", line 1103, in _finalizeInit
    screen._finalizeInit()
  File "/var/lib/python-support/python2.5/displayconfigabstraction.py", line 1553, in _finalizeInit
    if self.x_live_screen is not None and self.x_live_screen.resolutionSupportAvailable():
  File "/var/lib/python-support/python2.5/xf86misc.py", line 54, in resolutionSupportAvailable
    return self.screenconfig is not None
AttributeError: 'XF86Screen' object has no attribute 'screenconfig'
Error in sys.excepthook:
Traceback (most recent call last):
  File "/var/lib/python-support/python2.5/apport_python_hook.py", line 44, in apport_excepthook
    binary = os.path.realpath(os.path.join(os.getcwdu(), sys.argv[0]))
AttributeError: 'module' object has no attribute 'argv'

Original exception was:
Traceback (most recent call last):
  File "<string>", line 8, in kcontrol_bridge_create_displayconfig
  File "/var/lib/python-support/python2.5/displayconfig.py", line 1698, in create_displayconfig
    return DisplayApp(parent, name)
  File "/var/lib/python-support/python2.5/displayconfig.py", line 441, in __init__
    self.xsetup = XSetup(self.xconfigpath)
  File "/var/lib/python-support/python2.5/displayconfigabstraction.py", line 387, in __init__
    self._finalizeInit()
  File "/var/lib/python-support/python2.5/displayconfigabstraction.py", line 392, in _finalizeInit
    gfxcard._finalizeInit()
  File "/var/lib/python-support/python2.5/displayconfigabstraction.py", line 1103, in _finalizeInit
    screen._finalizeInit()
  File "/var/lib/python-support/python2.5/displayconfigabstraction.py", line 1553, in _finalizeInit
    if self.x_live_screen is not None and self.x_live_screen.resolutionSupportAvailable():
  File "/var/lib/python-support/python2.5/xf86misc.py", line 54, in resolutionSupportAvailable
    return self.screenconfig is not None
AttributeError: 'XF86Screen' object has no attribute 'screenconfig'
error: *** runFunction failure
;