added the GTK Save-As bug report to BUGS section of dwm(1) 124866e2
Anselm R. Garbe · 2007-05-14 13:42 1 file(s) · +8 −0
dwm.1 +8 −0
146 146
can set the following environment variable (to use the older Motif
147 147
backend instead):
148 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.