https://bugs.freedesktop.org/show_bug.cgi?id=105909

Peter Hutterer <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected]
         Resolution|---                         |NOTOURBUG
             Status|NEW                         |RESOLVED

--- Comment #1 from Peter Hutterer <[email protected]> ---
libinput list-devices shows you the libinput defaults, the default for the
click methods is marked with *. What does that command show? 

If it's still on button areas, the issue is higher up in the stack. GNOME 3.28
changed the defaults from button areas to clickfinger, so this is likely the
source of the problem. gnome-tweak-tool should let you change, the gsettings
commands are:

To fetch the current value

  gsettings get org.gnome.desktop.peripherals.touchpad click-method 


To see the options available:

  gsettings range org.gnome.desktop.peripherals.touchpad click-method 

To change:

  gsettings set org.gnome.desktop.peripherals.touchpad click-method $OPTION


Closing this bug, please re-open if it turns out to be a libinput bug after
all.

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
wayland-bugs mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/wayland-bugs

Reply via email to