emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#54134: closed ([PATCH] services: xorg: Remove xf86-input-synaptics f


From: GNU bug Tracking System
Subject: bug#54134: closed ([PATCH] services: xorg: Remove xf86-input-synaptics from %default-xorg-modules.)
Date: Fri, 25 Mar 2022 17:44:01 +0000

Your message dated Fri, 25 Mar 2022 18:43:26 +0100
with message-id <87zglegc75.fsf_-_@gnu.org>
and subject line Re: bug#54134: [PATCH] services: xorg: Remove 
xf86-input-synaptics from %default-xorg-modules.
has caused the debbugs.gnu.org bug report #54134,
regarding [PATCH] services: xorg: Remove xf86-input-synaptics from 
%default-xorg-modules.
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs@gnu.org.)


-- 
54134: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=54134
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- 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




--- End Message ---
--- Begin Message --- Subject: Re: bug#54134: [PATCH] services: xorg: Remove xf86-input-synaptics from %default-xorg-modules. Date: Fri, 25 Mar 2022 18:43:26 +0100 User-agent: Gnus/5.13 (Gnus v5.13) Emacs/27.2 (gnu/linux)
Pushed, thanks!

Mathieu


--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]