|
Work Around
|
To avoid crashes from the compose key/led handling builtin to libX11, disable
it before starting the affected app by setting in it's environment:
_XKB_OPTIONS_ENABLE=1 _XKB_COMP_LED=0
To avoid crashes from direct calls to XKBSetNamedIndicator, start the Xorg
server with the "-kb" option to disable XKB, but then you'll lose a bunch
of keyboard functionality, including support for layouts beyond basic
US/English PC101.
|