aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
Diffstat (limited to 'etc')
-rw-r--r--etc/PROBLEMS6
1 files changed, 5 insertions, 1 deletions
diff --git a/etc/PROBLEMS b/etc/PROBLEMS
index b069ccee56f..2e3f70ae117 100644
--- a/etc/PROBLEMS
+++ b/etc/PROBLEMS
@@ -184,7 +184,11 @@ This could happen if the version of WebKitGTK installed on your system
184is buggy, and errors out trying to start a subprocess through 184is buggy, and errors out trying to start a subprocess through
185Bubblewrap sandboxing. You can avoid the crash by setting the 185Bubblewrap sandboxing. You can avoid the crash by setting the
186environment variables SNAP, SNAP_NAME and SNAP_REVISION, which will 186environment variables SNAP, SNAP_NAME and SNAP_REVISION, which will
187make WebKit use GLib to launch subprocesses instead. 187make WebKit use GLib to launch subprocesses instead. For example,
188invoke Emacs like this (where "..." stands for the command-line
189arguments you need to pass to Emacs):
190
191 $ SNAP=1 SNAP_NAME=1 SNAP_REVISION=1 emacs ...
188 192
189** Emacs crashes when you try to view a file with complex characters. 193** Emacs crashes when you try to view a file with complex characters.
190 194