On 2022-10-07 10:07, Ricardo Wurmus wrote:
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 -- abiwordThen visit http://127.0.0.1:8085/ in your browser.
Just so no one misses it - emacs also works if you use the emacs-next-pgtk package:
GDK_BACKEND=broadway BROADWAY_DISPLAY=:5 guix shell emacs-next-pgtk -- emacs
Best regards, David