On Fri, Nov 14, 2014 at 11:10:08PM +0100, Ludovic Courtès wrote: > I tried it, and indeed, I had to run it like this to work around the > problem: > QT_XKB_CONFIG_ROOT=$(guix build xkeyboard-config)/share/X11/xkb tiled > I suspect we should configure Qt with a flag that tells it the default > location of the XKB data. Andreas? :-)
The problem was that our oldish version of libxkbcommon was not enough any more for our new version of qt. So qt used a bundled copy instead, which requires to set QT_XKB_CONFIG_ROOT or to give a correspondong configure flag. I updated libxkbcommon (together with a number of inputs related to xcb) in commit ff53457. Could you check that the problem is solved now? There are a number of optional inputs that we could add to qt; I will try them out. Andreas
