evolution: disable hardware accelerated HTML rendering

... because this causes problems for some users. For affected people,
the email composer becomes non-functional.
This commit is contained in:
Julian Stecklina
2022-04-18 08:47:12 +02:00
parent 7b38b03d76
commit a937a7ef30

View File

@@ -112,6 +112,13 @@ stdenv.mkDerivation rec {
"big-parallel"
];
# On some systems (at least, Intel TGL iGPU), the email composer is
# broken since Webkit enables accelerated rending by default in
# 2.36. See #168645.
preFixup = ''
gappsWrapperArgs+=(--set WEBKIT_DISABLE_COMPOSITING_MODE 1)
'';
doCheck = true;
passthru = {