unofficial mirror of help-guix@gnu.org 
 help / color / mirror / Atom feed
From: Ricardo Wurmus <rekado@elephly.net>
To: Peter Polidoro <peter@polidoro.io>
Cc: help-guix@gnu.org
Subject: Re: Help-Guix Digest, Vol 83, Issue 10
Date: Sat, 08 Oct 2022 09:37:42 +0200	[thread overview]
Message-ID: <87wn9alq7q.fsf@elephly.net> (raw)
In-Reply-To: <87mta7edmz.fsf@polidoro.io>


Peter Polidoro <peter@polidoro.io> writes:

>> GTK+ comes with broadwayd, which lets you use the browser to render
>> the
>> GUI.  Here’s a quick example:
>>
>>   guix shell gtk+:bin -- broadwayd :5 &
>>   GDK_BACKEND=broadway BROADWAY_DISPLAY=:5 guix shell abiword --
>> abiword
>>
>> Then visit http://127.0.0.1:8085/ in your browser.
>
> This is really interesting, thank you!
>
> When I try to run this, however, I get the error:
>
> $ guix shell gtk+:bin -- broadwayd :5 & GDK_BACKEND=broadway
> BROADWAY_DISPLAY=:5 guix shell abiword -- abiword
>
> [1] 4066
> Listening on /run/user/1000/broadway6.socket
>
> (abiword:4094): Clutter-Gtk-ERROR **: 13:31:52.255: *** Unsupported
> backend.
>
> $ guix describe --format=channels
> (list (channel
>        (name 'guix)
>        (url "https://git.savannah.gnu.org/git/guix.git")
>        (branch "master")
>        (commit
>          "3657b4daeafab8d3935191d57653b8331e395897")
>        (introduction
>          (make-channel-introduction
>            "9edb3f66fd807b096b48283debdcddccfea34bad"
>            (openpgp-fingerprint
>              "BBB0 2DDF 2CEA F6A8 0D1D  E643 A2A0 6DF2 A33A
>              54FA")))))

Works for me with

(list (channel
        (name 'guix)
        (url "https://git.savannah.gnu.org/git/guix.git")
        (branch "master")
        (commit
          "b86867417fa76384eae76fcef099cf4d133bb20d")
        (introduction
          (make-channel-introduction
            "9edb3f66fd807b096b48283debdcddccfea34bad"
            (openpgp-fingerprint
              "BBB0 2DDF 2CEA F6A8 0D1D  E643 A2A0 6DF2 A33A 54FA")))))

and

$ guix shell gtk+:bin -- broadwayd :5 &
$ GDK_BACKEND=broadway BROADWAY_DISPLAY=:5 guix shell abiword -- abiword
$ icecat http://localhost:8085

-- 
Ricardo


      reply	other threads:[~2022-10-08  7:40 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <mailman.3969.1665147237.8550.help-guix@gnu.org>
2022-10-07 17:32 ` Help-Guix Digest, Vol 83, Issue 10 Peter Polidoro
2022-10-08  7:37   ` Ricardo Wurmus [this message]

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=87wn9alq7q.fsf@elephly.net \
    --to=rekado@elephly.net \
    --cc=help-guix@gnu.org \
    --cc=peter@polidoro.io \
    /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.
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).