Bug 372907 - shell plugin org.kde.plasma.desktop can NOT be loaded
Summary: shell plugin org.kde.plasma.desktop can NOT be loaded
Status: RESOLVED INTENTIONAL
Alias: None
Product: plasmashell
Classification: Plasma
Component: general (show other bugs)
Version: 5.8.4
Platform: Other Linux
: NOR normal
Target Milestone: 1.0
Assignee: David Edmundson
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-11-25 05:41 UTC by Leslie Zhai
Modified: 2016-11-28 02:05 UTC (History)
2 users (show)

See Also:
Latest Commit:
Version Fixed In:
Sentry Crash Report:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Leslie Zhai 2016-11-25 05:41:36 UTC
when m_activityController->serviceStatus() != KActivities::Controller::Running kactivities is *NOT* running, then default shell plugin can *NOT* be loaded, the total DesktopView and PanelView is blank!

PS: /usr/bin/plasmashell --help segfault!

workaround just comment the check for kactivities's serviceStatus.
Comment 1 David Edmundson 2016-11-27 20:31:15 UTC
Kactivities was made mandatory in the last release. 

Partly to resolve a bug that KActivities has two different enum statuses for loading, but not differentiating status between loading and failed to load.

Why is it not running? A Netrunner thing?
Comment 2 Leslie Zhai 2016-11-28 02:05:13 UTC
> Kactivities was made mandatory in the last release. 
Why is it not running?

I will check it out, thanks for your reply ;-)