This file contains notes on launching EPPIC:

1. in case of the following complaint and lack of keyboard input in Linux:
xkbcommon: ERROR: failed to add default include path auto
Qt: Failed to create XKB context!
Use QT_XKB_CONFIG_ROOT environmental variable to provide an additional search path, add ':' as separator to provide several search paths and/or make sure that XKB configuration data directory contains recent enough contents, to update please see http://cgit.freedesktop.org/xkeyboard-config/ .

please set the following environment variable using the way that suits your shell:

tcsh:
   setenv QT_XKB_CONFIG_ROOT /usr/share/X11/xkb

bash:
   export QT_XKB_CONFIG_ROOT=/usr/share/X11/xkb
