Skip to content

Commit

Permalink
remove old TODO and BUGS entries
Browse files Browse the repository at this point in the history
the bug in the dwm man page is an (ancient) Java issue.

Thanks David and quinq for the patches and feedback!
  • Loading branch information
hiltjo committed May 12, 2018
1 parent 3bd8466 commit 10dfa65
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 58 deletions.
44 changes: 0 additions & 44 deletions BUGS

This file was deleted.

2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ clean:
dist: clean
@echo creating dist tarball
@mkdir -p dwm-${VERSION}
@cp -R LICENSE TODO BUGS Makefile README config.def.h config.mk \
@cp -R LICENSE Makefile README config.def.h config.mk \
dwm.1 drw.h util.h ${SRC} dwm.png transient.c dwm-${VERSION}
@tar -cf dwm-${VERSION}.tar dwm-${VERSION}
@gzip dwm-${VERSION}.tar
Expand Down
4 changes: 0 additions & 4 deletions TODO

This file was deleted.

12 changes: 3 additions & 9 deletions dwm.1
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ code. This keeps it fast, secure and simple.
.SH SEE ALSO
.BR dmenu (1),
.BR st (1)
.SH BUGS
.SH ISSUES
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. Possible workarounds
Expand All @@ -172,11 +172,5 @@ or
(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
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.
.SH BUGS
Send all bug reports with a patch to [email protected].

0 comments on commit 10dfa65

Please sign in to comment.