diff --git a/plugins/platforms/x11/standalone/glxbackend.cpp b/plugins/platforms/x11/standalone/glxbackend.cpp --- a/plugins/platforms/x11/standalone/glxbackend.cpp +++ b/plugins/platforms/x11/standalone/glxbackend.cpp @@ -115,6 +115,8 @@ , haveSwapInterval(false) , m_x11Display(display) { + // Force initialization of GLX integration in the Qt's xcb backend + QOpenGLContext::supportsThreadedOpenGL(); } static bool gs_tripleBufferUndetected = true;