I am running a Linux Mint MATE 21.3. I wanted to install Konsole and Kate on it through flatpak as the repo version are too old for me.
But when I install them and run, they simply do not run. When trying to run it through CLI, i get this error
Gtk-Message: 10:24:35.432: Failed to load module "xapp-gtk3-module"
Qt: Session management error: Could not open network socket
qt.glx: qglx_findConfig: Failed to finding matching FBConfig for QSurfaceFormat(version 2.0, options QFlags<QSurfaceFormat::FormatOption>(), depthBufferSize -1, redBufferSize 1, greenBufferSize 1, blueBufferSize 1, alphaBufferSize -1, stencilBufferSize -1, samples -1, swapBehavior QSurfaceFormat::SingleBuffer, swapInterval 1, colorSpace QColorSpace(), profile QSurfaceFormat::NoProfile)
qt.glx: qglx_findConfig: Failed to finding matching FBConfig for QSurfaceFormat(version 2.0, options QFlags<QSurfaceFormat::FormatOption>(), depthBufferSize -1, redBufferSize 1, greenBufferSize 1, blueBufferSize 1, alphaBufferSize -1, stencilBufferSize -1, samples -1, swapBehavior QSurfaceFormat::SingleBuffer, swapInterval 1, colorSpace QColorSpace(), profile QSurfaceFormat::NoProfile)
qt.glx: qglx_findConfig: Failed to finding matching FBConfig for QSurfaceFormat(version 2.0, options QFlags<QSurfaceFormat::FormatOption>(), depthBufferSize -1, redBufferSize 1, greenBufferSize 1, blueBufferSize 1, alphaBufferSize -1, stencilBufferSize -1, samples -1, swapBehavior QSurfaceFormat::SingleBuffer, swapInterval 1, colorSpace QColorSpace(), profile QSurfaceFormat::NoProfile)
Could not initialize GLX
This is an error for Konsole, for Kate i get 0 CLI output. I can install and run other qt apps from flathub. I installed Kalzium and it works, and since to my understanding Kalzium has not transitioned to Qt6, my conclusion in that Qt6 apps do not work for me.
Now, this is most probably problem with my setup as my friend tried on his own Linux Mint 21.3 and it worked. The problem is I do not have an opportunity for a clean reinstall as its my work computer and I do not want to reset my entire setup.
I am running an old nVidia GPU GeForce G210 with a proprietary driver 340.108. Since one of the errors is “Could not initialize GLX” it could be issue with my GPU setup.
I have tried to “flatpak update” but no help. Any ideas?