crosswire / xiphos

Xiphos is a Bible study tool written for Linux, UNIX, and Windows using GTK, offering a rich and featureful environment for reading, study, and research using modules from The SWORD Project and elsewhere.
http://xiphos.org
GNU General Public License v2.0
202 stars 52 forks source link

webkit workaround needed #1142

Closed karlkleinpaste closed 4 months ago

karlkleinpaste commented 4 months ago

There is a WebKit regression that causes failure to display text in WK widgets in nvidia GPU environments. As a temporary (we hope) measure, we need to insert an environment variable, set to true, to stop WK's desire to enter compositing mode so as to avoid the misinteraction with nvidia GL.

It's unclear the WK people intend to get around to fixing this.