1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-02-19 06:31:34 -08:00

; * etc/PROBLEMS: Minor clarification of a recent entry.

This was accidentally committed to master instead of emacs-28.

(cherry picked from commit a95520d3df)
This commit is contained in:
Stefan Kangas 2021-11-07 18:32:28 +01:00
parent 7fdb2ae412
commit ffe40045dc

View file

@ -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 Bubblewrap sandboxing. You can avoid the crash by setting the
environment variables SNAP, SNAP_NAME and SNAP_REVISION, which will environment variables SNAP, SNAP_NAME and SNAP_REVISION, which will
make WebKit use GLib to launch subprocesses instead. For example, make WebKit use GLib to launch subprocesses instead. For example,
invoke Emacs like this (where "..." stands for the command-line invoke Emacs like this (where "..." stands for the other command-line
arguments you need to pass to Emacs): arguments you intend to pass to Emacs):
$ SNAP=1 SNAP_NAME=1 SNAP_REVISION=1 emacs ... $ SNAP=1 SNAP_NAME=1 SNAP_REVISION=1 emacs ...