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

Init ShellCorona after KDBusService

ShellCorona is created before KDBusService which registers the name.
This causes a problem as we register global shortcuts before plasmashell
--replace has kiled the old application, which in turn deregisters
everything.

We want everything before KDBusService to be as light as possible.

Moving ShellCorona construction is not trivial as some argument parsing
uses that.

BUG: 408310


(cherry picked from commit 9b9b6e5d)
parent 9d2051b0
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