mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-21 16:11:22 +00:00
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:
@@ -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 = {
|
||||
|
||||
Reference in New Issue
Block a user