[wiki] [sites] wiki updated

From: <hg_AT_suckless.org>
Date: Sun, 16 Aug 2009 20:52:32 +0000 (UTC)

changeset: 176:b62bb338eb5a
tag: tip
user: nsz <nszabolcs_AT_gmail.com>
date: Sun Aug 16 22:52:44 2009 +0200
files: dwm.suckless.org/manpage.md
description:
dwm man update


diff -r f8b7c46f5352 -r b62bb338eb5a dwm.suckless.org/manpage.md
--- a/dwm.suckless.org/manpage.md Sun Aug 16 17:16:52 2009 +0100
+++ b/dwm.suckless.org/manpage.md Sun Aug 16 22:52:44 2009 +0200
_AT_@ -209,11 +209,17 @@
 
 Java applications which use the XToolkit/XAWT backend may draw grey windows
 only. The XToolkit/XAWT backend breaks ICCCM-compliance in recent JDK 1.5 and early
-JDK 1.6 versions, because it assumes a reparenting window manager. As a workaround
-you can use JDK 1.4 (which doesn't contain the XToolkit/XAWT backend) or you
-can set the following environment variable (to use the older Motif
-backend instead):
-<B>AWT_TOOLKIT=MToolkit</B>.
+JDK 1.6 versions, because it assumes a reparenting window manager. Possible workarounds
+are using JDK 1.4 (which doesn't contain the XToolkit/XAWT backend) or setting the
+environment variable
+<B>AWT_TOOLKIT=MToolkit</B>
+(to use the older Motif backend instead) or running
+<B>xprop -root -f _NET_WM_NAME 32a -set _NET_WM_NAME LG3D</B>
+or
+<B>wmname LG3D</B>
+(to pretend that a non-reparenting window manager is running that the
+XToolkit/XAWT backend can recognize) or when using OpenJDK setting the environment variable
+<B>_JAVA_AWT_WM_NONREPARENTING=1</B>.
 
 <P>
 
Received on Sun Aug 16 2009 - 22:52:32 CEST

This archive was generated by hypermail 2.3.0 : Thu Sep 13 2012 - 19:30:44 CEST