Comment 9 for bug 179763

Revision history for this message
Sven Boden (svenboden) wrote : Re: Hardy Alpha2 amd64: User Management does not work

For user management... yes ...

After I do a "sudo apt-get install python2.5-dev" I can enter user management.

"Monitor&Display" is still broken, but there I now get following error:
Original exception was:
Traceback (most recent call last):
  File "/var/lib/python-support/python2.5/displayconfig.py", line 1483, in slotSecondMonitorToggled
    self._syncGUIScreen()
  File "/var/lib/python-support/python2.5/displayconfig.py", line 1182, in _syncGUIScreen
    self.resize_slider.setScreen(self.current_screen)
  File "/usr/share/python-support/kde-guidance/displayconfigwidgets.py", line 46, in setScreen
    self.screensizeslider.setMaxValue(len(screen.getAvailableResolutions())-1)
AttributeError: 'NoneType' object has no attribute 'getAvailableResolutions'
Traceback (most recent call last):
  File "/var/lib/python-support/python2.5/displayconfig.py", line 1720, in <module>
    displayapp = DisplayApp()
  File "/var/lib/python-support/python2.5/displayconfig.py", line 448, in __init__
    self._buildGUI()
  File "/var/lib/python-support/python2.5/displayconfig.py", line 510, in _buildGUI
    self.SizePage = SizeOrientationPage(sopage,self.xsetup,self.compact_mode)
  File "/var/lib/python-support/python2.5/displayconfig.py", line 1140, in __init__
    self._syncGUI()
  File "/var/lib/python-support/python2.5/displayconfig.py", line 1149, in _syncGUI
    self._syncGUIScreen()
  File "/var/lib/python-support/python2.5/displayconfig.py", line 1182, in _syncGUIScreen
    self.resize_slider.setScreen(self.current_screen)
  File "/usr/share/python-support/kde-guidance/displayconfigwidgets.py", line 46, in setScreen
    self.screensizeslider.setMaxValue(len(screen.getAvailableResolutions())-1)
AttributeError: 'NoneType' object has no attribute 'getAvailableResolutions'
Error in sys.excepthook:
Traceback (most recent call last):
  File "/usr/lib/python2.5/site-packages/apport_python_hook.py", line 42, in apport_excepthook
    binary = os.path.realpath(os.path.join(os.getcwdu(), sys.argv[0]))
IndexError: list index out of range

Original exception was:
Traceback (most recent call last):
  File "/var/lib/python-support/python2.5/displayconfig.py", line 1720, in <module>
    displayapp = DisplayApp()
  File "/var/lib/python-support/python2.5/displayconfig.py", line 448, in __init__
    self._buildGUI()
  File "/var/lib/python-support/python2.5/displayconfig.py", line 510, in _buildGUI
    self.SizePage = SizeOrientationPage(sopage,self.xsetup,self.compact_mode)
  File "/var/lib/python-support/python2.5/displayconfig.py", line 1140, in __init__
    self._syncGUI()
  File "/var/lib/python-support/python2.5/displayconfig.py", line 1149, in _syncGUI
    self._syncGUIScreen()
  File "/var/lib/python-support/python2.5/displayconfig.py", line 1182, in _syncGUIScreen
    self.resize_slider.setScreen(self.current_screen)
  File "/usr/share/python-support/kde-guidance/displayconfigwidgets.py", line 46, in setScreen
    self.screensizeslider.setMaxValue(len(screen.getAvailableResolutions())-1)
AttributeError: 'NoneType' object has no attribute 'getAvailableResolutions'