diff --git a/src/BambuStudio.cpp b/src/BambuStudio.cpp index 6a9f05163..0b3afab68 100644 --- a/src/BambuStudio.cpp +++ b/src/BambuStudio.cpp @@ -889,6 +889,8 @@ 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();