You are not logged in.

#1 2026-02-25 14:55:56

tony5429
Member
Registered: 2006-03-28
Posts: 1,025

Fix for KDE Marble Ungraceful Closing

Has anyone else had this issue with KDE Marble? For several months now, whenever I close KDE Marble, I get KDE crash reports. I've seen this on multiple machines, and it hasn't resolved with system updates and restarts. I finally discovered the fix yesterday, if this is helpful for anyone else:

printf '#!/bin/bash\nexport QTWEBENGINE_FORCE_USE_GBM=0\nexec /usr/bin/marble "$@"' > /usr/local/bin/marble
chmod +x /usr/local/bin/marble

Offline

#2 2026-02-25 15:03:54

tony5429
Member
Registered: 2006-03-28
Posts: 1,025

Re: Fix for KDE Marble Ungraceful Closing

Some more details that might be helpful...

This is the terminal crash output I was getting previous to this fix:

Failed to restore OpenGL context after clean-up.

I think this is the relevant bug: https://bugs.kde.org/show_bug.cgi?id=512995

I also tried disabling GPU and Wayland/X11, but neither of these fixes worked...
• QTWEBENGINE_CHROMIUM_FLAGS=--disable-gpu
• QT_QPA_PLATFORM=xcb

Offline

Board footer

Powered by FluxBB