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

tamius....@gmail.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         Resolution|WAITINGFORINFO              |---
             Status|NEEDSINFO                   |REPORTED

--- Comment #5 from tamius....@gmail.com ---
> I assume this under X11

This is correct.

> Do you know if you are using libinput ?
> I think you are not, because the Xlib code handles only one touchpad which is 
> unfortunate...

I'm 95% sure I do use libinput. In theory, xorg.conf files specify that
touchpads should be using libinput. There's two such config files that I have
on my system (that I know of): `/etc/X11/xorg.conf.d/30-touchpad.conf` and
`/usr/share/X11/xorg.conf.d/40-libinput.conf`.

40-libinput.conf contains:
```
[...]
Section "InputClass"
        Identifier "libinput touchpad catchall"
        MatchIsTouchpad "on"
        MatchDevicePath "/dev/input/event*"
        Driver "libinput"
EndSection
[...]
```
(Other classes of devices — including tablet, touchscreen and pointer — are
also set to use libinput).

30-touchpad.conf contains:
```
Section "InputClass"
        Identifier "libinput touchpad catchall"
        MatchIsTouchpad "on"
        MatchDevicePath "/dev/input/event*"
        Driver "libinput"
        Option "Tapping" "on"
        Option "TappingButtonMap" "lrm"
EndSection
```
(This is the entire file)

> Could you run `kcmshell5 touchpad` or `kcmshell touchpad` (whichever is 
> present and your system) and report the output here to make sure ?

Yes. I get this:

```
Couldn't load plugin: "The shared library was not found."
kcm_touchpad: Using X11 backend
qml: Touchpad configuration of device '1 : ETPS/2 Elantech Touchpad' opened
```

The output doesn't get any more verbose than that, and `kcmshell --help[-all]`
doesn't list any options to convince it to print more.

The window still opens normally and all options, in general, work (as in: I can
click things).

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

Reply via email to