https://bugs.kde.org/show_bug.cgi?id=408310
David Edmundson <k...@davidedmundson.co.uk> changed: What |Removed |Added ---------------------------------------------------------------------------- Latest Commit|https://invent.kde.org/plas |https://invent.kde.org/plas |ma/plasma-workspace/commit/ |ma/plasma-workspace/commit/ |9b9b6e5d9bb7308ea47b99eac40 |2a67a010677323a0ec256951020 |44517a8a80ee4 |7dbd34031b816 --- Comment #20 from David Edmundson <k...@davidedmundson.co.uk> --- Git commit 2a67a010677323a0ec2569510207dbd34031b816 by David Edmundson. Committed on 15/06/2021 at 21:21. Pushed by davidedmundson into branch 'Plasma/5.22'. 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. (cherry picked from commit 9b9b6e5d9bb7308ea47b99eac4044517a8a80ee4) M +4 -1 shell/main.cpp M +3 -0 shell/shellcorona.cpp M +1 -0 shell/shellcorona.h https://invent.kde.org/plasma/plasma-workspace/commit/2a67a010677323a0ec2569510207dbd34031b816 -- You are receiving this mail because: You are watching all bug changes.