id	summary	reporter	owner	description	type	status	priority	milestone	component	version	severity	resolution	keywords	cc	distribution	status_field
1405	should we catch the KeyError in controlpanel/gui.py?	walter	tomeu	"If there is no xklavier module installed there is a !KeyError in jarabe/controlpanel.py

{{{
        try:
            import xklavier
        except ImportError:
            del self._options['keyboard']
}}}

self._options doesn't always seem to have a 'keyboard' entry.
"	defect	new	Unspecified by Maintainer	Unspecified by Release Team	sugar	0.85.x	Unspecified		controlpanel		Ubuntu	Needinfo
