GNU bug report logs - #54134
[PATCH] services: xorg: Remove xf86-input-synaptics from %default-xorg-modules.

Previous Next

Package: guix-patches;

Reported by: SeerLite <seerlite <at> nixnet.email>

Date: Wed, 23 Feb 2022 23:46:01 UTC

Severity: normal

Tags: patch

Done: Mathieu Othacehe <othacehe <at> gnu.org>

Bug is archived. No further changes may be made.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 54134 in the body.
You can then email your comments to 54134 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to guix-patches <at> gnu.org:
bug#54134; Package guix-patches. (Wed, 23 Feb 2022 23:46:01 GMT) Full text and rfc822 format available.

Acknowledgement sent to SeerLite <seerlite <at> nixnet.email>:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Wed, 23 Feb 2022 23:46:02 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: SeerLite <seerlite <at> nixnet.email>
To: guix-patches <at> gnu.org
Cc: SeerLite <seerlite <at> nixnet.email>
Subject: [PATCH] services: xorg: Remove xf86-input-synaptics from
 %default-xorg-modules.
Date: Wed, 23 Feb 2022 20:42:49 -0300
Fixes <https://issues.guix.gnu.org/35450>.

This driver isn't intended to be installed by default as it takes
precedence over the recommended xf86-input-libinput.

* gnu/services/xorg.scm (%default-xorg-modules): Remove
  xf86-input-synaptics.
---
 gnu/services/xorg.scm | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/gnu/services/xorg.scm b/gnu/services/xorg.scm
index d6dfb07425..0cbd9aa53b 100644
--- a/gnu/services/xorg.scm
+++ b/gnu/services/xorg.scm
@@ -145,8 +145,7 @@ (define %default-xorg-modules
 
         xf86-input-evdev
         xf86-input-keyboard
-        xf86-input-mouse
-        xf86-input-synaptics))
+        xf86-input-mouse))
 
 (define %default-xorg-fonts
   ;; Default list of fonts available to the X server.
-- 
2.35.1





Information forwarded to guix-patches <at> gnu.org:
bug#54134; Package guix-patches. (Wed, 23 Mar 2022 11:00:02 GMT) Full text and rfc822 format available.

Message #8 received at 54134 <at> debbugs.gnu.org (full text, mbox):

From: Mathieu Othacehe <othacehe <at> gnu.org>
To: SeerLite <seerlite <at> nixnet.email>
Cc: 54134 <at> debbugs.gnu.org, Tobias Geerinckx-Rice <me <at> tobias.gr>,
 Attila Lendvai <attila <at> lendvai.name>, Alex Griffin <a <at> ajgrf.com>
Subject: Re: bug#54134: [PATCH] services: xorg: Remove xf86-input-synaptics
 from %default-xorg-modules.
Date: Wed, 23 Mar 2022 11:59:30 +0100
Hey,

> Fixes <https://issues.guix.gnu.org/35450>.
>
> This driver isn't intended to be installed by default as it takes
> precedence over the recommended xf86-input-libinput.

Tested in a VM, seems fine to me. Tobias, Alex, Attila any objection?

Thanks,

Mathieu




Information forwarded to guix-patches <at> gnu.org:
bug#54134; Package guix-patches. (Wed, 23 Mar 2022 18:25:02 GMT) Full text and rfc822 format available.

Message #11 received at 54134 <at> debbugs.gnu.org (full text, mbox):

From: Attila Lendvai <attila <at> lendvai.name>
To: Mathieu Othacehe <othacehe <at> gnu.org>
Cc: SeerLite <seerlite <at> nixnet.email>, Tobias Geerinckx-Rice <me <at> tobias.gr>,
 54134 <at> debbugs.gnu.org, Alex Griffin <a <at> ajgrf.com>
Subject: Re: bug#54134: [PATCH] services: xorg: Remove xf86-input-synaptics
 from %default-xorg-modules.
Date: Wed, 23 Mar 2022 18:24:33 +0000
> Tested in a VM, seems fine to me. Tobias, Alex, Attila any objection?

no objections from me.

i still have this in my current config, although commented out by now:

;; TODO delete this eventually, i'm using wayland now
;; (xorg-configuration
;;  (xorg-configuration
;;   (keyboard-layout keyboard-layout)
;;   ;; for touchpad settings, we need to disable the now abandoned
;;   ;; synaptics driver: https://issues.guix.gnu.org/33189#5
;;   (modules (filter (lambda (mod)
;;                      (not (eq? mod xf86-input-synaptics)))
;;                    %default-xorg-modules))))

--
• attila lendvai
• PGP: 963F 5D5F 45C7 DFCD 0A39
--
“It is deplorable that many people think that the best way to improve the world is to forbid something. However, they're morally more advanced than the people who think the best way to improve the world is to kill somebody.”
	— John McCarthy (1927–2011), father of Lisp





Reply sent to Mathieu Othacehe <othacehe <at> gnu.org>:
You have taken responsibility. (Fri, 25 Mar 2022 17:44:01 GMT) Full text and rfc822 format available.

Notification sent to SeerLite <seerlite <at> nixnet.email>:
bug acknowledged by developer. (Fri, 25 Mar 2022 17:44:01 GMT) Full text and rfc822 format available.

Message #16 received at 54134-done <at> debbugs.gnu.org (full text, mbox):

From: Mathieu Othacehe <othacehe <at> gnu.org>
To: SeerLite <seerlite <at> nixnet.email>
Cc: Attila Lendvai <attila <at> lendvai.name>, Tobias Geerinckx-Rice <me <at> tobias.gr>,
 54134-done <at> debbugs.gnu.org, Alex Griffin <a <at> ajgrf.com>
Subject: Re: bug#54134: [PATCH] services: xorg: Remove xf86-input-synaptics
 from %default-xorg-modules.
Date: Fri, 25 Mar 2022 18:43:26 +0100
Pushed, thanks!

Mathieu




bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Sat, 23 Apr 2022 11:24:05 GMT) Full text and rfc822 format available.

This bug report was last modified 3 years and 60 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.