Fixed a recursive creation directory bug in wmaker.inst
[wmaker-crm.git] / BUGS
blob9da4313f7763fe6f87b26532cafdea9dbb53e3cc
1 - the app menu does not update after a style/theme change without restart.
2 - during startup, transient windows should be miniaturized with their owners
3   not in their own icons
4 - stacking code is buggy (or XFree is buggy)
5 - WINGs has problems in some platforms (SGI, Sun etc.) Anyone on these
6 systems want to fix it?
7 - save session doesnt work on some platforms (Alpha and Sparc)
8 - texture pixmaps are being incorrectly freed somewhere. Either
9 fix bug (to support broken MetroX servers) or remove all useless references
10 to the Pixmap (to save memory and drop bug compatibility).
11 - host information is not saved/honored by the dock or save session stuff.
12 It should at least check if the host is the local machine and only save it
13 in the session/allow docking it if yes.
14 - the SHELL environment variable support in the apps menu was removed
15 because of a problem with tcsh. If ~/.tcshrc contains "stty erase ^H",
16 it will block and the cmd will not be executed. 
17 - mouse grab being done in client window (in wWindowResetMouseGrabs())
18 instead of the frame window. If grab is done in frame, titlebar buttons
19 dont work well