Comment 2 for bug 1014049

Revision history for this message
michelf41 (michel-franckart) wrote :

"lxkeymap --autostart" crahes with this report:

/usr/share/themes/Lubuntu-default/gtk-2.0/panel.rc:65: error: unexpected identifier `textstyle', expected character `}'
Sections: ['Global']
Layouts: ['be']
Variants: []
Options: ['terminate:ctrl_alt_bksp']
Traceback (most recent call last):
  File "/usr/bin/lxkeymap", line 621, in <module>
    (options, args) = parser.parse_args()
  File "/usr/lib/python2.7/optparse.py", line 1399, in parse_args
    stop = self._process_args(largs, rargs, values)
  File "/usr/lib/python2.7/optparse.py", line 1439, in _process_args
    self._process_long_opt(rargs, values)
  File "/usr/lib/python2.7/optparse.py", line 1514, in _process_long_opt
    option.process(opt, value, values, self)
  File "/usr/lib/python2.7/optparse.py", line 788, in process
    self.action, self.dest, opt, value, values, parser)
  File "/usr/lib/python2.7/optparse.py", line 808, in take_action
    self.callback(self, opt, value, parser, *args, **kwargs)
  File "/usr/bin/lxkeymap", line 611, in autostart
    LxkeymapWindow.loadFromConfig()
TypeError: unbound method loadFromConfig() must be called with LxkeymapWindow instance as first argument (got nothing instead)

I managed to get the keyboard I wanted using a roundabout but the bug is still there.
Best regards

Michel