Any way to fix GLX + qt?

Since the recent update to 20.03, it seems that all Qt-programs using GLX are broken and segfault, e.g. openscad:

$ openscad
...
qt.glx: qglx_findConfig: Failed to finding matching FBConfig (1 1 1 0)
qt.glx: qglx_findConfig: Failed to finding matching FBConfig (1 1 1 0)
Could not initialize GLX
Aborted (core dumped)

Is there any workaround?

1 Like

I just ran into this one myself, and it breaks digikam. I’ll let you know if I figure anything out.

Ah, I fixed it by getting Digikam specifically from 20.03. openscad also worked for me. Are you installing openscad from the 19.09 repository?

I think this is related to the glibc upgrade that happened from 19.09 to 20.03.

export QT_XCB_GL_INTEGRATION=none; $command &