Comment 3 for bug 996590

Revision history for this message
pawciobiel (pawciobiel) wrote :

Traceback (most recent call last):
  File "./bin/lxkeymap", line 535, in on_click_apply
    self.save_configuration()
  File "./bin/lxkeymap", line 490, in save_configuration
    self.config.set(self.section, 'Layout',(self.country_selected).lower())
AttributeError: 'LxkeymapWindow' object has no attribute 'country_selected'

It looks to me like lxkeymap doesn't select a default country when a new profile is created.
Please see attached patch.