From: allexzander Date: Fri, 5 Aug 2022 13:29:21 +0000 (+0300) Subject: Fix crash: 'Failed to create OpenGL context'. X-Git-Tag: archive/raspbian/3.16.7-1_deb13u1+rpi1~1^2~12^2~15^2~57^2 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=ff0a058f660354b69db603c93669e794f201ad2b;p=nextcloud-desktop.git Fix crash: 'Failed to create OpenGL context'. Signed-off-by: allexzander --- diff --git a/src/gui/main.cpp b/src/gui/main.cpp index 5ef836f01..8b95de138 100644 --- a/src/gui/main.cpp +++ b/src/gui/main.cpp @@ -58,9 +58,6 @@ 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