unofficial mirror of bug-guix@gnu.org 
 help / color / mirror / code / Atom feed
From: Alexandros Theodotou <alex@zrythm.org>
To: 36900@debbugs.gnu.org
Subject: bug#36900: key-mon crashes on launch
Date: Sat, 09 Jan 2021 14:49:30 +0000	[thread overview]
Message-ID: <66d58b6c56ee5595b052e0736a0e0ffb0fdd8488.camel@zrythm.org> (raw)
In-Reply-To: <0c086cf749e6b5b09ddbcbb2b59d8b0d79d514b5.camel@gmail.com>

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





  parent reply	other threads:[~2021-01-09 14:50 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-08-02 22:40 bug#36900: key-mon crashes on launch Jesse Gibbons
2019-08-02 23:21 ` Tobias Geerinckx-Rice
2019-08-03  1:54 ` Jesse Gibbons
2021-01-03 21:16 ` Alexandros Theodotou
2021-01-03 21:58   ` Tobias Geerinckx-Rice via Bug reports for GNU Guix
2021-01-03 22:20     ` Alexandros Theodotou
2021-01-09 14:49 ` Alexandros Theodotou [this message]
2021-08-14 20:34 ` John Kehayias via Bug reports for GNU Guix
2021-08-14 20:40   ` John Kehayias via Bug reports for GNU Guix

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://guix.gnu.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=66d58b6c56ee5595b052e0736a0e0ffb0fdd8488.camel@zrythm.org \
    --to=alex@zrythm.org \
    --cc=36900@debbugs.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).