]> git.eshelyaron.com Git - emacs.git/commitdiff
; * etc/PROBLEMS: More specific recipe for WebKit-related crashes.
authorEli Zaretskii <eliz@gnu.org>
Sun, 7 Nov 2021 07:34:30 +0000 (09:34 +0200)
committerEli Zaretskii <eliz@gnu.org>
Sun, 7 Nov 2021 07:34:30 +0000 (09:34 +0200)
etc/PROBLEMS

index bb5f3b76c1e8fdf323afc91422f5298f815381fa..1f62146c1cf9d0679b82e9269d16352261ffb316 100644 (file)
@@ -184,7 +184,11 @@ This could happen if the version of WebKitGTK installed on your system
 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.
+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):
+
+  $ SNAP=1 SNAP_NAME=1 SNAP_REVISION=1 emacs ...
 
 ** Emacs crashes when you try to view a file with complex characters.