some documentation updates
[wmaker-crm.git] / BUGS
blobc80546b27f442a54014b476ac3e659d4dbc23157
1 Newly added
2 - after a crash, wmaker will forget the hidden state of the apps and just 
3   show their windows minimized. normal restart is unaffected
4 - after a crash, wmaker will completely mess the window's saved geometries
5   and maximizing will have weird results. restart is unaffected
7 - wmaker will not stop managing a screen even if another window manager
8   requests that, through the ICCCM 2.0 manager selection stuff
9 - stacking code is buggy (or XFree is buggy)
10 - after restart focus is losed or switched to another window. May be related
11   to the one above.
12 - save session doesnt work on some platforms (Alpha and Sparc)
13 - texture pixmaps are being incorrectly freed somewhere. Either
14   fix bug (to support broken MetroX servers) or remove all useless references
15   to the Pixmap (to save memory and drop bug compatibility).
16 - host information is not saved/honored by the dock or save session stuff.
17   It should at least check if the host is the local machine and only save it
18   in the session/allow docking it if yes.
19 - the SHELL environment variable support in the apps menu was removed
20   because of a problem with tcsh. If ~/.tcshrc contains "stty erase ^H",
21   it will block and the cmd will not be executed. 
22 - mouse grab being done in client window (in wWindowResetMouseGrabs())
23   instead of the frame window. If grab is done in frame, titlebar buttons
24   dont work well
26 - mysterious mess in dock icons (specially netscape)