189 | | $ export GST_DEBUG="3,webkit*:6" GST_DEBUG_FILE="$HOME/gst.log" GST_DEBUG_NO_COLOR=1 WEBKIT_FORCE_SANDBOX=0 |
190 | | }}} |
191 | | |
192 | | WEBKIT_FORCE_SANDBOX=0 is required to ensure the debug log is saved in your real home directory, not the sandbox's home directory. |
| 189 | $ export GST_DEBUG="3,webkit*:6" GST_DEBUG_FILE="$HOME/gst.log" GST_DEBUG_NO_COLOR=1 WEBKIT_DISABLE_SANDBOX_THIS_IS_DANGEROUS=1 |
| 190 | }}} |
| 191 | |
| 192 | WEBKIT_DISABLE_SANDBOX_THIS_IS_DANGEROUS=1 is required to ensure the debug log is saved in your real home directory, not the sandbox's home directory. |
| 193 | |
| 194 | To debug using flatpak, be sure to use `flatpak run --filesystem=home` to disable the flatpak sandbox as well. |