all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: SeerLite via Guix-patches via <guix-patches@gnu.org>
To: 54134@debbugs.gnu.org
Cc: SeerLite <seerlite@nixnet.email>
Subject: [bug#54134] [PATCH] services: xorg: Remove xf86-input-synaptics from %default-xorg-modules.
Date: Wed, 23 Feb 2022 20:42:49 -0300	[thread overview]
Message-ID: <20220223234249.8107-1-seerlite@nixnet.email> (raw)

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





             reply	other threads:[~2022-02-23 23:47 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-02-23 23:42 SeerLite via Guix-patches via [this message]
2022-03-23 10:59 ` [bug#54134] [PATCH] services: xorg: Remove xf86-input-synaptics from %default-xorg-modules Mathieu Othacehe
2022-03-23 18:24   ` Attila Lendvai
2022-03-25 17:43     ` bug#54134: " Mathieu Othacehe

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20220223234249.8107-1-seerlite@nixnet.email \
    --to=guix-patches@gnu.org \
    --cc=54134@debbugs.gnu.org \
    --cc=seerlite@nixnet.email \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.