https://bugs.kde.org/show_bug.cgi?id=431592
--- Comment #2 from Silvan Calarco <silvan.cala...@mambasoft.it> --- I'm using the default Breeze color scheme but also setting other schemes does not help. Looking at the code below from src/libkirigami/basictheme.cpp I wonder what causes the crash in the last line, maybe some component is missing from installation but can't find a solution so far. //NOTE: for now is important this import stays at 2.0 c.setData(R"( import QtQuick 2.6 import org.kde.kirigami 2.0 as Kirigami QtObject { property QtObject theme: Kirigami.Theme } )", QUrl(QStringLiteral("basictheme.cpp"))); QObject *obj = c.create(); m_declarativeBasicTheme = obj->property("theme").value<QObject *>(); -- You are receiving this mail because: You are watching all bug changes.