dwm.1
changeset 876 22c923f7c2d1
parent 847 b386350fa4ec
child 881 709b1538e1af
equal deleted inserted replaced
875:73cd10af065a 876:22c923f7c2d1
   144 JDK 1.6 versions, because it assumes a reparenting window manager. As a workaround
   144 JDK 1.6 versions, because it assumes a reparenting window manager. As a workaround
   145 you can use JDK 1.4 (which doesn't contain the XToolkit/XAWT backend) or you
   145 you can use JDK 1.4 (which doesn't contain the XToolkit/XAWT backend) or you
   146 can set the following environment variable (to use the older Motif
   146 can set the following environment variable (to use the older Motif
   147 backend instead):
   147 backend instead):
   148 .BR AWT_TOOLKIT=MToolkit .
   148 .BR AWT_TOOLKIT=MToolkit .
       
   149 .P
       
   150 Recent GTK 2.10.9+ versions contain a broken
       
   151 .BR Save\-As
       
   152 file dialog implementation,
       
   153 which requests to reconfigure its window size in an endless loop. However, its
       
   154 window is still respondable during this state, so you can simply ignore the flicker
       
   155 until a new GTK version appears, which will fix this bug, approximately
       
   156 GTK 2.10.12+ versions.