diff options
author | fluxgen <fluxgen> | 2003-09-06 12:12:34 (GMT) |
---|---|---|
committer | fluxgen <fluxgen> | 2003-09-06 12:12:34 (GMT) |
commit | 348eb418fe0f91515f3b1c5a181f33969fbcace7 (patch) | |
tree | 26cd9799ab26ab3052fba1fed62aa15bb0443adc | |
parent | 215bfdd38dd9a1f139edb335f70e33abcf335ace (diff) | |
download | fluxbox_lack-348eb418fe0f91515f3b1c5a181f33969fbcace7.zip fluxbox_lack-348eb418fe0f91515f3b1c5a181f33969fbcace7.tar.bz2 |
update
-rw-r--r-- | BUGS | 24 |
1 files changed, 15 insertions, 9 deletions
@@ -8,15 +8,14 @@ BUGS: | |||
8 | 8 | ||
9 | * vertical toolbar alignment reported broken with pixmap themes | 9 | * vertical toolbar alignment reported broken with pixmap themes |
10 | 10 | ||
11 | * Some builds/distros seem to require all supported locales to be | 11 | * Some builds/distros seem to require all supported locales to be |
12 | installed to build properly (e.g. mdk, gentoo reported), this ok? | 12 | installed to build properly (e.g. mdk, gentoo reported), this ok? |
13 | 13 | ||
14 | |||
15 | * Window handle is invisible sometimes. | 14 | * Window handle is invisible sometimes. |
16 | 15 | ||
17 | * Default style stuff is completely broken (e.g. try breaking the path to | 16 | * Default style stuff is completely broken (e.g. try breaking the path to |
18 | your styleFile in init file) | 17 | your styleFile in init file) |
19 | => I also couldn't see an error about that, but maybe it got lost in | 18 | => I also couldn't see an error about that, but maybe it got lost in |
20 | debug output? Check that too. | 19 | debug output? Check that too. |
21 | 20 | ||
22 | * Some menus don't close when you click on items. | 21 | * Some menus don't close when you click on items. |
@@ -44,22 +43,29 @@ BUGS: | |||
44 | turn off remember functionality when restarting (only use it for | 43 | turn off remember functionality when restarting (only use it for |
45 | first instance). | 44 | first instance). |
46 | 45 | ||
46 | * Focus problems with aterm. | ||
47 | |||
48 | |||
47 | Other TODO: | 49 | Other TODO: |
48 | 50 | ||
49 | FAQ items for: | 51 | FAQ items for: |
50 | 52 | ||
51 | * "My window (e.g. mplayer/xmms) stops updating when I move | 53 | * "My window (e.g. mplayer/xmms) stops updating with non-opaque |
52 | windows around" | 54 | window moving. |
53 | - outline moving does this, it's not a bug, etc etc. | 55 | - outline moving does this, it's not a bug, etc etc. |
54 | 56 | ||
57 | * Focus problems with gtk2 apps. | ||
58 | - This is a gtk2 bug, it also happens in gdm. | ||
59 | |||
55 | 60 | ||
56 | Fixed bugs (or not-our-fault bugs): | 61 | Fixed bugs (or not-our-fault bugs): |
62 | |||
57 | * KDE dockapp support (e.g klipper) | 63 | * KDE dockapp support (e.g klipper) |
58 | => fixed | 64 | => fixed |
59 | 65 | ||
60 | * Icons menu isn't in Workspaces menu | 66 | * Icons menu isn't in Workspaces menu |
61 | => fixed | 67 | => fixed |
62 | 68 | ||
63 | * Some people get weird transparency behaviour: | 69 | * Some people get weird transparency behaviour: |
64 | - this appears to be a problem with nvidia drivers, make sure | 70 | - this appears to be a problem with nvidia drivers, make sure |
65 | RenderAccel is off (Option "RenderAccel" "false"). (thanks RJNFC | 71 | RenderAccel is off (Option "RenderAccel" "false"). (thanks RJNFC |
@@ -74,7 +80,7 @@ Fixed bugs (or not-our-fault bugs): | |||
74 | * Transient windows seem to not have a X border - is this right? | 80 | * Transient windows seem to not have a X border - is this right? |
75 | => no, they ought to have a border | 81 | => no, they ought to have a border |
76 | 82 | ||
77 | * Slit (check toolbar too) layernum isn't initialised to resource | 83 | * Slit (check toolbar too) layernum isn't initialised to resource |
78 | value on init. Also check why Fluxbox::Layer is used rather than int. | 84 | value on init. Also check why Fluxbox::Layer is used rather than int. |
79 | => Fixed by reorganising the way ResourceManager works. | 85 | => Fixed by reorganising the way ResourceManager works. |
80 | Fluxbox::Layer is used so that we can give some layers names | 86 | Fluxbox::Layer is used so that we can give some layers names |
@@ -98,7 +104,7 @@ Fixed bugs (or not-our-fault bugs): | |||
98 | layer-wise (other transient flashes) | 104 | layer-wise (other transient flashes) |
99 | => fixed | 105 | => fixed |
100 | 106 | ||
101 | * workspace menu sometimes rendered poorly when empty. Possibly only | 107 | * workspace menu sometimes rendered poorly when empty. Possibly only |
102 | when the only window in it was iconified. Screenshot (Thanks EsKi): | 108 | when the only window in it was iconified. Screenshot (Thanks EsKi): |
103 | http://www.cse.unsw.edu.au/~simonb/fluxbox/bad_workspace_menu.png | 109 | http://www.cse.unsw.edu.au/~simonb/fluxbox/bad_workspace_menu.png |
104 | => fixed | 110 | => fixed |