https://bugs.kde.org/show_bug.cgi?id=384481
Antonio Rojas <aro...@archlinux.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED Status|UNCONFIRMED |RESOLVED Latest Commit|https://commits.kde.org/pla |https://commits.kde.org/pla |sma-integration/1781d60b230 |sma-integration/059369d6b6a |c32977c078e2943d94c506d7ee6 |9a99538c175a3c53058cbb54e8a |45 |bc --- Comment #5 from Antonio Rojas <aro...@archlinux.org> --- Git commit 059369d6b6a9a99538c175a3c53058cbb54e8abc by Antonio Rojas. Committed on 25/09/2017 at 18:27. Pushed by arojas into branch 'Plasma/5.11'. Use QQuickStyle to set the QQC2 style Use QQuickStyle::setStyle instead of an environment variable to set the QQC2 desktop style. This prevent the style from being inherited by plasmashell (or krunner) child processes, which makes QGuiApplications crash. The QQC1 style still needs to be set via an environment variable, so we explicitely unset it for non-QApplications to prevent them from crashing. Differential Revision: https://phabricator.kde.org/D7953 M +1 -1 CMakeLists.txt M +1 -0 src/platformtheme/CMakeLists.txt M +10 -5 src/platformtheme/kdeplatformtheme.cpp https://commits.kde.org/plasma-integration/059369d6b6a9a99538c175a3c53058cbb54e8abc -- You are receiving this mail because: You are watching all bug changes.