(In reply to Wolfgang Bauer from comment #8) > (In reply to Wolfgang Bauer from comment #7) > > > > file:///usr/lib64/qt5/qml/QtQuick/Controls.2/org.kde.desktop/private/ > > > > MobileTextActionsToolBar.qml:60:13: Cannot assign to non-existent property > > > > "icon" > > > > icon.name: "edit-cut" > > > > ^ > > I think the actual problem is that the property group "icon" was added to > AbstractButton in QtQuick.Controls 2.3 i.e. Qt 5.10, but Leap 15.1 ships > with Qt 5.9 that doesn't have it yet... > > As KDE Frameworks require Qt 5.10 as minimum meanwhile, that's something > we'd need to patch in openSUSE. And I see that Antonio actually did it already: https://build.opensuse.org/package/rdiff/home:alarrosa:branches:KF555/qqc2-desktop-style?opackage=qqc2-desktop-style&oproject=KDE%3AFrameworks5&rev=5 So his submit request (https://build.opensuse.org/request/show/677631) should fix it.