https://bugs.kde.org/show_bug.cgi?id=381999
Kevin Funk <kf...@kde.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution|--- |FIXED Version Fixed In| |5.1.2 Latest Commit| |https://commits.kde.org/kde | |vplatform/28e3b28829e192efd | |4cf39d460c7fed5f28df7ec --- Comment #8 from Kevin Funk <kf...@kde.org> --- Git commit 28e3b28829e192efd4cf39d460c7fed5f28df7ec by Kevin Funk. Committed on 05/07/2017 at 22:57. Pushed by kfunk into branch '5.1'. WelcomePage: Don't load QML in some scenarios There are a couple of distros which still provide x86 binaries with SSE2 support disabled to support older architectures. Let's not render KDevelop useless on these platforms, this is easy enough to play along with. If one attempts to load QML on a processor without SSE2 support, the Qt V8 engine by defaults just aborts the program. Mitigate this by just not loading any QML in case the processor has no SSE2 support. FIXED-IN: 5.1.2 Ref T6462 M +22 -2 plugins/welcomepage/welcomepageplugin.cpp https://commits.kde.org/kdevplatform/28e3b28829e192efd4cf39d460c7fed5f28df7ec -- You are receiving this mail because: You are watching all bug changes.