https://bugs.kde.org/show_bug.cgi?id=395351
tones...@hotmail.com changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |tones...@hotmail.com --- Comment #21 from tones...@hotmail.com --- I'm seeing this issue with systemsettings version 5.14.3. When I try to bring up the touchpad settings I get the following output: kcm_touchpad: Using KWin+Wayland backend kcm_touchpad: Devices list received successfully from KWin. kcm_touchpad: Touchpad found: "SynPS/2 Synaptics TouchPad" ("event14") qrc:/libinput/main.qml:27:1: "components": no such directory QObject::connect: Cannot connect (null)::changeSignal() to TouchpadConfigLibInput::onChange() This seems to imply a qml issue. line 27 of kcms/touchpad/src/kcm/libinput/main.qml is a comment, however, when looking at kcms/mouse/kcm/libinput/main.qml line 27 attempts to import "components". It looks like it's processing the wrong qml file. -- You are receiving this mail because: You are watching all bug changes.