宋文武 <[email protected]> skribis:

> And, I can not type anything in tiled (eg. file save dialog),
> I got:
>
>   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/.
>
> Does every qt5 application have this issue?

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?  :-)

> Here is my new patch:

Thanks, applied with a comment about the license.

Ludo’.

Reply via email to