diff options
Diffstat (limited to 'BUGS')
-rw-r--r-- | BUGS | 10 |
1 files changed, 7 insertions, 3 deletions
@@ -2,9 +2,6 @@ Known bugs and missing features that will be fixed in future version: | |||
2 | 2 | ||
3 | BUGS: | 3 | BUGS: |
4 | 4 | ||
5 | * Slit (check toolbar too) layernum isn't initialised to resource | ||
6 | value on init. Also check why Fluxbox::Layer is used rather than int. | ||
7 | |||
8 | * Remember menu sometimes isn't present in window menu. Probably need | 5 | * Remember menu sometimes isn't present in window menu. Probably need |
9 | to add a signal for menu reconfigures (Screen::setupWindowActions) | 6 | to add a signal for menu reconfigures (Screen::setupWindowActions) |
10 | 7 | ||
@@ -18,9 +15,11 @@ BUGS: | |||
18 | * Some menus don't close when you click on items. | 15 | * Some menus don't close when you click on items. |
19 | 16 | ||
20 | * Transparancy for the slit does not always work right. | 17 | * Transparancy for the slit does not always work right. |
18 | => is this fixed now?? (as of ResourceManager changes) | ||
21 | 19 | ||
22 | * After startup the font of the toolbar is to big; reload config works | 20 | * After startup the font of the toolbar is to big; reload config works |
23 | around this. | 21 | around this. |
22 | => is this fixed now?? (as of ResourceManager changes) | ||
24 | 23 | ||
25 | * Saving of number of workspaces on restart | 24 | * Saving of number of workspaces on restart |
26 | 25 | ||
@@ -70,3 +69,8 @@ Fixed bugs (or not-our-fault bugs): | |||
70 | * Transient windows seem to not have a X border - is this right? | 69 | * Transient windows seem to not have a X border - is this right? |
71 | => no, they ought to have a border | 70 | => no, they ought to have a border |
72 | 71 | ||
72 | * Slit (check toolbar too) layernum isn't initialised to resource | ||
73 | value on init. Also check why Fluxbox::Layer is used rather than int. | ||
74 | => Fixed by reorganising the way ResourceManager works. | ||
75 | Fluxbox::Layer is used so that we can give some layers names | ||
76 | |||