added the java odyssee to CAVEATS section
c8f96b5b
1 file(s) · +10 −2
| 123 | 123 | .SH CAVEATS |
|
| 124 | 124 | The status bar may display |
|
| 125 | 125 | .BR "broken pipe" |
|
| 126 | - | when dwm has been started by |
|
| 126 | + | when dwm has been started by an X session manager like |
|
| 127 | 127 | .BR xdm (1), |
|
| 128 | - | because it closes standard output before executing dwm. |
|
| 128 | + | because those close standard output before executing dwm. |
|
| 129 | + | .P |
|
| 130 | + | Java applications which use the XToolkit/XAWT backend may draw grey windows |
|
| 131 | + | only. The XToolkit/XAWT backend breaks ICCCM-compliance in recent JDK 1.5 and early |
|
| 132 | + | JDK 1.6 versions, because it assumes a reparenting window manager. As workaround |
|
| 133 | + | wether you use JDK 1.4 (which don't contains the XToolkit/XAWT backend) or you |
|
| 134 | + | define the following environment variable accordingly (to use the older Motif |
|
| 135 | + | backend instead): |
|
| 136 | + | .BR AWT_TOOLKIT=MToolkit . |
|
| 129 | 137 | .SH SEE ALSO |
|
| 130 | 138 | .BR dmenu (1) |