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
This commit is contained in:
Nuno Teixeira 2025-02-01 18:23:07 +00:00
parent 009bea62b6
commit a81273e68f
2 changed files with 11 additions and 0 deletions

View file

@ -1,6 +1,7 @@
PORTNAME= nyxt
DISTVERSION= 3.12.0
DISTVERSIONSUFFIX= -source-with-submodules
PORTREVISION= 1
CATEGORIES= www
MASTER_SITES= https://github.com/atlas-engineer/${PORTNAME}/releases/download/${DISTVERSION}/

10
www/nyxt/pkg-message Normal file
View file

@ -0,0 +1,10 @@
[
{ 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
}
]