Skip to content
Verified Commit 0d7eccfb authored by ivan tkachenko's avatar ivan tkachenko 🗯
Browse files

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: default avatarDavid Edmundson <kde@davidedmundson.co.uk>
BUG: 435113
FIXED-IN: 5.24.7, 5.25.4, 5.26
parent 6679a8c8
Pipeline #209313 passed with stage
in 5 minutes and 50 seconds
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment