Bug 361277

Summary: "Error loading QML" messages instead of launcher and task manager after recent update.
Product: [KDE Neon] neon Reporter: Tom Sutherland <tsuther>
Component: generalAssignee: Neon Mailing List <neon>
Status: RESOLVED FIXED    
Severity: normal CC: jr, kenny1
Priority: NOR    
Version: unspecified   
Target Milestone: ---   
Platform: Neon   
OS: Linux   
Latest Commit: Version Fixed In:

Description Tom Sutherland 2016-04-01 13:21:05 UTC
Error loading QML file: file:///usr/share/plasma/plasmoids/org.kde.plasma.kickoff/contents/ui/Kickoff.qml:31:1: plugin cannot be loaded for module "org.kde.plasma.private.kicker": Cannot load library /usr/lib/x86_64-linux-gnu/qt5/qml/org/kde/plasma/private/kicker/libkickerplugin.so: (libKF5ActivitiesStats.so.5: cannot open shared object file: No such file or directory)


Error loading QML file: file:///usr/share/plasma/plasmoids/org.kde.plasma.taskmanager/contents/ui/main.qml:26:1: plugin cannot be loaded for module "org.kde.plasma.private.taskmanager": Cannot load library /usr/lib/x86_64-linux-gnu/qt5/qml/org/kde/plasma/private/taskmanager/libtaskmanagerplugin.so: (libKF5ActivitiesStats.so.5: cannot open shared object file: No such file or directory)

Reproducible: Always
Comment 1 Jonathan Riddell 2016-04-01 13:25:19 UTC
libKF5ActivitiesStats.so rebuilding now but the queue is quite long...
Comment 2 Kenny Fairweather 2016-04-01 14:25:39 UTC
> cd /usr/lib/x86_64-linux-gnu
> ln -s libKF5ActivitiesStats.so.5.21.0 libKF5ActivitiesStats.so.5

Looks like the link was changed to libKF5ActivitiesStats.so.1
I added a comment on this here, so apologies for cross-posting: https://bugs.kde.org/show_bug.cgi?id=361222
Comment 3 Jonathan Riddell 2016-04-01 16:38:00 UTC
should be sorted now