mirror of
https://git.mirrors.martin98.com/https://github.com/prusa3d/PrusaSlicer.git
synced 2025-08-02 04:50:37 +08:00
parent
03e0957f21
commit
c3ca39d5c5
@ -91,6 +91,10 @@ int CLI::run(int argc, char **argv)
|
|||||||
// startup if gtk3 is used. This env var has to be set explicitly to
|
// startup if gtk3 is used. This env var has to be set explicitly to
|
||||||
// instruct the window manager to fall back to X server mode.
|
// instruct the window manager to fall back to X server mode.
|
||||||
::setenv("GDK_BACKEND", "x11", /* replace */ true);
|
::setenv("GDK_BACKEND", "x11", /* replace */ true);
|
||||||
|
|
||||||
|
// https://github.com/prusa3d/PrusaSlicer/issues/12969
|
||||||
|
::setenv("WEBKIT_DISABLE_COMPOSITING_MODE", "1", /* replace */ false);
|
||||||
|
::setenv("WEBKIT_DISABLE_DMABUF_RENDERER", "1", /* replace */ false);
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// Switch boost::filesystem to utf8.
|
// Switch boost::filesystem to utf8.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user