Opened 15 years ago

Last modified 11 years ago

#1405 closed defect

should we catch the KeyError in controlpanel/gui.py? — at Initial Version

Reported by: walter Owned by: tomeu
Priority: Unspecified by Maintainer Milestone: Unspecified
Component: Sugar Version: 0.85.x
Severity: Unspecified Keywords: controlpanel
Cc: Distribution/OS: Ubuntu
Bug Status: Needinfo

Description

If there is no xklavier module installed there is a KeyError in jabare/controlpanel.py

try:

import xklavier

except ImportError:

del self._optionskeyboard?

self._options doesn't always seem to have a 'keyboard' entry.

Change History (0)

Note: See TracTickets for help on using tickets.