Code update for Window Maker version 0.50.0
[wmaker-crm.git] / BUGS
blob4766748ee2e267d9a1e164edbff5ecb4b3397e2f
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 - 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