diff --git a/Issues-with-Linux-WMs.md b/Issues-with-Linux-WMs.md new file mode 100644 index 0000000..02ef6bd --- /dev/null +++ b/Issues-with-Linux-WMs.md @@ -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" +``` \ No newline at end of file