[evolution] Disable sandboxing to enable printing, until WebKitGTK is fixed
- From: Milan Crha <mcrha src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [evolution] Disable sandboxing to enable printing, until WebKitGTK is fixed
- Date: Fri, 21 May 2021 06:04:18 +0000 (UTC)
commit 9d82745d017fd26aa266295ed88b7c3065164731
Author: Milan Crha <mcrha redhat com>
Date: Fri May 21 08:03:53 2021 +0200
Disable sandboxing to enable printing, until WebKitGTK is fixed
src/shell/main.c | 4 ++++
1 file changed, 4 insertions(+)
---
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 ();
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]