Created Issues with Linux WMs (markdown)

master
Zlatin Balevsky 2020-10-03 18:34:02 +00:00
parent 6623431e3d
commit 92f77f5de4
1 changed files with 6 additions and 0 deletions

@ -0,0 +1,6 @@
Some Linux window managers like OpenBox may not display the MuWire GUI properly, or display an empty window. It has been reported that setting the following environment variables helps fix the issue:
```
export J2D_PIXMAPS=server
export MU_WIRE_OPTS="-Dsun.java2d.xrender=false"
```