CentOS is a minimal install. The only X11 stuff was installed as dependecies for VirtualBox (eg libX11-1.6.3-2.el7.x86_64,
libX11-common-1.6.3-2.el7.noarch).
Important to note I'm bringing up the gui remotely via XQuartz 2.7.8 on OS X 10.10.3
At first I saw this error:
Code: Select all
xkbcommon: ERROR: failed to add default include path /usr/share/X11/xkb
Qt WARNING: Qt: Failed to create XKB context!
Qt WARNING: 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/ .
Code: Select all
[root@darby ~]# export QT_XKB_CONFIG_ROOT=/usr/share/X11/xkb
[root@darby ~]# VirtualBox
Qt WARNING: QFont::setPointSizeF: Point size <= 0 (-0.750000), must be greater than 0
Qt WARNING: QFont::setPointSizeF: Point size <= 0 (-0.750000), must be greater than 0
Qt WARNING: QFont::setPointSizeF: Point size <= 0 (-0.750000), must be greater than 0
Qt WARNING: QFont::setPointSizeF: Point size <= 0 (-0.750000), must be greater than 0
[ ... ]