From: Stefan Kangas Date: Sun, 7 Nov 2021 17:32:28 +0000 (+0100) Subject: ; * etc/PROBLEMS: Minor clarification of a recent entry. X-Git-Tag: emacs-29.0.90~3671^2~100 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=a95520d3dfa1b97f88e51f1ee5ef07e278cb854a;p=emacs.git ; * etc/PROBLEMS: Minor clarification of a recent entry. --- diff --git a/etc/PROBLEMS b/etc/PROBLEMS index 2e3f70ae117..372a524e7dd 100644 --- a/etc/PROBLEMS +++ b/etc/PROBLEMS @@ -185,8 +185,8 @@ is buggy, and errors out trying to start a subprocess through Bubblewrap sandboxing. You can avoid the crash by setting the environment variables SNAP, SNAP_NAME and SNAP_REVISION, which will make WebKit use GLib to launch subprocesses instead. For example, -invoke Emacs like this (where "..." stands for the command-line -arguments you need to pass to Emacs): +invoke Emacs like this (where "..." stands for the other command-line +arguments you intend to pass to Emacs): $ SNAP=1 SNAP_NAME=1 SNAP_REVISION=1 emacs ...