From debbugs-submit-bounces@debbugs.gnu.org Wed Jun 22 08:15:13 2022 Received: (at submit) by debbugs.gnu.org; 22 Jun 2022 12:15:13 +0000 Received: from localhost ([127.0.0.1]:34233 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1o3zGL-0007Gd-Jz for submit@debbugs.gnu.org; Wed, 22 Jun 2022 08:15:13 -0400 Received: from lists.gnu.org ([209.51.188.17]:55470) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1o3zGJ-0007GU-JG for submit@debbugs.gnu.org; Wed, 22 Jun 2022 08:15:12 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:42612) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1o3zGJ-0005A5-E2 for guix-patches@gnu.org; Wed, 22 Jun 2022 08:15:11 -0400 Received: from jpoiret.xyz ([206.189.101.64]:48624) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1o3zGG-0004OB-RU for guix-patches@gnu.org; Wed, 22 Jun 2022 08:15:11 -0400 Received: from authenticated-user (jpoiret.xyz [206.189.101.64]) by jpoiret.xyz (Postfix) with ESMTPA id 52C5D185302; Wed, 22 Jun 2022 12:15:05 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=jpoiret.xyz; s=dkim; t=1655900105; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding; bh=ePTplwwMjhLUlTgA7SEl2r/IQ2Wrevvlx8zIcp5t8oU=; b=jwW75JA6P8SMXc81DcQzu/2kI1Zsf8OFOylXHMkkUrodSyXhP26iAQJaxGw2e5bMV1S+xW MBuwvWUphbDtTw3GcbXHwu+eSAHtIwCXR3miiKf1AfzrTfoZdxQVZNofRG5/Rsy71FhhLb lBMV9ctM+UVMmf/Gp6UgkZJEUY9oIFPcj/Gb7wXvyJccgcYNJAby7DpuVuTDT21qJ/iS15 OyYxiiCFwhQc2kSlij9uu+ScuqrfQPcL3f+MMVzO/5PTGXdiDW6izdfbX6bHkp+FhX6R/T Sx+qyzhbh8CHQCK+SfSeyvU/txKKHirzXDSY8cS1tTUNcY4uxe4rnlEY2Mo+NA== From: Josselin Poiret To: guix-patches@gnu.org Subject: [PATCH 0/4] Make window managers use libinput-minimal instead of libinput Date: Wed, 22 Jun 2022 14:14:15 +0200 Message-Id: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Authentication-Results: jpoiret.xyz; auth=pass smtp.auth=jpoiret@jpoiret.xyz smtp.mailfrom=dev@jpoiret.xyz X-Spam-Level: **** X-Spamd-Bar: ++++ Received-SPF: pass client-ip=206.189.101.64; envelope-from=dev@jpoiret.xyz; helo=jpoiret.xyz X-Spam_score_int: 24 X-Spam_score: 2.4 X-Spam_bar: ++ X-Spam_report: (2.4 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, FROM_SUSPICIOUS_NTLD=0.499, FROM_SUSPICIOUS_NTLD_FP=1.997, PDS_OTHER_BAD_TLD=1.997, SPF_HELO_PASS=-0.001, SPF_PASS=-0.001, T_SCC_BODY_TEXT_LINE=-0.01 autolearn=no autolearn_force=no X-Spam_action: no action X-Spam-Score: 2.7 (++) X-Spam-Report: Spam detection software, running on the system "debbugs.gnu.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see the administrator of that system for details. Content preview: This reduces their total closure, since libinput pulls in gtk+ which adds roughly 400MiB. Josselin Poiret (4): gnu: wlroots: Replace input libinput by libinput-minimal. gnu: sway: Replace input libinput by libinput-minimal. gnu: waybar: Replace input libinput by libinput-minimal. gnu: hika [...] Content analysis details: (2.7 points, 10.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- -2.3 RCVD_IN_DNSWL_MED RBL: Sender listed at https://www.dnswl.org/, medium trust [209.51.188.17 listed in list.dnswl.org] -0.0 SPF_HELO_PASS SPF: HELO matches SPF record 0.9 SPF_FAIL SPF: sender does not match SPF record (fail) [SPF failed: Please see http://www.openspf.org/Why?s=mfrom; id=dev%40jpoiret.xyz; ip=209.51.188.17; r=debbugs.gnu.org] 1.6 PDS_OTHER_BAD_TLD Untrustworthy TLDs [URI: jpoiret.xyz (xyz)] 2.0 FROM_SUSPICIOUS_NTLD_FP From abused NTLD 0.5 FROM_SUSPICIOUS_NTLD From abused NTLD -0.0 T_SCC_BODY_TEXT_LINE No description available. X-Debbugs-Envelope-To: submit Cc: Josselin Poiret X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -0.3 (/) This reduces their total closure, since libinput pulls in gtk+ which adds roughly 400MiB. Josselin Poiret (4): gnu: wlroots: Replace input libinput by libinput-minimal. gnu: sway: Replace input libinput by libinput-minimal. gnu: waybar: Replace input libinput by libinput-minimal. gnu: hikari: Replace input libinput by libinput-minimal. gnu/packages/wm.scm | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) base-commit: e74fa406e1043547242a8b67ab9907fea7aae6b9 -- 2.36.1 From debbugs-submit-bounces@debbugs.gnu.org Wed Jun 22 08:17:54 2022 Received: (at 56139) by debbugs.gnu.org; 22 Jun 2022 12:17:54 +0000 Received: from localhost ([127.0.0.1]:34239 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1o3zIw-0007Ku-0e for submit@debbugs.gnu.org; Wed, 22 Jun 2022 08:17:54 -0400 Received: from jpoiret.xyz ([206.189.101.64]:39190) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1o3zIt-0007Kl-QP for 56139@debbugs.gnu.org; Wed, 22 Jun 2022 08:17:52 -0400 Received: from authenticated-user (jpoiret.xyz [206.189.101.64]) by jpoiret.xyz (Postfix) with ESMTPA id 976ED184F27; Wed, 22 Jun 2022 12:17:50 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=jpoiret.xyz; s=dkim; t=1655900270; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=7iIIYELW+Iz7GXsOtSt10uZ+MnHJLj0ljpecT4JABFY=; b=NfixdWD6BOTGjbGfJBA36G8HQr4/lBklLK9Bx+aivq54VSNxpfXO0p8pa8szsUZZJ6Tqzk F0jWbfQASgn9bUoH7p2eNj/ZWAuBl3dbNOPuxhKGYv0wpivln67G2NSkTqRGus9dezqsBj LHxAAYtiCAlxw924UshnJYeRjkWCBRjmd9B0i89lNoc6lfiDePQ0ZwO45NQo4c04aZ5VKy SkU5USEuoV33rnRcROEjMRubJtHV47SkhOLe46SuMTArDMTMk0E6bN2Gt2mGDkQR9nk4/4 euXUYqIIRwJIlJlA5L3JNUxNnSMc9MIAHqkhfvrbVor7tqmM58u9gmWYgc24Ig== From: Josselin Poiret To: 56139@debbugs.gnu.org Subject: [PATCH 1/4] gnu: wlroots: Replace input libinput by libinput-minimal. Date: Wed, 22 Jun 2022 14:17:30 +0200 Message-Id: <128bdb2462c2dc0719e6dca2a3912006dc8b800b.1655899834.git.dev@jpoiret.xyz> In-Reply-To: References: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Authentication-Results: jpoiret.xyz; auth=pass smtp.auth=jpoiret@jpoiret.xyz smtp.mailfrom=dev@jpoiret.xyz X-Spamd-Bar: / X-Spam-Score: 2.1 (++) X-Spam-Report: Spam detection software, running on the system "debbugs.gnu.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see the administrator of that system for details. Content preview: * gnu/packages/wm.scm (wlroots)[propagated-inputs]: Replace libinput by libinput-minimal to reduce closure. --- gnu/packages/wm.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gnu/packages/wm.scm b/gnu/packages/wm.scm index ecc79f73b9..fb5a6bc5b3 100644 --- a/gnu/packages/wm.scm +++ b/gnu/packages/wm.scm @@ -1538, 7 +1538, 7 @@ (define-public wlroots (propagated- [...] Content analysis details: (2.1 points, 10.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- -0.0 SPF_HELO_PASS SPF: HELO matches SPF record -0.0 SPF_PASS SPF: sender matches SPF record 1.6 PDS_OTHER_BAD_TLD Untrustworthy TLDs [URI: jpoiret.xyz (xyz)] 0.5 FROM_SUSPICIOUS_NTLD From abused NTLD -0.0 T_SCC_BODY_TEXT_LINE No description available. X-Debbugs-Envelope-To: 56139 Cc: Josselin Poiret X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: 1.1 (+) X-Spam-Report: Spam detection software, running on the system "debbugs.gnu.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see the administrator of that system for details. Content preview: * gnu/packages/wm.scm (wlroots)[propagated-inputs]: Replace libinput by libinput-minimal to reduce closure. --- gnu/packages/wm.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gnu/packages/wm.scm b/gnu/packages/wm.scm index ecc79f73b9..fb5a6bc5b3 100644 --- a/gnu/packages/wm.scm +++ b/gnu/packages/wm.scm @@ -1538,7 +1538,7 @@ (define-public wlroots (propagated- [...] Content analysis details: (1.1 points, 10.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- -0.0 SPF_HELO_PASS SPF: HELO matches SPF record -0.0 SPF_PASS SPF: sender matches SPF record 1.6 PDS_OTHER_BAD_TLD Untrustworthy TLDs [URI: jpoiret.xyz (xyz)] 0.5 FROM_SUSPICIOUS_NTLD From abused NTLD -0.0 T_SCC_BODY_TEXT_LINE No description available. -1.0 MAILING_LIST_MULTI Multiple indicators imply a widely-seen list manager * gnu/packages/wm.scm (wlroots)[propagated-inputs]: Replace libinput by libinput-minimal to reduce closure. --- gnu/packages/wm.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gnu/packages/wm.scm b/gnu/packages/wm.scm index ecc79f73b9..fb5a6bc5b3 100644 --- a/gnu/packages/wm.scm +++ b/gnu/packages/wm.scm @@ -1538,7 +1538,7 @@ (define-public wlroots (propagated-inputs (list ;; As required by wlroots.pc. eudev - libinput + libinput-minimal libxkbcommon mesa pixman -- 2.36.1 From debbugs-submit-bounces@debbugs.gnu.org Wed Jun 22 08:17:58 2022 Received: (at 56139) by debbugs.gnu.org; 22 Jun 2022 12:17:58 +0000 Received: from localhost ([127.0.0.1]:34245 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1o3zJ0-0007LG-6Y for submit@debbugs.gnu.org; Wed, 22 Jun 2022 08:17:58 -0400 Received: from jpoiret.xyz ([206.189.101.64]:39254) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1o3zIz-0007L3-1y for 56139@debbugs.gnu.org; Wed, 22 Jun 2022 08:17:57 -0400 Received: from authenticated-user (jpoiret.xyz [206.189.101.64]) by jpoiret.xyz (Postfix) with ESMTPA id 57F53184B88; Wed, 22 Jun 2022 12:17:56 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=jpoiret.xyz; s=dkim; t=1655900276; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=OEQJ0IuAE8z5cMZJSZu6alYo4CKNsHVXK+YM7eYNvdw=; b=n3Iq6GGS/cNbhETM/gKFUaJn9cGfkzd4rwT4XCJDdq8vJriPJ4JG1SY5RGerzOUKsvBOyT gtd1xJmF63FJaSWb1TfRLlng5PKYf1yTRUzzGb+X0rxWPZAwI+SvAiUwTp5/cJjBMMFx6m uIndMUtn/tH6BMOmdLSXMXSU9dW39x45NPZBTn/b4hGGV1u0eV+unOjpp+ie7scLqC3YpF YXKFdpKppFQlEP8QiJmyjPSbJ8gXj7gBhuMhnoaB71l5g4JQIY/XIEl+e5w60dml2EjVry jnrpW5ICHei/SNW2y/2o4IoDhNJUMjOYUxFkYMVCyroS1IHKJhsseSrOGya+2A== From: Josselin Poiret To: 56139@debbugs.gnu.org Subject: [PATCH 2/4] gnu: sway: Replace input libinput by libinput-minimal. Date: Wed, 22 Jun 2022 14:17:31 +0200 Message-Id: <94a01c8c8517c5bd48156c13e6d735400ef3ac82.1655899834.git.dev@jpoiret.xyz> In-Reply-To: References: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Authentication-Results: jpoiret.xyz; auth=pass smtp.auth=jpoiret@jpoiret.xyz smtp.mailfrom=dev@jpoiret.xyz X-Spamd-Bar: / X-Spam-Score: 2.1 (++) X-Spam-Report: Spam detection software, running on the system "debbugs.gnu.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see the administrator of that system for details. Content preview: * gnu/packages/wm.scm (sway)[propagated-inputs]: Replace libinput by libinput-minimal to reduce closure. --- gnu/packages/wm.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gnu/packages/wm.scm b/gnu/packages/wm.scm index fb5a6bc5b3..3fd4ed6ca4 100644 --- a/gnu/packages/wm.scm +++ b/gnu/packages/wm.scm @@ -1592,7 +1592,7 @@ (define-public sway gdk-pixbuf json [...] Content analysis details: (2.1 points, 10.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- -0.0 SPF_HELO_PASS SPF: HELO matches SPF record -0.0 SPF_PASS SPF: sender matches SPF record 1.6 PDS_OTHER_BAD_TLD Untrustworthy TLDs [URI: jpoiret.xyz (xyz)] 0.5 FROM_SUSPICIOUS_NTLD From abused NTLD -0.0 T_SCC_BODY_TEXT_LINE No description available. X-Debbugs-Envelope-To: 56139 Cc: Josselin Poiret X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: 1.1 (+) X-Spam-Report: Spam detection software, running on the system "debbugs.gnu.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see the administrator of that system for details. Content preview: * gnu/packages/wm.scm (sway)[propagated-inputs]: Replace libinput by libinput-minimal to reduce closure. --- gnu/packages/wm.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gnu/packages/wm.scm b/gnu/packages/wm.scm index fb5a6bc5b3..3fd4ed6ca4 100644 --- a/gnu/packages/wm.scm +++ b/gnu/packages/wm.scm @@ -1592,7 +1592,7 @@ (define-public sway gdk-pixbuf json [...] Content analysis details: (1.1 points, 10.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- -0.0 SPF_HELO_PASS SPF: HELO matches SPF record -0.0 SPF_PASS SPF: sender matches SPF record 1.6 PDS_OTHER_BAD_TLD Untrustworthy TLDs [URI: jpoiret.xyz (xyz)] 0.5 FROM_SUSPICIOUS_NTLD From abused NTLD -0.0 T_SCC_BODY_TEXT_LINE No description available. -1.0 MAILING_LIST_MULTI Multiple indicators imply a widely-seen list manager * gnu/packages/wm.scm (sway)[propagated-inputs]: Replace libinput by libinput-minimal to reduce closure. --- gnu/packages/wm.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gnu/packages/wm.scm b/gnu/packages/wm.scm index fb5a6bc5b3..3fd4ed6ca4 100644 --- a/gnu/packages/wm.scm +++ b/gnu/packages/wm.scm @@ -1592,7 +1592,7 @@ (define-public sway gdk-pixbuf json-c libevdev - libinput + libinput-minimal libxkbcommon pango swaybg -- 2.36.1 From debbugs-submit-bounces@debbugs.gnu.org Wed Jun 22 08:18:02 2022 Received: (at 56139) by debbugs.gnu.org; 22 Jun 2022 12:18:02 +0000 Received: from localhost ([127.0.0.1]:34250 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1o3zJ4-0007Ll-FM for submit@debbugs.gnu.org; Wed, 22 Jun 2022 08:18:02 -0400 Received: from jpoiret.xyz ([206.189.101.64]:39326) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1o3zIz-0007LA-S6 for 56139@debbugs.gnu.org; Wed, 22 Jun 2022 08:17:58 -0400 Received: from authenticated-user (jpoiret.xyz [206.189.101.64]) by jpoiret.xyz (Postfix) with ESMTPA id 2830D1851D2; Wed, 22 Jun 2022 12:17:57 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=jpoiret.xyz; s=dkim; t=1655900277; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=yBLvEwwtWUPxWdhaMRCHShUKABuQGKfYm8nduqd+NO8=; b=qL0Tl27DeO792d3D9JwjOu6xtCSuon9vcrfltVPoUXEDIxxt/SguT6iRaVT33KirBQP/NO elfuBMcptwULFHfoW+GkYJ61NxkHKTnyuOk9ZN6EwMfQD+1VHm5WyR4k0h4y1uRz7WdEtE 66DXxh2O/jrSOFlqBFR92ZWte2gOe/mziOBGDbc8DRG/NWL5rDCXsLM0XnheDVGckq2UAJ 6YGZL3IXWiogKVsy51mT345ny/3jFy/cfxJiCIDYWelpJic5X+uhbO4tSFGj7THm/JyoMW TiQriVbqy/Bhi9znFR19oz5aGx4FXTf7GcgTQN1q+kjzsAhPxHFh0BZOWsOfLA== From: Josselin Poiret To: 56139@debbugs.gnu.org Subject: [PATCH 3/4] gnu: waybar: Replace input libinput by libinput-minimal. Date: Wed, 22 Jun 2022 14:17:32 +0200 Message-Id: In-Reply-To: References: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Authentication-Results: jpoiret.xyz; auth=pass smtp.auth=jpoiret@jpoiret.xyz smtp.mailfrom=dev@jpoiret.xyz X-Spamd-Bar: / X-Spam-Score: 2.1 (++) X-Spam-Report: Spam detection software, running on the system "debbugs.gnu.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see the administrator of that system for details. Content preview: * gnu/packages/wm.scm (waybar)[propagated-inputs]: Replace libinput by libinput-minimal to reduce closure. --- gnu/packages/wm.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gnu/packages/wm.scm b/gnu/packages/wm.scm index 3fd4ed6ca4..8c312e5115 100644 --- a/gnu/packages/wm.scm +++ b/gnu/packages/wm.scm @@ -1724, 7 +1724, 7 @@ (define-public waybar gtkmm-3 jsonc [...] Content analysis details: (2.1 points, 10.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- -0.0 SPF_HELO_PASS SPF: HELO matches SPF record -0.0 SPF_PASS SPF: sender matches SPF record 1.6 PDS_OTHER_BAD_TLD Untrustworthy TLDs [URI: jpoiret.xyz (xyz)] 0.5 FROM_SUSPICIOUS_NTLD From abused NTLD -0.0 T_SCC_BODY_TEXT_LINE No description available. X-Debbugs-Envelope-To: 56139 Cc: Josselin Poiret X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: 1.1 (+) X-Spam-Report: Spam detection software, running on the system "debbugs.gnu.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see the administrator of that system for details. Content preview: * gnu/packages/wm.scm (waybar)[propagated-inputs]: Replace libinput by libinput-minimal to reduce closure. --- gnu/packages/wm.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gnu/packages/wm.scm b/gnu/packages/wm.scm index 3fd4ed6ca4..8c312e5115 100644 --- a/gnu/packages/wm.scm +++ b/gnu/packages/wm.scm @@ -1724,7 +1724,7 @@ (define-public waybar gtkmm-3 jsonc [...] Content analysis details: (1.1 points, 10.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- -0.0 SPF_HELO_PASS SPF: HELO matches SPF record -0.0 SPF_PASS SPF: sender matches SPF record 1.6 PDS_OTHER_BAD_TLD Untrustworthy TLDs [URI: jpoiret.xyz (xyz)] 0.5 FROM_SUSPICIOUS_NTLD From abused NTLD -0.0 T_SCC_BODY_TEXT_LINE No description available. -1.0 MAILING_LIST_MULTI Multiple indicators imply a widely-seen list manager * gnu/packages/wm.scm (waybar)[propagated-inputs]: Replace libinput by libinput-minimal to reduce closure. --- gnu/packages/wm.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gnu/packages/wm.scm b/gnu/packages/wm.scm index 3fd4ed6ca4..8c312e5115 100644 --- a/gnu/packages/wm.scm +++ b/gnu/packages/wm.scm @@ -1724,7 +1724,7 @@ (define-public waybar gtkmm-3 jsoncpp libdbusmenu - libinput + libinput-minimal libmpdclient libnl libxml2 -- 2.36.1 From debbugs-submit-bounces@debbugs.gnu.org Wed Jun 22 08:18:02 2022 Received: (at 56139) by debbugs.gnu.org; 22 Jun 2022 12:18:03 +0000 Received: from localhost ([127.0.0.1]:34252 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1o3zJ4-0007Lo-L7 for submit@debbugs.gnu.org; Wed, 22 Jun 2022 08:18:02 -0400 Received: from jpoiret.xyz ([206.189.101.64]:39392) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1o3zJ0-0007LH-Jj for 56139@debbugs.gnu.org; Wed, 22 Jun 2022 08:17:58 -0400 Received: from authenticated-user (jpoiret.xyz [206.189.101.64]) by jpoiret.xyz (Postfix) with ESMTPA id DEEA4184B88; Wed, 22 Jun 2022 12:17:57 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=jpoiret.xyz; s=dkim; t=1655900278; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=RnoC9D3jf/heAVw7Dn6M03wEW0pHoVxceKcjtrFClZ0=; b=PX0W6NDC4YUiMF1eUNz7vWWbhswt/dp6uqqKpNu8qdtTiD2xyYOzKKCHxZ23tCO/yxFEls Xa3XbmfRKs3KbLSBt7AgNJPqhVeWUbVoYCMoPOSLOUxYMb+3NmEMN9gdKVVmM7ssT98oQd Oj0ShzHLs2oKVFcznjepb9d0ipnBan5PbMjh0YFP0SmvFUT0Lh473sekcfb0pdwymASe5i TQsTy6aE0GHL5YNCirF2jPdUbk5kc/b2IpSmBfPfzCFmkCJnc4CMAU+J2Uu/zYLwgZA4SA 7elLG4GnnVqTvvfUY94v6tY21yXBXcOqFFxHvUv9e57zMD4jIrxZHoL3xljRjw== From: Josselin Poiret To: 56139@debbugs.gnu.org Subject: [PATCH 4/4] gnu: hikari: Replace input libinput by libinput-minimal. Date: Wed, 22 Jun 2022 14:17:33 +0200 Message-Id: In-Reply-To: References: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Authentication-Results: jpoiret.xyz; auth=pass smtp.auth=jpoiret@jpoiret.xyz smtp.mailfrom=dev@jpoiret.xyz X-Spamd-Bar: / X-Spam-Score: 2.1 (++) X-Spam-Report: Spam detection software, running on the system "debbugs.gnu.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see the administrator of that system for details. Content preview: * gnu/packages/wm.scm (hikari)[propagated-inputs]: Replace libinput by libinput-minimal to reduce closure. --- gnu/packages/wm.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gnu/packages/wm.scm b/gnu/packages/wm.scm index 8c312e5115..a23acfd3f8 100644 --- a/gnu/packages/wm.scm +++ b/gnu/packages/wm.scm @@ -2561,7 +2561,7 @@ (define-public hikari (list bmake p [...] Content analysis details: (2.1 points, 10.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- -0.0 SPF_HELO_PASS SPF: HELO matches SPF record -0.0 SPF_PASS SPF: sender matches SPF record 1.6 PDS_OTHER_BAD_TLD Untrustworthy TLDs [URI: jpoiret.xyz (xyz)] 0.5 FROM_SUSPICIOUS_NTLD From abused NTLD -0.0 T_SCC_BODY_TEXT_LINE No description available. X-Debbugs-Envelope-To: 56139 Cc: Josselin Poiret X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: 1.1 (+) X-Spam-Report: Spam detection software, running on the system "debbugs.gnu.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see the administrator of that system for details. Content preview: * gnu/packages/wm.scm (hikari)[propagated-inputs]: Replace libinput by libinput-minimal to reduce closure. --- gnu/packages/wm.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gnu/packages/wm.scm b/gnu/packages/wm.scm index 8c312e5115..a23acfd3f8 100644 --- a/gnu/packages/wm.scm +++ b/gnu/packages/wm.scm @@ -2561,7 +2561,7 @@ (define-public hikari (list bmake p [...] Content analysis details: (1.1 points, 10.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- -0.0 SPF_HELO_PASS SPF: HELO matches SPF record -0.0 SPF_PASS SPF: sender matches SPF record 1.6 PDS_OTHER_BAD_TLD Untrustworthy TLDs [URI: jpoiret.xyz (xyz)] 0.5 FROM_SUSPICIOUS_NTLD From abused NTLD -0.0 T_SCC_BODY_TEXT_LINE No description available. -1.0 MAILING_LIST_MULTI Multiple indicators imply a widely-seen list manager * gnu/packages/wm.scm (hikari)[propagated-inputs]: Replace libinput by libinput-minimal to reduce closure. --- gnu/packages/wm.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gnu/packages/wm.scm b/gnu/packages/wm.scm index 8c312e5115..a23acfd3f8 100644 --- a/gnu/packages/wm.scm +++ b/gnu/packages/wm.scm @@ -2561,7 +2561,7 @@ (define-public hikari (list bmake pkg-config wayland-protocols)) (inputs `(("cairo" ,cairo) - ("libinput" ,libinput) + ("libinput" ,libinput-minimal) ("libucl" ,libucl) ("libxkbcommon" ,libxkbcommon) ("pam" ,linux-pam) -- 2.36.1 From debbugs-submit-bounces@debbugs.gnu.org Thu Jun 23 16:21:01 2022 Received: (at 56139-done) by debbugs.gnu.org; 23 Jun 2022 20:21:01 +0000 Received: from localhost ([127.0.0.1]:40007 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1o4TK1-0005te-4i for submit@debbugs.gnu.org; Thu, 23 Jun 2022 16:21:01 -0400 Received: from eggs.gnu.org ([209.51.188.92]:55702) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1o4TJy-0005tF-41 for 56139-done@debbugs.gnu.org; Thu, 23 Jun 2022 16:21:00 -0400 Received: from fencepost.gnu.org ([2001:470:142:3::e]:48766) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1o4TJs-0003Tn-P9; Thu, 23 Jun 2022 16:20: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=jOk509n5nMEE8hI/l+cUR+jvxSfgIEXkkxNbyTGx8bU=; b=Kx9o1Mgs4HkBvDPXWsOE DR9yLxNrZ63K1ug0WR1HhyHUZ8bCaOdpBtTHnwJGdZMDeFgwtqWbDokjruB7JfBBmPY0jYLTZiwwp muZ+DbofMhNbAhEWNHyc1lS4DiXW/s9TQ6gopsHXjwmMG9XNdOHVm4eqiTw70TZaJu+VTbtSHoSk0 eUHsHv42yjVpCy1r+1aR7oozswa+Br2cQO1AY7ohxqjnKjhiqXEADQBNnME/292Q+SIYmi9XFhgBx qTgspYSwMC/KY8QfZgUGiT+SPDd+wUnnwaPewRE2AKgrw7f8g2dEsfZPRIiuGjdTB4Vnt/Z0ZwbVO png88fKdGVsDYw==; Received: from 91-160-117-201.subs.proxad.net ([91.160.117.201]:60985 helo=ribbon) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1o4TJs-0000Uo-8P; Thu, 23 Jun 2022 16:20:52 -0400 From: =?utf-8?Q?Ludovic_Court=C3=A8s?= To: Josselin Poiret Subject: Re: bug#56139: [PATCH 0/4] Make window managers use libinput-minimal instead of libinput References: Date: Thu, 23 Jun 2022 22:20:49 +0200 In-Reply-To: (Josselin Poiret's message of "Wed, 22 Jun 2022 14:14:15 +0200") Message-ID: <87czezxhb2.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-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 56139-done Cc: 56139-done@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.7 (-) Hi, Josselin Poiret skribis: > This reduces their total closure, since libinput pulls in gtk+ which > adds roughly 400MiB. Good catch; applied, thanks! It never occurred to me that it could depend on GTK+; apparently that=E2=80= =99s for some debugging GUI, but it=E2=80=99s not clear how it=E2=80=99s suppose= d to get invoked: --8<---------------cut here---------------start------------->8--- $ grep -r 2i4ykhraljp7jhhs76v44c51kkz31f01 $(guix build libinput) grep: /gnu/store/brbdvjj4k9g80c2vdv8cfkckwd1q9dsk-libinput-1.19.2/libexec/l= ibinput/libinput-debug-gui: binary file matches grep: /gnu/store/brbdvjj4k9g80c2vdv8cfkckwd1q9dsk-libinput-1.19.2/etc/ld.so= .cache: binary file matches $ grep -r libinput-debug-gui $(guix build libinput) $ echo $? 1 --8<---------------cut here---------------end--------------->8--- What=E2=80=99s is it used for? Ludo=E2=80=99. From debbugs-submit-bounces@debbugs.gnu.org Thu Jun 23 16:34:20 2022 Received: (at 56139-done) by debbugs.gnu.org; 23 Jun 2022 20:34:21 +0000 Received: from localhost ([127.0.0.1]:40062 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1o4TWu-0006Im-Lq for submit@debbugs.gnu.org; Thu, 23 Jun 2022 16:34:20 -0400 Received: from xavier.telenet-ops.be ([195.130.132.52]:44408) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1o4TWr-0006Ic-TY for 56139-done@debbugs.gnu.org; Thu, 23 Jun 2022 16:34:18 -0400 Received: from ptr-bvsjgyhxw7psv60dyze.18120a2.ip6.access.telenet.be ([IPv6:2a02:1811:8c09:9d00:3c5f:2eff:feb0:ba5a]) by xavier.telenet-ops.be with bizsmtp id mkaF2700J4UW6Th01kaGhc; Thu, 23 Jun 2022 22:34:16 +0200 Message-ID: <9c8e337b78e241db28385105ceac98b694bf376f.camel@telenet.be> Subject: Re: bug#56139: [PATCH 0/4] Make window managers use libinput-minimal instead of libinput From: Maxime Devos To: Ludovic =?ISO-8859-1?Q?Court=E8s?= , Josselin Poiret Date: Thu, 23 Jun 2022 22:34:08 +0200 In-Reply-To: <87czezxhb2.fsf@gnu.org> References: <87czezxhb2.fsf@gnu.org> Content-Type: multipart/signed; micalg="pgp-sha512"; protocol="application/pgp-signature"; boundary="=-B5yf+mov3lknFtinexkg" User-Agent: Evolution 3.38.3-1 MIME-Version: 1.0 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=telenet.be; s=r22; t=1656016456; bh=4Eaat58eR1zOzwuKZWEBOTqAzZ8hrG0EEJptbxcGUTs=; h=Subject:From:To:Cc:Date:In-Reply-To:References; b=lm6t71m39nO68Uuy2Rb2Ql35aIb6CyKgck1A0keoiaxHvSpO6aTccD2JCc7uIJXPn Y9Bb/tUJM2kKgciLEwx+/qPs+nexvPG+Cm/7BQ4PKumQbkSa0ssfGbDeceIHCo/UFA XWwW109nmapkXC/V81VxPX16Mg61e8bDkj82bwvVib1aUS44aohozbOMf9ilt3uCFg dlDmNXRHIV6nMox0gjerrkPIRuje5fyl/dvYLk8AhYBBsFoKfIzBglJPIr2bDqzHqe AcMlyhtYxLSA5n4baeB2eSmKEmuqNNyzUFM3rV0/vC2SUGGEp9dlaXvI9mREeLW3OI jr5b45mROdr3A== X-Spam-Score: 1.6 (+) X-Spam-Report: Spam detection software, running on the system "debbugs.gnu.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see the administrator of that system for details. Content preview: Ludovic Courtès schreef op do 23-06-2022 om 22:20 [+0200]: > Hi, > > Josselin Poiret skribis: > > > This reduces their total closure, since libinput pulls in gtk+ which > > adds roughly 400MiB. > > [...] Content analysis details: (1.6 points, 10.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- -0.0 RCVD_IN_DNSWL_NONE RBL: Sender listed at https://www.dnswl.org/, no trust [195.130.132.52 listed in list.dnswl.org] -0.0 SPF_PASS SPF: sender matches SPF record 0.0 SPF_HELO_NONE SPF: HELO does not publish an SPF Record 0.0 FREEMAIL_FROM Sender email is commonly abused enduser mail provider (maximedevos[at]telenet.be) 1.6 PDS_OTHER_BAD_TLD Untrustworthy TLDs [URI: jpoiret.xyz (xyz)] -0.0 T_SCC_BODY_TEXT_LINE No description available. X-Debbugs-Envelope-To: 56139-done Cc: 56139-done@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: 0.6 (/) --=-B5yf+mov3lknFtinexkg Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable Ludovic Court=C3=A8s schreef op do 23-06-2022 om 22:20 [+0200]: > Hi, >=20 > Josselin Poiret skribis: >=20 > > This reduces their total closure, since libinput pulls in gtk+ which > > adds roughly 400MiB. >=20 > Good catch; applied, thanks! >=20 > It never occurred to me that it could depend on GTK+; apparently that=E2= =80=99s > for some debugging GUI, but it=E2=80=99s not clear how it=E2=80=99s suppo= sed to get > invoked: >=20 > [...] >=20 > What=E2=80=99s is it used for? FWIW, it has a man page: ? 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? 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?). Greetings, Maxime. --=-B5yf+mov3lknFtinexkg Content-Type: application/pgp-signature; name="signature.asc" Content-Description: This is a digitally signed message part Content-Transfer-Encoding: 7bit -----BEGIN PGP SIGNATURE----- iI0EABYKADUWIQTB8z7iDFKP233XAR9J4+4iGRcl7gUCYrTOQBccbWF4aW1lZGV2 b3NAdGVsZW5ldC5iZQAKCRBJ4+4iGRcl7gAsAP968mGV/a4OqCqkGw+YkK5japUE AcEcJrZ4jBVcCOnCygD+I+nbpM6y0bTs2b/Laip2LAz8uz3nTzOmj81XVI/C4QI= =Ls67 -----END PGP SIGNATURE----- --=-B5yf+mov3lknFtinexkg-- From debbugs-submit-bounces@debbugs.gnu.org Fri Jun 24 11:11:02 2022 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: =?utf-8?Q?Ludovic_Court=C3=A8s?= To: Maxime Devos Subject: Re: bug#56139: [PATCH 0/4] Make window managers use libinput-minimal instead of libinput 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=A9vol?= =?utf-8?Q?ution=2C?= 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-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: 56139-done Cc: Josselin Poiret , 56139-done@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -3.3 (---) 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. From debbugs-submit-bounces@debbugs.gnu.org Sun Jun 26 06:15:02 2022 Received: (at 56139-done) by debbugs.gnu.org; 26 Jun 2022 10:15:02 +0000 Received: from localhost ([127.0.0.1]:46763 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1o5PIE-0000QS-Hw for submit@debbugs.gnu.org; Sun, 26 Jun 2022 06:15:02 -0400 Received: from jpoiret.xyz ([206.189.101.64]:46762) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1o5PIC-0000Pl-Qf for 56139-done@debbugs.gnu.org; Sun, 26 Jun 2022 06:15:01 -0400 Received: from authenticated-user (jpoiret.xyz [206.189.101.64]) by jpoiret.xyz (Postfix) with ESMTPA id E412A184F1E; Sun, 26 Jun 2022 10:14:58 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=jpoiret.xyz; s=dkim; t=1656238499; h=from:from: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: in-reply-to:in-reply-to:references:references; bh=Gg7iAZ8W8/EuW831JkjjdLKb/+Skr2a7FVuxRFF644g=; b=LYw8KkBkdvEdN2wVZzSU+IuSjGHuhoWSE70lZca/heTpLj1X7oCvnKero0FADDBgMfbmAM TZVVBm+bR1Ayhvv8RVL2aM2G1H5iR/17WeThTTkwPE9Bp6geGgZMu+2mQP6j0oJbWS6KXp 7MEOxOgj7tqNUVW/vgVKX0DdvZbMahfjo/ADh+Ry3XqXymTRYsXGZBJtq7veGtHRI/z7mi +843p4BwFPnsnc6bXKfcL0K+tklX5o4Db+gFUgrRSqdeGMjPLWhnaiY5wDNYvOKSg14NvJ a4dFoZO4bzdtTJFScOEqSjlgCLT4qCGphwl+OeK9AFiIoGCDW7qiqIzpKNH3oQ== From: Josselin Poiret To: Ludovic =?utf-8?Q?Court=C3=A8s?= , Maxime Devos Subject: Re: bug#56139: [PATCH 0/4] Make window managers use libinput-minimal instead of libinput In-Reply-To: <87zgi2t7uu.fsf@gnu.org> References: <87czezxhb2.fsf@gnu.org> <9c8e337b78e241db28385105ceac98b694bf376f.camel@telenet.be> <87zgi2t7uu.fsf@gnu.org> Date: Sun, 26 Jun 2022 12:14:57 +0200 Message-ID: <8735fru3xa.fsf@jpoiret.xyz> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Authentication-Results: jpoiret.xyz; auth=pass smtp.auth=jpoiret@jpoiret.xyz smtp.mailfrom=dev@jpoiret.xyz X-Spamd-Bar: / X-Spam-Score: 2.1 (++) X-Spam-Report: Spam detection software, running on the system "debbugs.gnu.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see the administrator of that system for details. Content preview: Hi Ludo and Maxime, Ludovic Courtès writes: > Since it’s under libexec/, I’d assume that it’s not meant to be invoked > directly, but the man page suggests otherwise?… Just as a heads-up, the debug GUI is supposed to be launched through `libinput debug-gui`. I'm not sure there's anything there that cannot be debugged through `libinput debug-envents` though. Content analysis details: (2.1 points, 10.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- -0.0 SPF_HELO_PASS SPF: HELO matches SPF record -0.0 SPF_PASS SPF: sender matches SPF record 1.6 PDS_OTHER_BAD_TLD Untrustworthy TLDs [URI: jpoiret.xyz (xyz)] 0.5 FROM_SUSPICIOUS_NTLD From abused NTLD -0.0 T_SCC_BODY_TEXT_LINE No description available. X-Debbugs-Envelope-To: 56139-done Cc: 56139-done@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: 2.1 (++) X-Spam-Report: Spam detection software, running on the system "debbugs.gnu.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see the administrator of that system for details. Content preview: Hi Ludo and Maxime, Ludovic Courtès writes: > Since it’s under libexec/, I’d assume that it’s not meant to be invoked > directly, but the man page suggests otherwise?… Just as a heads-up, the debug GUI is supposed to be launched through `libinput debug-gui`. I'm not sure there's anything there that cannot be debugged through `libinput debug-envents` though. Content analysis details: (2.1 points, 10.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- -0.0 SPF_HELO_PASS SPF: HELO matches SPF record -0.0 SPF_PASS SPF: sender matches SPF record 1.6 PDS_OTHER_BAD_TLD Untrustworthy TLDs [URI: jpoiret.xyz (xyz)] 1.0 BULK_RE_SUSP_NTLD Precedence bulk and RE: from a suspicious TLD 0.5 FROM_SUSPICIOUS_NTLD From abused NTLD -0.0 T_SCC_BODY_TEXT_LINE No description available. -1.0 MAILING_LIST_MULTI Multiple indicators imply a widely-seen list manager Hi Ludo and Maxime,=20 Ludovic Court=C3=A8s writes: > Since it=E2=80=99s under libexec/, I=E2=80=99d assume that it=E2=80=99s n= ot meant to be invoked > directly, but the man page suggests otherwise?=E2=80=A6 Just as a heads-up, the debug GUI is supposed to be launched through `libinput debug-gui`. I'm not sure there's anything there that cannot be debugged through `libinput debug-envents` though. Cheers, --=20 Josselin Poiret From unknown Sun Jun 22 13:39:33 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Sun, 24 Jul 2022 11:24:06 +0000 User-Agent: Fakemail v42.6.9 # This is a fake control message. # # The action: # bug archived. thanks # This fakemail brought to you by your local debbugs # administrator