Disable sandboxing to enable printing, until WebKitGTK is fixed

This commit is contained in:
Milan Crha
2021-05-21 08:03:53 +02:00
parent 04e17bbf77
commit 9d82745d01

View File

@ -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 ();