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.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: SeerLite <seerlite <at> nixnet.email>
Subject: bug#54134: closed (Re: bug#54134: [PATCH] services: xorg: Remove
 xf86-input-synaptics from %default-xorg-modules.)
Date: Fri, 25 Mar 2022 17:44:01 +0000
[Message part 1 (text/plain, inline)]
Your bug report

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

which was filed against the guix-patches package, has been closed.

The explanation is attached below, along with your original report.
If you require more details, please reply to 54134 <at> debbugs.gnu.org.

-- 
54134: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=54134
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
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

[Message part 3 (message/rfc822, inline)]
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




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

Previous Next


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