From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp12.migadu.com ([2001:41d0:8:6d80::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms5.migadu.com with LMTPS id WPZxMEPWtWKRVQAAbAwnHQ (envelope-from ) for ; Fri, 24 Jun 2022 17:20:35 +0200 Received: from aspmx1.migadu.com ([2001:41d0:8:6d80::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp12.migadu.com with LMTPS id 2PcTMEPWtWI/BwAAauVa8A (envelope-from ) for ; Fri, 24 Jun 2022 17:20:35 +0200 Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by aspmx1.migadu.com (Postfix) with ESMTPS id 5E0E31FB36 for ; Fri, 24 Jun 2022 17:20:35 +0200 (CEST) Received: from localhost ([::1]:53616 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1o4l6o-0004QM-4J for larch@yhetil.org; Fri, 24 Jun 2022 11:20:34 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:33624) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1o4kyY-0008FF-8k for guix-patches@gnu.org; Fri, 24 Jun 2022 11:12:02 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:49299) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1o4kyX-0003sC-Vm for guix-patches@gnu.org; Fri, 24 Jun 2022 11:12:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1o4kyX-0004fi-PC for guix-patches@gnu.org; Fri, 24 Jun 2022 11:12:01 -0400 X-Loop: help-debbugs@gnu.org Subject: [bug#56139] [PATCH 0/4] Make window managers use libinput-minimal instead of libinput Resent-From: Ludovic =?UTF-8?Q?Court=C3=A8s?= Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Fri, 24 Jun 2022 15:12:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 56139 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: Maxime Devos Cc: Josselin Poiret , 56139-done@debbugs.gnu.org Received: via spool by 56139-done@debbugs.gnu.org id=D56139.165608346217851 (code D ref 56139); Fri, 24 Jun 2022 15:12:01 +0000 Received: (at 56139-done) by debbugs.gnu.org; 24 Jun 2022 15:11:02 +0000 Received: from localhost ([127.0.0.1]:43196 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1o4kxZ-0004dn-UD for submit@debbugs.gnu.org; Fri, 24 Jun 2022 11:11:02 -0400 Received: from eggs.gnu.org ([209.51.188.92]:48400) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1o4kxX-0004dX-D4 for 56139-done@debbugs.gnu.org; Fri, 24 Jun 2022 11:11:00 -0400 Received: from fencepost.gnu.org ([2001:470:142:3::e]:34062) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1o4kxQ-0003k4-Ho; Fri, 24 Jun 2022 11:10:52 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=MIME-Version:In-Reply-To:Date:References:Subject:To: From; bh=wsy+zzZwdA556IO/c82u80m+PantUKUilc9OIzPpG0M=; b=dXwINl5J2MFjVBGs3IpN bu7ADMbpkjowDt8SkuTwT3ZES/YyE3eX07IOnBgaZLRWCrCK60vhfbFKFPXSpeshM+ZG0qXcgL67A TfmqWy6n8jnGKkyzACW2N3sz9zsYxbiiuLtnOkXLQAE/LWHdceGyzNM/XJxdJ0eH+7r1UN7ERt+Lw hH2fFE/mWa4ikd+k19N5sBXYHDZF+nLTj6FAFbQzrC8dx8lO0aE8Fzv7bSu7vhyaj6jQM9Sfe8wnu ptjeOX1q5vv72yiWt4EQQU+KK4HcsALS3rx33Y9gg5SesAe4tlbECn0oDuLRP8u9eu2bA8CIIFZkL 3/oRd+wiz+CkPg==; Received: from [2001:660:6102:320:e120:2c8f:8909:cdfe] (port=56560 helo=ribbon) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1o4kxQ-0006bK-2k; Fri, 24 Jun 2022 11:10:52 -0400 From: Ludovic =?UTF-8?Q?Court=C3=A8s?= References: <87czezxhb2.fsf@gnu.org> <9c8e337b78e241db28385105ceac98b694bf376f.camel@telenet.be> X-URL: http://www.fdn.fr/~lcourtes/ X-Revolutionary-Date: Sextidi 6 Messidor an 230 de la =?UTF-8?Q?R=C3=A9volution, ?= jour du Romarin X-PGP-Key-ID: 0x090B11993D9AEBB5 X-PGP-Key: http://www.fdn.fr/~lcourtes/ludovic.asc X-PGP-Fingerprint: 3CE4 6455 8A84 FDC6 9DB4 0CFB 090B 1199 3D9A EBB5 X-OS: x86_64-pc-linux-gnu Date: Fri, 24 Jun 2022 17:10:49 +0200 In-Reply-To: <9c8e337b78e241db28385105ceac98b694bf376f.camel@telenet.be> (Maxime Devos's message of "Thu, 23 Jun 2022 22:34:08 +0200") Message-ID: <87zgi2t7uu.fsf@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/28.1 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-BeenThere: guix-patches@gnu.org List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+larch=yhetil.org@gnu.org Sender: "Guix-patches" X-Migadu-Flow: FLOW_IN X-Migadu-To: larch@yhetil.org X-Migadu-Country: US ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=yhetil.org; s=key1; t=1656084035; h=from:from:sender:sender:reply-to:subject:subject:date:date: message-id:message-id:to:to:cc:cc:mime-version:mime-version: content-type:content-type: content-transfer-encoding:content-transfer-encoding:resent-cc: resent-from:resent-sender:resent-message-id:in-reply-to:in-reply-to: references:references:list-id:list-help:list-unsubscribe: list-subscribe:list-post:dkim-signature; bh=wsy+zzZwdA556IO/c82u80m+PantUKUilc9OIzPpG0M=; b=TAlHsXgb1Y1aErdNy4x9Oc7YxvJzlvj8ZC2L2AP6Fer6To65zFuqS/0WS4BjUBaabVu7ot d6EZiuq1APDUsScxp9UvOnIEh4oNQ79yCdGAAQWsxSLoQkeQ9pUxKn1bwqI0dzhw4wMugb +FPnlC3+mqvuJAAFMr3j7Qxo71ZNDjTynCdV8jrSnwpPVAwuVHNVnDzpu/2NmuTqavX3u+ uVCFm+MxbZaRY7ytBYhVk8Oza/A5fYgM/RWjjBkfAs2df9Q4cPeHA9hepMVpi+9vgL7LjV KGU9XxDTNXlYP1R0BwkkIDirXM5VqUx6s+/lGcqEhHljbHHrzLl/0jxAAJ/HLw== ARC-Seal: i=1; s=key1; d=yhetil.org; t=1656084035; a=rsa-sha256; cv=none; b=PpWqX7fJXfUOPnjphd8k3aT+F0nkPCeNPw9LgkDgfxVH/h60F3bIkCQ0AKQSwfPPXMWxZr jt+z+OzJOWYwvWGrsShXewz+gfNGYs5MKNxP0YFrkVI7Fgr8h1y//R9Sz6TybmznzmKzlh mDtxaVaVxW7tfcut6Jmiv4zWznHkoZS0AqsMx/e5CtlHQ9SSBS8uH1HCoKD1IUfOI3hblz 70115a235iWJlkKH7hPP5HVUaBD8cW9368dRk1wthHAR7IR5Km/3lFC9ZXgwsnqmhIAayp r/AT4qM5eh8+/z1KpEL/zdYhX901rkez7toG6A3godx2OMg3dzIiSZCmmL3tdw== ARC-Authentication-Results: i=1; aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=gnu.org header.s=fencepost-gnu-org header.b=dXwINl5J; dmarc=pass (policy=none) header.from=gnu.org; spf=pass (aspmx1.migadu.com: domain of "guix-patches-bounces+larch=yhetil.org@gnu.org" designates 209.51.188.17 as permitted sender) smtp.mailfrom="guix-patches-bounces+larch=yhetil.org@gnu.org" X-Migadu-Spam-Score: -4.16 Authentication-Results: aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=gnu.org header.s=fencepost-gnu-org header.b=dXwINl5J; dmarc=pass (policy=none) header.from=gnu.org; spf=pass (aspmx1.migadu.com: domain of "guix-patches-bounces+larch=yhetil.org@gnu.org" designates 209.51.188.17 as permitted sender) smtp.mailfrom="guix-patches-bounces+larch=yhetil.org@gnu.org" X-Migadu-Queue-Id: 5E0E31FB36 X-Spam-Score: -4.16 X-Migadu-Scanner: scn0.migadu.com X-TUID: v+cSRB89GJPb Hi, Maxime Devos skribis: > FWIW, it has a man page: > ? Since it=E2=80=99s under libexec/, I=E2=80=99d assume that it=E2=80=99s not= meant to be invoked directly, but the man page suggests otherwise?=E2=80=A6 > I did some quick searches for 'libinput-debug-gui' on the Web but > didn't find any uses in the wild, so maybe we don't really lose > anything by disabling it? Looks like it. > Also, having multiple library variants is a bit messy (there was some > bug involving multiple versions of cairo used by a single app?), so I'd > prefer to eliminate the libinput / libinput-minimal distinction (maybe > with a separate libinput-debug-gui package if desired?). Yeah, maybe we can do that (with a comment), and apparently that=E2=80=99s = even an OK change for master. If you provide a patch, I=E2=80=99ll happily apply it. :-) Ludo=E2=80=99.