applied nsz's dwm.1 patch, also added wmname cba6b211
Anselm R Garbe · 2009-08-16 21:39 1 file(s) · +11 −5
dwm.1 +11 −5
149 149
.SH BUGS
150 150
Java applications which use the XToolkit/XAWT backend may draw grey windows
151 151
only. The XToolkit/XAWT backend breaks ICCCM-compliance in recent JDK 1.5 and early
152 -
JDK 1.6 versions, because it assumes a reparenting window manager. As a workaround
153 -
you can use JDK 1.4 (which doesn't contain the XToolkit/XAWT backend) or you
154 -
can set the following environment variable (to use the older Motif
155 -
backend instead):
156 -
.BR AWT_TOOLKIT=MToolkit .
152 +
JDK 1.6 versions, because it assumes a reparenting window manager. Possible workarounds
153 +
are using JDK 1.4 (which doesn't contain the XToolkit/XAWT backend) or setting the
154 +
environment variable
155 +
.BR AWT_TOOLKIT=MToolkit
156 +
(to use the older Motif backend instead) or running
157 +
.B xprop -root -f _NET_WM_NAME 32a -set _NET_WM_NAME LG3D
158 +
or
159 +
.B wmname LG3D
160 +
(to pretend that a non-reparenting window manager is running that the
161 +
XToolkit/XAWT backend can recognize) or when using OpenJDK setting the environment variable
162 +
.BR _JAVA_AWT_WM_NONREPARENTING=1 .
157 163
.P
158 164
GTK 2.10.9+ versions contain a broken
159 165
.BR Save\-As