Skip to content

Init ShellCorona after KDBusService

David Edmundson requested to merge work/mybranch into master

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

Merge request reports