[Touchpad-KCM] [Bug 356689] Lenovo T420 touchpad tap settings not available

2017-06-26 Thread Rajeesh K V
https://bugs.kde.org/show_bug.cgi?id=356689

Rajeesh K V  changed:

   What|Removed |Added

 CC||lao.z...@yandex.ru

--- Comment #6 from Rajeesh K V  ---
*** Bug 381671 has been marked as a duplicate of this bug. ***

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

[Touchpad-KCM] [Bug 356689] Lenovo T420 touchpad tap settings not available

2017-02-14 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=356689

--- Comment #5 from slartibar...@gmail.com ---
@Christoph Obexer
Systemsettings is still not able to provide the appropriate settings via a GUI.
But libinput has evolved and you can set all things via script...depending on
what your devices provide as options.
My touchpad and mouse problems with left/right handedness and emulation of
buttons on the touchpad are addressed by the following script:

#! /bin/bash
device="SynPS/2 Synaptics TouchPad"
touchpadId=$(xinput --list | grep "${device}" | cut -f2 | cut -d= -f2)
xinput set-prop $touchpadId "libinput Click Method Enabled" 0 1
xinput set-prop $touchpadId "libinput Left Handed Enabled" 1

There are plenty of settings available, have a look with: 
xinput --list-props  # id being your device number
Have a look at the libinput project website as well, e.g. here: 
https://wayland.freedesktop.org/libinput/doc/latest/pointer-acceleration.html
Hope this helps

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

[Touchpad-KCM] [Bug 356689] Lenovo T420 touchpad tap settings not available

2017-02-13 Thread Christoph Obexer
https://bugs.kde.org/show_bug.cgi?id=356689

--- Comment #4 from Christoph Obexer  ---
(In reply to slartibart70 from comment #3)
> fixed with new libinput

Could you be a bit more specific please? Which versions of involved components
would I need to get this fix?

Thanks!

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

[Touchpad-KCM] [Bug 356689] Lenovo T420 touchpad tap settings not available

2017-02-12 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=356689

slartibar...@gmail.com changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 Resolution|--- |FIXED

--- Comment #3 from slartibar...@gmail.com ---
fixed with new libinput

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

[Touchpad-KCM] [Bug 356689] Lenovo T420 touchpad tap settings not available

2016-11-17 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=356689

cobe...@gmail.com changed:

   What|Removed |Added

 CC||cobe...@gmail.com

--- Comment #2 from cobe...@gmail.com ---
Apparently libinput is the future (see for example:
https://bugzilla.opensuse.org/show_bug.cgi?id=1010202 ) but with libinpput I'm
unable to configure almost anything with my touchpad (Dell XPS 13 9343).

So what is the status of the "new Touchpad KCM" wrt libinput?

I reported https://bugzilla.opensuse.org/show_bug.cgi?id=1010808 before finding
this bug.

Looking at
https://rajeeshknambiar.wordpress.com/2015/02/22/libinput-support-added-to-touchpad-kcm/
it seems the KCM Touchpad is completely useless with libinput? O_O

There is no way I relearn what 2 finger tap and 3 finger tap does and I'm
pretty sure Left handed people would like to be able to use their touchpads
too.

I should be able to provide any information you may desire to get this fixed :)

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