syncing with latst changes, because cvs will be moved
[wmaker-crm.git] / BUGS
blob13b1e079946e13c14b37ba4d91f504b2e19fe8ea
1 - wmaker will not stop managing a screen even if another window manager
2   requests that, through the ICCCM 2.0 manager selection stuff
3 - the app menu does not update after a style/theme change without restart.
4 - stacking code is buggy (or XFree is buggy)
5 - save session doesnt work on some platforms (Alpha and Sparc)
6 - texture pixmaps are being incorrectly freed somewhere. Either
7 fix bug (to support broken MetroX servers) or remove all useless references
8 to the Pixmap (to save memory and drop bug compatibility).
9 - host information is not saved/honored by the dock or save session stuff.
10 It should at least check if the host is the local machine and only save it
11 in the session/allow docking it if yes.
12 - the SHELL environment variable support in the apps menu was removed
13 because of a problem with tcsh. If ~/.tcshrc contains "stty erase ^H",
14 it will block and the cmd will not be executed. 
15 - mouse grab being done in client window (in wWindowResetMouseGrabs())
16 instead of the frame window. If grab is done in frame, titlebar buttons
17 dont work well