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.