Skip to content

Commit

Permalink
Fixes 5030: fix segfault (#5075)
Browse files Browse the repository at this point in the history
Signed-off-by: Jamin W. Collins <[email protected]>
  • Loading branch information
jamincollins authored May 3, 2024
1 parent 44432e2 commit c2e19b6
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/OrcaSlicer.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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();
Expand Down

0 comments on commit c2e19b6

Please sign in to comment.