GNU bug report logs - #36900
key-mon crashes on launch

Previous Next

Package: guix;

Reported by: Jesse Gibbons <jgibbons2357 <at> gmail.com>

Date: Fri, 2 Aug 2019 22:42:01 UTC

Severity: normal

Full log


View this message in rfc822 format

From: Alexandros Theodotou <alex <at> zrythm.org>
To: 36900 <at> debbugs.gnu.org
Subject: bug#36900: key-mon crashes on launch
Date: Sat, 09 Jan 2021 14:49:30 +0000
Some things discovered on IRC:

"works for me with [patch below] and by running: $ ./pre-inst-env guix
environment --ad-hoc key-mon gdk-pixbuf+svg --pure -- $(which bash) -c
'DISPLAY=:0 key-mon'"

"figuring out where to propagate gdk-pixbuf+svg remains to be found"

```patch
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 23e43b7e75..c418a9c7e0 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -8046,8 +8046,9 @@ falling into the Python interpreter.")
     (native-inputs
      `(("python-mock" ,python-mock)
        ("python-setuptools-scm" ,python-setuptools-scm)
-       ("python-six" ,python-six)
        ("xorg-server" ,xorg-server)))
+    (propagated-inputs
+     `(("python-six" ,python-six)))
     (home-page "https://github.com/python-xlib/python-xlib")
     (synopsis "Python X11 client library")
     (description
```

FYI, the python-screenkey patch also has a similar issue, this could be
it.

Thanks,
Alex





This bug report was last modified 3 years and 302 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.