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

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

bug#56139: closed ([PATCH 0/4] Make window managers use libinput-minimal


From: GNU bug Tracking System
Subject: bug#56139: closed ([PATCH 0/4] Make window managers use libinput-minimal instead of libinput)
Date: Thu, 23 Jun 2022 20:22:02 +0000

Your message dated Thu, 23 Jun 2022 22:20:49 +0200
with message-id <87czezxhb2.fsf@gnu.org>
and subject line Re: bug#56139: [PATCH 0/4] Make window managers use 
libinput-minimal instead of libinput
has caused the debbugs.gnu.org bug report #56139,
regarding [PATCH 0/4] Make window managers use libinput-minimal instead of 
libinput
to be marked as done.

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


-- 
56139: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=56139
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: [PATCH 0/4] Make window managers use libinput-minimal instead of libinput Date: Wed, 22 Jun 2022 14:14:15 +0200
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




--- End Message ---
--- Begin Message --- Subject: Re: bug#56139: [PATCH 0/4] Make window managers use libinput-minimal instead of libinput Date: Thu, 23 Jun 2022 22:20:49 +0200 User-agent: Gnus/5.13 (Gnus v5.13) Emacs/28.1 (gnu/linux)
Hi,

Josselin Poiret <dev@jpoiret.xyz> 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’s
for some debugging GUI, but it’s not clear how it’s supposed to get
invoked:

--8<---------------cut here---------------start------------->8---
$ grep -r 2i4ykhraljp7jhhs76v44c51kkz31f01 $(guix build libinput)
grep: 
/gnu/store/brbdvjj4k9g80c2vdv8cfkckwd1q9dsk-libinput-1.19.2/libexec/libinput/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’s is it used for?

Ludo’.


--- End Message ---

reply via email to

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