Hi, i am using Qt 5.6 LTS and starting with plasma 5.8.7 taskmanager does not start Error while loading QML File : file:///usr/share/plasma/plasmoids/org.kde.plasma.taskmanager/contents/ui/main.qml:168:9: Cannot assign to non-existent property "enabled" seems that the culprit commit is 76034a4cd
The "enabled" property on Connections is new in Qt 5.7
That's pretty major. Thanks. I'm reverting that commit and we'll do a respin 5.8.7.1 once I've tested. I've also emailed the kde distros list directly about this.
Nicolas, can you test this attached patch please to verify.
Git commit 89a08418b3e8815a6eb610067f521cee6218b8b0 by David Edmundson. Committed on 29/05/2017 at 10:45. Pushed by davidedmundson into branch 'Plasma/5.8'. Remove implicit use of QtQml in Qt 5.7 Summary: The Plasma 5.8 branch should work with Qt 5.6. This means we don't have the Connections enabled property available. This moves the enabling logic into the handler. Test Plan: Ran Plasma 5.7 Grouped some things Created a popup Moved mouse to another task Seemed normal Reviewers: #plasma Subscribers: plasma-devel Tags: #plasma Differential Revision: https://phabricator.kde.org/D6007 M +3 -2 applets/taskmanager/package/contents/ui/main.qml https://commits.kde.org/plasma-desktop/89a08418b3e8815a6eb610067f521cee6218b8b0