diff --git a/src/gui/main.cpp b/src/gui/main.cpp index 8b95de138..5ef836f01 100644 --- a/src/gui/main.cpp +++ b/src/gui/main.cpp @@ -58,6 +58,9 @@ void warnSystray() int main(int argc, char **argv) { + qputenv("QTWEBENGINE_CHROMIUM_FLAGS", "--disable-gpu --no-sandbox"); + QCoreApplication::setAttribute(Qt::AA_UseSoftwareOpenGL, true); + #ifdef Q_OS_WIN SetDllDirectory(L""); #endif