From 92f77f5de409b370e7310630fe721c38a5e4897e Mon Sep 17 00:00:00 2001 From: Zlatin Balevsky Date: Sat, 3 Oct 2020 18:34:02 +0000 Subject: [PATCH] Created Issues with Linux WMs (markdown) --- Issues-with-Linux-WMs.md | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 Issues-with-Linux-WMs.md 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