Mageia Bugzilla – Attachment 10064 Details for
Bug 18972
Mga 1 to 5 had tap-to-click enabled by default, but Mga6 uses libinput where it's turned off by default. There is no (easy) way to enable it in installer and in DMs
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
Log In
[x]
|
New Account
|
Forgot Password
[patch]
enables "Tapping" option (mga#18972)
0001-enables-Tapping-option-mga-18972.patch (text/plain), 762 bytes, created by
Thierry Vignaud
on 2018-03-27 16:37:34 CEST
(
hide
)
Description:
enables "Tapping" option (mga#18972)
Filename:
MIME Type:
Creator:
Thierry Vignaud
Created:
2018-03-27 16:37:34 CEST
Size:
762 bytes
patch
obsolete
>From edd82786554cba2f5b9ce35aa2f006c4c4f7b63b Mon Sep 17 00:00:00 2001 >From: Thierry Vignaud <thierry.vignaud@gmail.com> >Date: Tue, 27 Mar 2018 16:36:00 +0200 >Subject: [PATCH] enables "Tapping" option (mga#18972) > >--- > perl-install/install/gtk.pm | 7 +++++++ > 1 file changed, 7 insertions(+) > >diff --git a/perl-install/install/gtk.pm b/perl-install/install/gtk.pm >index 37b31c109..fbfd6448c 100644 >--- a/perl-install/install/gtk.pm >+++ b/perl-install/install/gtk.pm >@@ -281,6 +281,13 @@ Section "Monitor" > VertRefresh 50-70 > EndSection > >+Section "InputClass" >+ Identifier "MyTouchpad" >+ MatchIsTouchpad "on" >+ Driver "libinput" >+ Option "Tapping" "on" >+EndSection >+ > Section "Device" > Identifier "device" > Driver "$Driver" >-- >2.16.3 >
From edd82786554cba2f5b9ce35aa2f006c4c4f7b63b Mon Sep 17 00:00:00 2001 From: Thierry Vignaud <thierry.vignaud@gmail.com> Date: Tue, 27 Mar 2018 16:36:00 +0200 Subject: [PATCH] enables "Tapping" option (mga#18972) --- perl-install/install/gtk.pm | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/perl-install/install/gtk.pm b/perl-install/install/gtk.pm index 37b31c109..fbfd6448c 100644 --- a/perl-install/install/gtk.pm +++ b/perl-install/install/gtk.pm @@ -281,6 +281,13 @@ Section "Monitor" VertRefresh 50-70 EndSection +Section "InputClass" + Identifier "MyTouchpad" + MatchIsTouchpad "on" + Driver "libinput" + Option "Tapping" "on" +EndSection + Section "Device" Identifier "device" Driver "$Driver" -- 2.16.3
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 18972
: 10064