Skip to content
Commit a8299642 authored by David Edmundson's avatar David Edmundson
Browse files

Block calls to org.kde.KSplash till it is registered

Summary:
A recent update to startup made it too fast and hit a race with ksplash.

We expose that we could send that kinit and ksmserver were ready before
ksplash registered the service name.

We have an existing mechanism to make DBus server queue up messages if a
service is not registered yet without actually activating it. So we can
re-use that.

Long term we need to rethink ksplash completely.

Test Plan:
Confirmed issue with extra debug
Logged in and the issue was gone

Reviewers: #plasma

Subscribers: plasma-devel

Tags: #plasma

Differential Revision: https://phabricator.kde.org/D27702
parent 22a99ad1
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment