https://bugs.kde.org/show_bug.cgi?id=398199
Nate Graham <n...@kde.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED Latest Commit| |https://invent.kde.org/fram | |eworks/kdeclarative/commit/ | |090610124d4650150af49a8e30f | |6b77ad9803dfe Status|ASSIGNED |RESOLVED --- Comment #5 from Nate Graham <n...@kde.org> --- Git commit 090610124d4650150af49a8e30f6b77ad9803dfe by Nate Graham, on behalf of Piotr Henryk Dabrowski. Committed on 16/12/2020 at 21:35. Pushed by ngraham into branch 'master'. [KQuickAddons] QtQuickSettings::checkBackend() for fallback to software backend Fixes very annoying crashes of QtQuick KDE applications: ksmserver-logout-greeter, krunner (if not running before), and others occuring when the OpenGL driver stops being available (e.g. on upgrade). This issue often occurs after upgrading graphic drivers, preventing reboot, which in turn is needed for the drivers to work and not cause this crash. No changes are required in the above applications, as they all already use KQuickAddons::QtQuickSettings::init(). Related: bug 422995, bug 421493, bug 375913, bug 366156, bug 346519 M +36 -3 src/quickaddons/qtquicksettings.cpp M +2 -1 src/quickaddons/qtquicksettings.h https://invent.kde.org/frameworks/kdeclarative/commit/090610124d4650150af49a8e30f6b77ad9803dfe -- You are receiving this mail because: You are watching all bug changes.