You are not logged in.

#1 2016-09-03 16:35:49

Kishan9778
Member
From: North West Borneo
Registered: 2016-03-14
Posts: 15

No tap to click under Gnome 3.20 Wayland

I did the easy thing which is to force arch to use xf86-input-libinput by removing xf86-input-evdev and xf86-input-synaptics. But that didn't change anything and instead made my touchpad inoperable under Xorg. I installed those 2 packages again and everything is fine under Xorg, but now I'm back to square 1. What can I do?

Offline

#2 2016-09-03 17:14:31

frank604
Member
From: BC, Canada
Registered: 2011-04-20
Posts: 1,212

Re: No tap to click under Gnome 3.20 Wayland

Offline

#3 2016-09-03 17:21:07

Kishan9778
Member
From: North West Borneo
Registered: 2016-03-14
Posts: 15

Re: No tap to click under Gnome 3.20 Wayland

I edited /etc/X11/xorg.conf.d/30-touchpad.conf so that tap to click could work. Other than that I actually did everything in that wiki page already

Offline

#4 2016-09-03 17:28:39

frank604
Member
From: BC, Canada
Registered: 2011-04-20
Posts: 1,212

Re: No tap to click under Gnome 3.20 Wayland

Can you show us 30-touchpage.conf just as a sanity check.

Offline

#5 2016-09-03 17:46:36

Kishan9778
Member
From: North West Borneo
Registered: 2016-03-14
Posts: 15

Re: No tap to click under Gnome 3.20 Wayland

I just copied the one from default

# Match on all types of devices but tablet devices and joysticks
Section "InputClass"
        Identifier "libinput pointer catchall"
        MatchIsPointer "on"
        MatchDevicePath "/dev/input/event*"
        Driver "libinput"
EndSection

Section "InputClass"
        Identifier "libinput keyboard catchall"
        MatchIsKeyboard "on"
        MatchDevicePath "/dev/input/event*"
        Driver "libinput"
EndSection

Section "InputClass"
        Identifier "libinput touchpad catchall"
        MatchIsTouchpad "on"
        MatchDevicePath "/dev/input/event*"
        Driver "libinput"
EndSection

Section "InputClass"
        Identifier "libinput touchscreen catchall"
        MatchIsTouchscreen "on"
        MatchDevicePath "/dev/input/event*"
        Driver "libinput"
EndSection 

Offline

#6 2016-09-03 18:01:54

frank604
Member
From: BC, Canada
Registered: 2011-04-20
Posts: 1,212

Re: No tap to click under Gnome 3.20 Wayland

Am I blind?  I don't see where you enabled tap to click.
https://wiki.archlinux.org/index.php/Li … on_options

Offline

#7 2016-09-03 18:03:20

Kishan9778
Member
From: North West Borneo
Registered: 2016-03-14
Posts: 15

Re: No tap to click under Gnome 3.20 Wayland

Later Liao I see, it's 2am here in HK

Offline

#8 2016-09-03 18:04:23

Kishan9778
Member
From: North West Borneo
Registered: 2016-03-14
Posts: 15

Re: No tap to click under Gnome 3.20 Wayland

Please suggest what should I put there while I Sleep so that I can do it tomorrow

Offline

#9 2016-09-03 18:05:29

frank604
Member
From: BC, Canada
Registered: 2011-04-20
Posts: 1,212

Re: No tap to click under Gnome 3.20 Wayland

Read the wiki I linked.

Offline

Board footer

Powered by FluxBB