https://bugs.kde.org/show_bug.cgi?id=435113
ratijas <m...@ratijas.tk> changed: What |Removed |Added ---------------------------------------------------------------------------- Latest Commit|https://invent.kde.org/plas |https://invent.kde.org/plas |ma/plasma-desktop/commit/0d |ma/plasma-desktop/commit/74 |7eccfbba7c3656487396dd381fc |701a740d8b61af3296417be447a |ee0717bb1ec |e613b0c8f23 --- Comment #91 from ratijas <m...@ratijas.tk> --- Git commit 74701a740d8b61af3296417be447ae613b0c8f23 by ivan tkachenko. Committed on 26/07/2022 at 10:26. Pushed by ratijas into branch 'Plasma/5.25'. Fix mouse settings not being loaded when a mouse is connected Keyboard daemon was calling into the wrong module name. There are only so much kcminit modules, and all of them are required to be named and referenced with a "kcm_" prefix. Postmortem: - Mouse settings' saving and loading worked fine. - Changing settings on the fly worked fine, and if they were not loaded before due to this bug, KCM loaded them and applied, after which mouse worked fine until disconnected. - Starting computer with mouse already connected worked fine. - Plug&Play (i.e. connecting mouse after session has started) was the only thing that was broken, because this reconfiguration failed to launch the proper mouse module. Co-Authored-By: David Edmundson <k...@davidedmundson.co.uk> FIXED-IN: 5.24.7, 5.25.4, 5.26 (cherry picked from commit 0d7eccfbba7c3656487396dd381fcee0717bb1ec) M +1 -1 kcms/keyboard/keyboard_daemon.cpp https://invent.kde.org/plasma/plasma-desktop/commit/74701a740d8b61af3296417be447ae613b0c8f23 -- You are receiving this mail because: You are watching all bug changes.