** Bug watch added: freedesktop.org Bugzilla #101470 https://bugs.freedesktop.org/show_bug.cgi?id=101470
** Also affects: xserver via https://bugs.freedesktop.org/show_bug.cgi?id=101470 Importance: Unknown Status: Unknown ** Changed in: xserver-xorg-input-synaptics Importance: Undecided => Unknown ** Changed in: xserver-xorg-input-synaptics Status: New => Unknown ** Changed in: xserver-xorg-input-synaptics Remote watch: None => freedesktop.org Bugzilla #101470 ** No longer affects: xserver -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to xserver-xorg-input-synaptics in Ubuntu. https://bugs.launchpad.net/bugs/1672619 Title: "disable touchpad while typing" doesn't work on xps 13 and some other laptop Status in OEM Priority Project: Triaged Status in Xserver Xorg Input Synaptics: Unknown Status in xserver-xorg-input-synaptics package in Ubuntu: New Bug description: It's reported that there are lots of false action of touch pad as using keyboard on xps 13 with the factory image. The factory image is based on xenial. One propose that install xserver-xorg-input-libinput with modification 90-libinput.conf in /usr/share/X11/xorg.conf.d from ... Section "InputClass" Identifier "libinput touchpad catchall" MatchIsTouchpad "on" MatchDevicePath "/dev/input/event*" Driver "libinput" EndSection ... to ... Section "InputClass" Identifier "libinput touchpad catchall" MatchIsTouchpad "on" MatchDevicePath "/dev/input/event*" Driver "libinput" Option "Tapping" "on" Option "PalmDetection" "on" EndSection ... helps a lot. To manage notifications about this bug go to: https://bugs.launchpad.net/oem-priority/+bug/1672619/+subscriptions -- Mailing list: https://launchpad.net/~desktop-packages Post to : desktop-packages@lists.launchpad.net Unsubscribe : https://launchpad.net/~desktop-packages More help : https://help.launchpad.net/ListHelp