https://bugs.kde.org/show_bug.cgi?id=376199

            Bug ID: 376199
           Summary: task manager and digital clock plasmoids do not work
                    with Qt5.6 because of missing QtQuick2.7 dependency
           Product: plasmashell
           Version: 5.9.0
          Platform: Gentoo Packages
                OS: Linux
            Status: UNCONFIRMED
          Severity: normal
          Priority: NOR
         Component: Task Manager
          Assignee: h...@kde.org
          Reporter: dev.rindeal+bugs.kde....@gmail.com
                CC: plasma-b...@kde.org
  Target Milestone: 1.0

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.


Commits that introduced QtQuick 2.7:

for digital clock:
https://github.com/KDE/plasma-workspace/commit/1d362c4ae2e264a80c002ab6718c1b1d9437c20c

for task manager:
https://github.com/KDE/plasma-desktop/commit/4f9198fc5f21334b989575c3d9891254d0b1e185


Btw is the minimal Qt version still 5.5 as noted here -
https://community.kde.org/Guidelines_and_HOWTOs/Build_from_source/OwnQt5#Use_Qt5_Distribution_Packages?

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to