From: Matthieu Gallien Date: Fri, 26 Aug 2022 12:51:53 +0000 (+0200) Subject: sets special configuration to webengine to work around bugs X-Git-Tag: archive/raspbian/3.16.7-1_deb13u1+rpi1~1^2~12^2~15^2~8^2~1 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=0092ad15c76324cc44931f536c6708c2a8d0857c;p=nextcloud-desktop.git sets special configuration to webengine to work around bugs Signed-off-by: Matthieu Gallien --- diff --git a/src/gui/main.cpp b/src/gui/main.cpp index 8b95de138..90f6631c5 100644 --- a/src/gui/main.cpp +++ b/src/gui/main.cpp @@ -58,6 +58,8 @@ void warnSystray() int main(int argc, char **argv) { + qputenv("QTWEBENGINE_CHROMIUM_FLAGS", "--disable-gpu --no-sandbox"); + #ifdef Q_OS_WIN SetDllDirectory(L""); #endif