Move kactivitymanagerd to libexec and remove manual daemon management

Authored by davidedmundson on Oct 1 2018, 12:36 PM.

Description

Move kactivitymanagerd to libexec and remove manual daemon management

Summary:
Since it was made DBus activatable having any other code to start/stop
the daemon doesn't really make any sense. For that reason I've
moved it to libexec.

Also the original code can be more efficient. It creates a whole qapp
instance, checks if we're registered then forks itself to spawn a new
version of the app that then registers otherwise quits.

KDBusService already does all this in a simpler faster non-racey way.

Test Plan:
Installed
Still got kactivitymanagerd

Reviewers: Plasma, mart

Reviewed By: Plasma, mart

Subscribers: plasma-devel

Tags: Plasma

Differential Revision: https://phabricator.kde.org/D15870

Details

Committed
davidedmundsonOct 1 2018, 12:52 PM
Reviewer
Plasma
Differential Revision
D15870: Move kactivitymanagerd to libexec and remove manual daemon management
Parents
R161:e24b9ac74c35: Fix compile
Branches
Unknown
Tags
Unknown