summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/shell/main.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/shell/main.c b/src/shell/main.c
index e0d0f53dfe..e154fba7af 100644
--- a/src/shell/main.c
+++ b/src/shell/main.c
@@ -475,6 +475,10 @@ main (gint argc,
return 0;
}
+ /* Disable sandboxing to enable printing, until WebKitGTK is fixed:
+ https://bugs.webkit.org/show_bug.cgi?id=202363 */
+ g_setenv ("WEBKIT_FORCE_SANDBOX", "0", FALSE);
+
/* Pre-cache list of supported locales */
e_util_enum_supported_locales ();