diff options
Diffstat (limited to 'etc')
| -rw-r--r-- | etc/PROBLEMS | 6 |
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 | |||
| 184 | is buggy, and errors out trying to start a subprocess through | 184 | is buggy, and errors out trying to start a subprocess through |
| 185 | Bubblewrap sandboxing. You can avoid the crash by setting the | 185 | Bubblewrap sandboxing. You can avoid the crash by setting the |
| 186 | environment variables SNAP, SNAP_NAME and SNAP_REVISION, which will | 186 | environment variables SNAP, SNAP_NAME and SNAP_REVISION, which will |
| 187 | make WebKit use GLib to launch subprocesses instead. | 187 | make WebKit use GLib to launch subprocesses instead. For example, |
| 188 | invoke Emacs like this (where "..." stands for the command-line | ||
| 189 | arguments 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 | ||