Comment 4 for bug 1271172

Revision history for this message
dobey (dobey) wrote : Re: click-update-manager fails to run tests against Qt 5.2, use QT_QPA_PLATFORM=minimal

What about the warnings from Qt that occur there now:

QWARN : qmltestrunner::PageUpdate::test_check_children() QFontDatabase: Cannot find font directory '/usr/lib/i386-linux-gnu/fonts' - is Qt installed correctly?
QWARN : qmltestrunner::PageUpdate::test_check_children() QFontDatabase: Cannot find font directory '/usr/lib/i386-linux-gnu/fonts' - is Qt installed correctly?
QWARN : qmltestrunner::PageUpdate::test_check_children() QFontDatabase: Cannot find font directory '/usr/lib/i386-linux-gnu/fonts' - is Qt installed correctly?
QWARN : qmltestrunner::PageUpdate::test_check_children() QFontDatabase: Cannot find font directory '/usr/lib/i386-linux-gnu/fonts' - is Qt installed correctly?
QWARN : qmltestrunner::PageUpdate::test_check_children() QFontDatabase: Cannot find font directory '/usr/lib/i386-linux-gnu/fonts' - is Qt installed correctly?
QWARN : qmltestrunner::PageUpdate::test_check_children() QFontDatabase: Cannot find font directory '/usr/lib/i386-linux-gnu/fonts' - is Qt installed correctly?
QWARN : qmltestrunner::PageUpdate::test_check_children() QFontDatabase: Cannot find font directory '/usr/lib/i386-linux-gnu/fonts' - is Qt installed correctly?
QWARN : qmltestrunner::PageUpdate::test_check_children() QFontDatabase: Cannot find font directory '/usr/lib/i386-linux-gnu/fonts' - is Qt installed correctly?
QWARN : qmltestrunner::PageUpdate::test_check_children() QFontDatabase: Cannot find font directory '/usr/lib/i386-linux-gnu/fonts' - is Qt installed correctly?
QWARN : qmltestrunner::PageUpdate::test_check_children() QFontDatabase: Cannot find font directory '/usr/lib/i386-linux-gnu/fonts' - is Qt installed correctly?
QWARN : qmltestrunner::PageUpdate::test_check_children() QFontDatabase: Cannot find font directory '/usr/lib/i386-linux-gnu/fonts' - is Qt installed correctly?
QWARN : qmltestrunner::PageUpdate::test_check_children() QFontDatabase: Cannot find font directory '/usr/lib/i386-linux-gnu/fonts' - is Qt installed correctly?

What does setting the platform to "minimal" actually do there? Would not adding "-screen 0 640x480x24" to the xvfb-run args list, be a better fix?