-
Notifications
You must be signed in to change notification settings - Fork 1.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Flatpak version doesn't launch on Linux Mint #1612
Comments
Of course there is a way to debug it, but I do not know from memory. Ask AI or search the web for how to debug a flatpak with gdb because that is what I would have to do and copy and paste here it for you. |
Followed this documentation: Debugging
|
Thanks, but it is better to have all of the lines after gdb command |
|
From this line in the debug output it looks like this version of Qt fails with the OpenGL on your computer
|
Here's my version: |
@ddennedy After some more application usage I noticed this is a global issue with my system when it comes to flatpaks. For some reason some flatpaks would not run on my system when they run perfectly fine on a VM with the same version of Mint. Here is the error from Gwenview: 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 |
Flatpak Shotcut won't open when launching it on Linux Mint, surprisingly the
.deb
andAppImage
version do work.When trying to run the flatpak in terminal:
Shotcut Version: 24.11.17 Flatpak
OS: Linux Mint 22 (Cinnamon)
The text was updated successfully, but these errors were encountered: