summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMilan Crha <mcrha@redhat.com>2021-05-21 08:03:53 +0200
committerMilan Crha <mcrha@redhat.com>2021-05-21 08:05:51 +0200
commit013c4ffff81858990839cc31812706d996896197 (patch)
treeadcc5a4d40f288847e39917ee29c413031d3bcad
parent9d3c8aacd0e9d36b2bf59318a0b715dfe745b96d (diff)
downloadevolution-013c4ffff81858990839cc31812706d996896197.tar.gz
Disable sandboxing to enable printing, until WebKitGTK is fixed
-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 ();