Warnings running demos

Here is an example of the kind of warnings I get when running the hellomotif demo. How can I prevent this warning?

Warning: translation table syntax error: Unknown keysym name: osfActivate
Warning: ... found while parsing ':osfActivate: ManagerParentActivate()'


Joe Santmyer

Joe Santmyer's picture

I found the following answer

I found the following answer on the ubuntu forum.

export XKEYSYMDB=/usr/share/X11/XKeysymDB

This solved the problem.