Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 608342 - >=kde-plasma/plasma-desktop-5.9 and kde-plasma/plasma-workspace-5.9 now rdepend on dev-qt/qtdeclarative:5.7
Summary: >=kde-plasma/plasma-desktop-5.9 and kde-plasma/plasma-workspace-5.9 now rdepe...
Status: RESOLVED UPSTREAM
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Gentoo KDE team
URL: https://bugs.kde.org/show_bug.cgi?id=...
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-02-05 15:56 UTC by .
Modified: 2017-02-11 21:53 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description . 2017-02-05 15:56:58 UTC
After I upgraded KDE Plasma from 5.8.x to 5.9.0, I quickly noticed that the digital clock and taskbar plasmoids stopped working. Hovering over them told me that QtQuick 2.7 is missing. So I grepped over all plasmoids and it revealed that these files:

    /usr/share/plasma/plasmoids/org.kde.plasma.digitalclock/contents/ui/DigitalClock.qml
    /usr/share/plasma/plasmoids/org.kde.plasma.taskmanager/contents/ui/ToolTipInstance.qml
    /usr/share/plasma/plasmoids/org.kde.plasma.taskmanager/contents/ui/ToolTipDelegate.qml

contain line:

    import QtQuick 2.7

So I used in-place sed to change it to:

    import QtQuick 2.6

and it started working again.

I guess that to support both Qt5.6 and 5.7, the QtQuick version specifier should go away completely.
Comment 1 Andreas Sturmlechner gentoo-dev 2017-02-05 16:01:40 UTC
Plasma-5.9 depends on >=Qt-5.7.1 since commit 	d41718e304c13f90aafa5f58dd3d6aa3d00046b7, it's not just a runtime issue, see also bug 605646.
Comment 2 . 2017-02-08 20:16:21 UTC
I've filed an upstream bug - https://bugs.kde.org/show_bug.cgi?id=376199
Comment 3 . 2017-02-11 21:53:09 UTC
fixed upstream https://bugs.kde.org/show_bug.cgi?id=376199