https://bugs.kde.org/show_bug.cgi?id=492300
David Edmundson <k...@davidedmundson.co.uk> changed: What |Removed |Added ---------------------------------------------------------------------------- Latest Commit| |https://invent.kde.org/fram | |eworks/kdbusaddons/-/commit | |/7431ea1f8a5f08d412e447a3dd | |d3d668a7c1ca28 Resolution|DOWNSTREAM |FIXED --- Comment #11 from David Edmundson <k...@davidedmundson.co.uk> --- Git commit 7431ea1f8a5f08d412e447a3ddd3d668a7c1ca28 by David Edmundson. Committed on 19/09/2024 at 13:28. Pushed by cullmann into branch 'master'. kdbusservice: Don't unregister service name slightly before exit The DBus service name will be revoked when the application closes automatically by the daemon. Doing so early just means that the original service has not fully cleaned up yet. When using "plasmashell --replace" it means the new instance launches slightly before the old one has fully quit saving files and before it the old instance unregisters it's own keyboard shortcuts, which breaks the new one. M +0 -6 src/kdbusservice.cpp M +2 -7 src/kdbusservice.h https://invent.kde.org/frameworks/kdbusaddons/-/commit/7431ea1f8a5f08d412e447a3ddd3d668a7c1ca28 -- You are receiving this mail because: You are watching all bug changes.