From c2e19b65a8e0f4aaa2d146ed9fea1ef1e47438d6 Mon Sep 17 00:00:00 2001 From: Jamin Collins Date: Fri, 3 May 2024 08:52:47 -0600 Subject: [PATCH] Fixes 5030: fix segfault (#5075) Signed-off-by: Jamin W. Collins --- src/OrcaSlicer.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/OrcaSlicer.cpp b/src/OrcaSlicer.cpp index 3981a6669c2..e9a5d6e6418 100644 --- a/src/OrcaSlicer.cpp +++ b/src/OrcaSlicer.cpp @@ -892,8 +892,6 @@ int CLI::run(int argc, char **argv) // instruct the window manager to fall back to X server mode. ::setenv("GDK_BACKEND", "x11", /* replace */ true); - ::setenv("WEBKIT_DISABLE_COMPOSITING_MODE", "1", /* replace */ false); - // Also on Linux, we need to tell Xlib that we will be using threads, // lest we crash when we fire up GStreamer. XInitThreads();