Update for 0.51.0
[wmaker-crm.git] / BUGS
blob7779533eda6cf57c2fb80ff901740ae22ab17705
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 - during startup, transient windows should be miniaturized with their owners
5   not in their own icons
6 - stacking code is buggy (or XFree is buggy)
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