WEBKIT_DISABLE_COMPOSITING_MODE=1 is necessary to make WebkitGtk based app render properly #9595
Labels
P: default
Priority: default. Default priority for new issues, to be replaced given sufficient information.
T: bug
Type: bug report. A problem or defect resulting in unintended behavior in something that exists.
Qubes OS release
Qubes Release 4.2.3 (R4.2)
Brief summary
WebKitGTK based application will use Accelerated Compositing mode to render web content. However, this feature does not behave properly under software provided OpenGL (llvmpipe).1 Using WEBKIT_DISABLE_COMPOSITING_MODE=1 to disable this mode. 2 Maybe Qubes can add
WEBKIT_DISABLE_COMPOSITING_MODE=1
to user's default environment.Steps to reproduce
Expected behavior
Behave properly.
Actual behavior
Not behave properly.
Footnotes
This bug effects many user, not only software render users. For example: https://github.com/NixOS/nixpkgs/issues/32580 ↩
https://trac.webkit.org/wiki/EnvironmentVariables ↩
The text was updated successfully, but these errors were encountered: