From mboxrd@z Thu Jan 1 00:00:00 1970 From: znavko@disroot.org Subject: Re: Issues with the new xorg-configuration Date: Fri, 05 Apr 2019 19:56:42 +0000 Message-ID: <8bc99e6fb1f7783f16e5e251204fab22@disroot.org> Mime-Version: 1.0 Content-Type: multipart/alternative; boundary="--=_RainLoop_501_352962142.1554494202" Return-path: Received: from eggs.gnu.org ([209.51.188.92]:60123) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1hCV6L-0003kR-LA for help-guix@gnu.org; Fri, 05 Apr 2019 16:06:15 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hCV6E-0003P2-RY for help-guix@gnu.org; Fri, 05 Apr 2019 16:06:09 -0400 Received: from knopi.disroot.org ([178.21.23.139]:53850) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1hCV5d-0002XV-Nq for help-guix@gnu.org; Fri, 05 Apr 2019 16:06:02 -0400 List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-guix-bounces+gcggh-help-guix=m.gmane.org@gnu.org Sender: "Help-Guix" To: lutheroto@gmail.com Cc: help-guix@gnu.org ----=_RainLoop_501_352962142.1554494202 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Hi, Luther, I've brought back touchpad tapping with such config. Need to = use gdm-service-type instead of slim-service-type =0A (services (cons*= =0A (service xfce-desktop-service-type)=0A (service dhcp-client-service-t= ype)=0A=0A (modify-services =0A (remove (lambda (service)=0A (member (ser= vice-kind service)=0A (list ntp-service-type avahi-service-type=0A blueto= oth-service network-manager-service-type)))=0A %desktop-services) ;end of= remove lambda services=0A=0A (wpa-supplicant-service-type config =3D>=0A= (wpa-supplicant-configuration=0A (interface "wlp2s0")=0A (config-file "/= etc/wpa_supplicant/wpa_supplicant.conf")))=0A=0A (gdm-service-type config= =3D>=0A (gdm-configuration=0A (xorg-configuration=0A (xorg-configuration= =0A (extra-config =0A '("Section "InputClass"=0A Identifier "touchpad"=0A= Driver "libinput"=0A MatchIsTouchpad "on"=0A Option "Tapping" "on"=0A En= dSection")=0A ))))) =0AApr 4, 2019, 7:49 PM by lutheroto@gmail.com: On T= hu, 4 Apr 2019 20:47:04 +0200 (CEST) wrote: Sorry, my tapping config that I've gave is not wor= king too with current commit. Need to use manual or maybe it is a bug. = If it's not a Guix bug, then the problem is probably with the string that= we pass to extra-config. The documentation for that is at xorg.conf[0] a= nd libinput[1]. If that's not what the problem is, I have no idea what to= search for in the Guix manual. [0] https://www.x.org/releases/X11R7.7/d= oc/man/man5/xorg.conf.5.xhtml (https://www.x.org/releases/X11R7.7/doc/man= /man5/xorg.conf.5.xhtml) [1] https://www.mankier.com/4/libinput (https:/= /www.mankier.com/4/libinput) Luther ----=_RainLoop_501_352962142.1554494202 Content-Type: text/html; charset="utf-8" Content-Transfer-Encoding: quoted-printable
=
Hi, Luther, I've brought back touchpad tapping with s= uch config. Need to use gdm-service-type instead of slim-service-type

(services (cons*<= br> (service xfce-desktop-service-type)
(service dhcp-client-service-= type)

(modify-services
(remove (lambda (service)
(member= (service-kind service)
(list ntp-service-type avahi-service-type
= bluetooth-service network-manager-service-type)))
%desktop-services)= ;end of remove lambda services

(wpa-supplicant-service-type conf= ig =3D>
(wpa-supplicant-configuration
(interface "wlp2s0")
= (config-file "/etc/wpa_supplicant/wpa_supplicant.conf")))

(gdm-s= ervice-type config =3D>
(gdm-configuration
(xorg-configuration=
(xorg-configuration
(extra-config
'("Section \"InputClass\"=
Identifier \"touchpad\"
Driver \"libinput\"
MatchIsTouchpad = \"on\"
Option \"Tapping\" \"on\"
EndSection")
)))))

Apr 4, 2019, 7:49 PM by l= utheroto@gmail.com:
On Thu, 4 Apr 2019 20:47:04= +0200 (CEST)
Sorry, my tappin= g config that I've gave is not working too with
current commit. Need to use manual or maybe it is a bug.
If it's not a Guix bu= g, then the problem is probably with the string
that we pass to extra-config. The documentation for that is at
xorg.conf[0] and libinput[1]. If that's not what the pro= blem is, I have
no idea what to search for in t= he Guix manual.
<= div style=3D"16px">Luther
<= /html> ----=_RainLoop_501_352962142.1554494202--