https://bugs.kde.org/show_bug.cgi?id=408310
David Edmundson <k...@davidedmundson.co.uk> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |k...@davidedmundson.co.uk --- Comment #15 from David Edmundson <k...@davidedmundson.co.uk> --- This was an amazingly useful bug report. With knowing it's cased by --replace, the bug is super obvious. I'd wasted ages on the previous report and got nowhere. ShellCorona ctor runs before the service is registered. For --replace that means it's run before the old one quits. kglobalaccel understandably gets confused. Fortunately this means no regular user will ever hit this and as such isn't a huge priority. For crashes the order is as-expected In any case I'll move these methods into some sort of ShellCorona::init() and call that after the KDbusService line. -- You are receiving this mail because: You are watching all bug changes.