aboutsummarylogtreecommitdiffstats
path: root/dwm.1
diff options
context:
space:
mode:
authorAnselm R. Garbe2007-05-14 13:42:00 +0200
committerAnselm R. Garbe2007-05-14 13:42:00 +0200
commitcb1ca65628345ec42975a2a358acdce72344262b (patch)
tree043179d5b3e0843dc6f763550f6f55e9fc7df531 /dwm.1
parent5e72b510e988356884a09591a3970108f35c43ad (diff)
downloadaur-cb1ca65628345ec42975a2a358acdce72344262b.tar.gz
added the GTK Save-As bug report to BUGS section of dwm(1)
Diffstat (limited to 'dwm.1')
-rw-r--r--dwm.18
1 files changed, 8 insertions, 0 deletions
diff --git a/dwm.1 b/dwm.1
index 48318e4c0e41..e1f1e64ee108 100644
--- a/dwm.1
+++ b/dwm.1
@@ -146,3 +146,11 @@ 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 .
+.P
+Recent GTK 2.10.9+ versions contain a broken
+.BR Save\-As
+file dialog implementation,
+which requests to reconfigure its window size in an endless loop. However, its
+window is still respondable during this state, so you can simply ignore the flicker
+until a new GTK version appears, which will fix this bug, approximately
+GTK 2.10.12+ versions.