https://bugs.kde.org/show_bug.cgi?id=499583
Nicolas Fella <nicolas.fe...@gmx.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Latest Commit| |https://invent.kde.org/fram | |eworks/kxmlgui/-/commit/298 | |03f0a2cb37f12778b39f345eb3c | |6e7a4bf7d0 Resolution|--- |FIXED Status|REPORTED |RESOLVED --- Comment #4 from Nicolas Fella <nicolas.fe...@gmx.de> --- Git commit 29803f0a2cb37f12778b39f345eb3c6e7a4bf7d0 by Nicolas Fella, on behalf of Christoph Cullmann. Committed on 07/02/2025 at 13:16. Pushed by nicolasfella into branch 'master'. Instantiate accelerator checking only on KMainWindow creation Currently this is done as a startup function on library load, meaning it is active for everything that loads the KXmlGui library, even when indirectly via the plasma-integration plugin. We have some code that tries to prevent this, but that doesn't seem to work reliably (anymore). M +24 -79 src/kcheckaccelerators.cpp M +3 -0 src/kcheckaccelerators.h M +4 -0 src/kmainwindow.cpp https://invent.kde.org/frameworks/kxmlgui/-/commit/29803f0a2cb37f12778b39f345eb3c6e7a4bf7d0 -- You are receiving this mail because: You are watching all bug changes.