Summary: | Plasma 5.8.7 does not start correctly using Qt 5.6 | ||
---|---|---|---|
Product: | [Plasma] plasmashell | Reporter: | Nicolas L. <kde> |
Component: | Task Manager and Icons-Only Task Manager widgets | Assignee: | Eike Hein <hein> |
Status: | RESOLVED FIXED | ||
Severity: | major | CC: | fabian, kde, kde, plasma-bugs |
Priority: | NOR | ||
Version: | 5.8.7 | ||
Target Milestone: | 1.0 | ||
Platform: | Other | ||
OS: | Linux | ||
Latest Commit: | https://commits.kde.org/plasma-desktop/89a08418b3e8815a6eb610067f521cee6218b8b0 | Version Fixed In: | |
Sentry Crash Report: |
Description
Nicolas L.
2017-05-26 21:45:06 UTC
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 |