From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp10.migadu.com ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms5.migadu.com with LMTPS id IMBvFHnLtGI1twAAbAwnHQ (envelope-from ) for ; Thu, 23 Jun 2022 22:22:17 +0200 Received: from aspmx1.migadu.com ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp10.migadu.com with LMTPS id kFmKE3nLtGInAwEAG6o9tA (envelope-from ) for ; Thu, 23 Jun 2022 22:22:17 +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 C7FEE88AD for ; Thu, 23 Jun 2022 22:22:16 +0200 (CEST) Received: from localhost ([::1]:50214 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1o4TLD-0000cp-Bg for larch@yhetil.org; Thu, 23 Jun 2022 16:22:15 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:40884) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1o4TL0-0000a9-Ls for guix-patches@gnu.org; Thu, 23 Jun 2022 16:22:03 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:46111) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1o4TL0-0003eS-DW for guix-patches@gnu.org; Thu, 23 Jun 2022 16:22:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1o4TL0-0005vQ-8i for guix-patches@gnu.org; Thu, 23 Jun 2022 16:22:02 -0400 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-To: guix-patches@gnu.org Resent-Date: Thu, 23 Jun 2022 20:22:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: cc-closed 56139 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: Josselin Poiret Cc: 56139-done@debbugs.gnu.org Mail-Followup-To: 56139@debbugs.gnu.org, ludo@gnu.org, dev@jpoiret.xyz Received: via spool by 56139-done@debbugs.gnu.org id=D56139.165601566122685 (code D ref 56139); Thu, 23 Jun 2022 20:22:02 +0000 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: Ludovic =?UTF-8?Q?Court=C3=A8s?= 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-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=1656015737; 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-to: 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=jOk509n5nMEE8hI/l+cUR+jvxSfgIEXkkxNbyTGx8bU=; b=bmMht+NEPqkLMfyJV6lIsjOLG7koQFSCpW5H6BGdxg77T8YGz7lW3ruuvJChpdu/WEltWS wMUpnF6SDCsZrsxD2GXVLHtVQL5DS4RFD4C4Ch4pzoc9FdgROTZU1tcNKmHpkUE0cFPgYm goMfVN8o2nmYNMCx92Jqyc4OgBKwEgfKl/fCKE86FL4RwvaQvaEnzhc5UDUjHsQYWoh6zo HI6gbwMhzGFmO/kGJCSTDbJdobO+BAomwBp1zK/bIhZ22oq2tjZYND57ok7fyoM3OEDKgf acEMVtek1IfGn5UWYhz0QNITF5j+o+PPCVbd2TFWtneQfZHpSHbakv9+Bs13CA== ARC-Seal: i=1; s=key1; d=yhetil.org; t=1656015737; a=rsa-sha256; cv=none; b=ZuAf7ynb1kiIRFWrPzFxdRNk5Nn/WAeqZ20N8zfGEyRbqMChik19Lwd8S+8ZIMKDer/pDV SetN41YyfXuG0UPdI0pO/SYei+mYlQIRmncFHGzdmEXWeLxq1gn+x0eicEhBmEjaPG9RkG vSnvOgY4vxEZUJLpAEzkjKkacqA0UpnbaymlSEJQbhEJrrfoS2Tx1NErslcU6MmON+AHR8 9k/rxUe8rh0WF4C1DZkzkLPoLHKbaOfvFQE9D0+PQOS0R1N0A/n+fSVHoJJ2xm/H6HZKb0 V7lZ9rstj00KW/v5lpY3nTg4IUyYgo2ZML31wqOwmt1u3QKD/ttb7GYBaChPnw== 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=Kx9o1Mgs; 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: -3.86 Authentication-Results: aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=gnu.org header.s=fencepost-gnu-org header.b=Kx9o1Mgs; 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: C7FEE88AD X-Spam-Score: -3.86 X-Migadu-Scanner: scn1.migadu.com X-TUID: FJtLq8DEoTxp 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.