Files
ports/www/nyxt/pkg-message
T
Nuno Teixeira a81273e68f www/nyxt: Add pkg-message
Add a message about using WEBKIT_DISABLE_COMPOSITING_MODE=1 workaround.

PR:		284258
Reported by:	shamaz.mazum[at]gmail[dot]com
2025-02-01 18:26:02 +00:00

11 lines
247 B
Plaintext

[
{ type: install
message: <<EOM
If you experience a blank screen or freeze after execution, try setting the
WEBKIT_DISABLE_COMPOSITING_MODE environment variable to 1. For example:
$ env WEBKIT_DISABLE_COMPOSITING_MODE=1 nyxt <URL>
EOM
}
]