emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

emacs-28 54b726c: ; * etc/PROBLEMS: More specific recipe for WebKit-rela


From: Eli Zaretskii
Subject: emacs-28 54b726c: ; * etc/PROBLEMS: More specific recipe for WebKit-related crashes.
Date: Sun, 7 Nov 2021 02:35:36 -0500 (EST)

branch: emacs-28
commit 54b726c81571551fe81f85ba3ec928b8358f2846
Author: Eli Zaretskii <eliz@gnu.org>
Commit: Eli Zaretskii <eliz@gnu.org>

    ; * etc/PROBLEMS: More specific recipe for WebKit-related crashes.
---
 etc/PROBLEMS | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/etc/PROBLEMS b/etc/PROBLEMS
index bb5f3b7..1f62146 100644
--- a/etc/PROBLEMS
+++ b/etc/PROBLEMS
@@ -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.
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]