Bugzilla – Bug 1221473
Plasma 6 touchpad cannot be disabled
Last modified: 2024-03-19 07:26:02 UTC
In KDE Plasma version 6.0.1, the touchpad is not identified under system settings: "No touchpad found". The touchpad still functions as expected, however, so the touchpad cannot be disabled and stray touches can disrupt typing. This is on a Lenovo T480.
Do you have xf86-input-synaptics installed? If yes, uninstall it, make sure xf86-input-libinput is installed, logout and restart your session
Resolved by removing xf86-input-synaptics.
I presume this is within X11 session. Given https://invent.kde.org/plasma/plasma-desktop/-/coammit/12ac086128c7e7db831f35d53616db0d6823fd90, does it make sense to remove the synaptics touchpad driver automatically (Wayland uses libinput anyway I guess)?
(In reply to Frank Krüger from comment #3) > I presume this is within X11 session. Given > https://invent.kde.org/plasma/plasma-desktop/-/coammit/ > 12ac086128c7e7db831f35d53616db0d6823fd90, does it make sense to remove the > synaptics touchpad driver automatically (Wayland uses libinput anyway I > guess)? Yes, but the issue is that the package was installed by default on previous versions and thus adding a Conflicts: would require user intervention to choose between Plasma 6 and xf86-input-synaptics. That can be confusing andchoosing the wrong option would uninstall Plasma... Adding an obsoletes to just remove it everywhere would not be correct either. Not sure what to do.