about summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--dwm.116
1 files changed, 11 insertions, 5 deletions
diff --git a/dwm.1 b/dwm.1
index ec4c179..5f3cc2c 100644
--- a/dwm.1
+++ b/dwm.1
@@ -149,11 +149,17 @@ code. This keeps it fast, secure and simple.
 .SH BUGS
 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):
-.BR AWT_TOOLKIT=MToolkit .
+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
+.BR AWT_TOOLKIT=MToolkit
+(to use the older Motif backend instead) or running
+.B xprop -root -f _NET_WM_NAME 32a -set _NET_WM_NAME LG3D
+or
+.B wmname LG3D
+(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
+.BR _JAVA_AWT_WM_NONREPARENTING=1 .
 .P
 GTK 2.10.9+ versions contain a broken
 .BR Save\-As
m> 2015-04-14 10:39:18 -0700 1060' href='/akkartik/mu/commit/cpp/026new?h=main&id=6d6b656fa939e6af886f14d37736f3215a8694fc'>6d6b656f ^
66b97b4d ^
e2240eb4 ^


7284d503 ^

1848b18f ^

e2240eb4 ^

e2240eb4 ^


82ac0b7e ^
0edf822f ^
e2240eb4 ^


0ee448dc ^


fc9dc705 ^
0edf822f ^

0ee448dc ^


0edf822f ^
0ee448dc ^
e2240eb4 ^

0ee448dc ^






fc9dc705 ^



0ee448dc ^
d472e0dd ^
7284d503 ^

c495d2ac ^























d472e0dd ^
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105