Comment 5 for bug 82723

Revision history for this message
Guillaume Martres (smarter) wrote :

>The last one I'm not sure on right now. Can you check if it happens with a
>us_en locale?
17:20 smarter@ubuntu ~% LANG=en_US.UTF-8 LANGUAGE=en_US wineconfig
regedit: Can't export. Registry key 'HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\ThemeManager' does not exist!
Success

Traceback (most recent call last):
  File "/usr/bin/wineconfig", line 3541, in <module>
    wineconfigapp = WineConfigApp()
  File "/usr/bin/wineconfig", line 118, in __init__
    self._buildGUI()
  File "/usr/bin/wineconfig", line 211, in _buildGUI
    self.appearancepage = AppearancePage(appearance1page)
  File "/usr/bin/wineconfig", line 1806, in __init__
    self.reset()
  File "/usr/bin/wineconfig", line 1920, in reset
    self.__selectColorScheme(i)
  File "/usr/bin/wineconfig", line 2231, in __selectColorScheme
    self.__selectItem(unicode(i18n("Desktop")))
  File "/usr/bin/wineconfig", line 2411, in __selectItem
    self.customizableitems[item][0][key][0])
KeyError: u'Bureau'
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.normpath(os.path.join(os.getcwdu(), sys.argv[0]))
IndexError: list index out of range

Original exception was:
Traceback (most recent call last):
  File "/usr/bin/wineconfig", line 3541, in <module>
    wineconfigapp = WineConfigApp()
  File "/usr/bin/wineconfig", line 118, in __init__
    self._buildGUI()
  File "/usr/bin/wineconfig", line 211, in _buildGUI
    self.appearancepage = AppearancePage(appearance1page)
  File "/usr/bin/wineconfig", line 1806, in __init__
    self.reset()
  File "/usr/bin/wineconfig", line 1920, in reset
    self.__selectColorScheme(i)
  File "/usr/bin/wineconfig", line 2231, in __selectColorScheme
    self.__selectItem(unicode(i18n("Desktop")))
  File "/usr/bin/wineconfig", line 2411, in __selectItem
    self.customizableitems[item][0][key][0])
KeyError: u'Bureau'

Anyway the "Windows Application" module of kde-systemsettings now works.