https://bugs.kde.org/show_bug.cgi?id=435113

Chris <ch...@loggytronic.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |ch...@loggytronic.com

--- Comment #85 from Chris <ch...@loggytronic.com> ---
I have done a bit of investigating and found a problem with kcminit, but be
warned - this could be a total red herring!

Upgrading from Kubuntu 21.10 to 22.04 brought this(?) bug to me. "udevadm
trigger -s input" does immediately break the settings.

Previously on 21.10 I used kcminit mouse in a script to switch mouse buttons,
that no longer works. Running the following:

QT_LOGGING_RULES="*.debug=true" kcminit kcm_mouse

has a message about not finding a shared library. I compared this with a 21.10
installation and found the kcm_mouse.so file has moved - symlinking it back
re-enables kcminit behaviour.

ln -s
/usr/lib/x86_64-linux-gnu/qt5/plugins/plasma/kcms/systemsettings/kcm_mouse.so
/usr/lib/x86_64-linux-gnu/qt5/plugins/kcm_mouse.so

(Note also in 21.10 "kcminit mouse" worked, now it is "kcminit kcm_mouse"
only).

Unfortunately "udevadm trigger -s input" still immediately breaks the settings
and they are not automatically fixed (I was hoping fixing kcminit would work),
so there's still something else going on.

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to