[kwin] [Bug 366605] Tap-to-click missing on Wayland

2016-11-08 Thread Roman
https://bugs.kde.org/show_bug.cgi?id=366605

--- Comment #12 from Roman  ---
FYI Martin has now also made it possible to save the value of tapToClick. So if
you're on the KWin master branch you can issue the commands I posted earlier
and it'll remember it even after restart. I assume it will be shipped with 5.9.

I'm working at the moment on the KCM, so you can change the setting with the
GUI at some point in the future.

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

[kwin] [Bug 366605] Tap-to-click missing on Wayland

2016-11-04 Thread Martin Gräßlin
https://bugs.kde.org/show_bug.cgi?id=366605

Martin Gräßlin  changed:

   What|Removed |Added

 Status|CONFIRMED   |RESOLVED
 Resolution|--- |FIXED

--- Comment #11 from Martin Gräßlin  ---
Marking as fixed as from KWin side everything is there now.

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

[kwin] [Bug 366605] Tap-to-click missing on Wayland

2016-10-29 Thread Martin Gräßlin
https://bugs.kde.org/show_bug.cgi?id=366605

Martin Gräßlin  changed:

   What|Removed |Added

  Flags||Wayland+

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

[kwin] [Bug 366605] Tap-to-click missing on Wayland

2016-10-28 Thread David Strobach
https://bugs.kde.org/show_bug.cgi?id=366605

David Strobach  changed:

   What|Removed |Added

 CC||laloc...@gmail.com

--- Comment #10 from David Strobach  ---
(In reply to Götz from comment #9)
> I did a  "org.freedesktop.DBus.Properties.GetAll"  on my input device to
> search for a Natural Scrolling configuration option, and it seems to be
> missing. Is this to be handled in a different but report or all input
> related here as well?

See here: https://bugs.kde.org/show_bug.cgi?id=371791

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

[kwin] [Bug 366605] Tap-to-click missing on Wayland

2016-10-22 Thread Götz via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=366605

Götz  changed:

   What|Removed |Added

 CC||goetzchr...@gmail.com

--- Comment #9 from Götz  ---
I did a  "org.freedesktop.DBus.Properties.GetAll"  on my input device to search
for a Natural Scrolling configuration option, and it seems to be missing. Is
this to be handled in a different but report or all input related here as well?

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

[kwin] [Bug 366605] Tap-to-click missing on Wayland

2016-10-19 Thread Alivema4ever via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=366605

--- Comment #8 from Alivema4ever  ---
The tapToClick configuration enables both two finger tap for right-click
emulation and three finger tap for middle-click emulation.

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


[kwin] [Bug 366605] Tap-to-click missing on Wayland

2016-10-19 Thread Alivema4ever via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=366605

--- Comment #7 from Alivema4ever  ---
(In reply to Alivema4ever from comment #6)
> @Roman, thanks for the workaround. Will try it later when starting plasma
> compositor.

The workaround provided by Roman is working. Tap to click is now available on
Plasma.
Now waiting for this to be configurable via system settings input
configuration.

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


[kwin] [Bug 366605] Tap-to-click missing on Wayland

2016-10-19 Thread Alivema4ever via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=366605

--- Comment #6 from Alivema4ever  ---
@Roman, thanks for the workaround. Will try it later when starting plasma
compositor.

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


[kwin] [Bug 366605] Tap-to-click missing on Wayland

2016-10-19 Thread Alivema4ever via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=366605

Alivema4ever  changed:

   What|Removed |Added

 CC||alivema4e...@gmail.com

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


[kwin] [Bug 366605] Tap-to-click missing on Wayland

2016-10-15 Thread itl via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=366605

itl  changed:

   What|Removed |Added

 CC||itl964@gmail.com

--- Comment #5 from itl  ---
Sweet!  This got two finger tap for right click to work as well.   It's event9
on my 2015 XPS13.

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


[kwin] [Bug 366605] Tap-to-click missing on Wayland

2016-10-09 Thread Roman via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=366605

Roman  changed:

   What|Removed |Added

 Ever confirmed|0   |1
 Status|UNCONFIRMED |CONFIRMED

--- Comment #4 from Roman  ---
For anyone interested, here a little tutorial how to do the configuration over
DBus:

# Get all possible InputDevice events:
qdbus org.kde.KWin.InputDevice

# For every such event check its name, until you find the one matching your
touchpad:
qdbus org.kde.KWin.InputDevice /org/kde/KWin/InputDevice/eventX
org.freedesktop.DBus.Properties.Get org.kde.KWin.InputDevice name

# For this one get current tapToClick value:
qdbus org.kde.KWin.InputDevice /org/kde/KWin/InputDevice/eventY
org.freedesktop.DBus.Properties.Get org.kde.KWin.InputDevice tapToClick

# It'll be false. So set it to true:
qdbus org.kde.KWin.InputDevice /org/kde/KWin/InputDevice/eventY
org.freedesktop.DBus.Properties.Set org.kde.KWin.InputDevice tapToClick true

# Confirm, that it changed to true:
qdbus org.kde.KWin.InputDevice /org/kde/KWin/InputDevice/eventY
org.freedesktop.DBus.Properties.Get org.kde.KWin.InputDevice tapToClick

When activated, also Multitouch works directly. Nice work, Martin. We've to
talk again about the touchpad KCM stuff some time in the future

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


[kwin] [Bug 366605] Tap-to-click missing on Wayland

2016-10-09 Thread Roman via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=366605

Roman  changed:

   What|Removed |Added

 CC||subd...@gmail.com

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


[kwin] [Bug 366605] Tap-to-click missing on Wayland

2016-08-27 Thread Martin Gräßlin via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=366605

Martin Gräßlin  changed:

   What|Removed |Added

  Component|wayland-generic |libinput

--- Comment #3 from Martin Gräßlin  ---
This should now be configurable through DBus at least.

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

[kwin] [Bug 366605] Tap-to-click missing on Wayland

2016-08-11 Thread Martin Gräßlin via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=366605

--- Comment #2 from Martin Gräßlin  ---
I pushed a few config option properties yesterday including tap-to-click. Once
https://phabricator.kde.org/D2407 is integrated it will be possible to at least
configure through DBus.

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

[kwin] [Bug 366605] Tap-to-click missing on Wayland

2016-08-10 Thread Martin Gräßlin via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=366605

--- Comment #1 from Martin Gräßlin  ---
Thanks for your bug reports on Wayland!

The main problem here is that the touchpad KCM is currently still X11 only.
This needs to be made working on Wayland, then we can configure it from the KCM
and apply the configuration in KWin.

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