aboutsummaryrefslogtreecommitdiff
path: root/BUGS
diff options
context:
space:
mode:
authorrathnor <rathnor>2003-07-14 22:26:32 (GMT)
committerrathnor <rathnor>2003-07-14 22:26:32 (GMT)
commitda1afd9bc238f1902c260d42df23c5d00c00d47e (patch)
treedce6f7581adc520bcfb6590fd4c798a531a544b5 /BUGS
parentcc4d3d4a18847591abaf2337052a656e833e3d47 (diff)
downloadfluxbox-da1afd9bc238f1902c260d42df23c5d00c00d47e.zip
fluxbox-da1afd9bc238f1902c260d42df23c5d00c00d47e.tar.bz2
add slit initialisation and Han's cleanup
Diffstat (limited to 'BUGS')
-rw-r--r--BUGS106
1 files changed, 67 insertions, 39 deletions
diff --git a/BUGS b/BUGS
index d85dcfe..94ee4b0 100644
--- a/BUGS
+++ b/BUGS
@@ -1,42 +1,70 @@
1Known bugs and missing features that will be fixed in future version: 1Known bugs and missing features that will be fixed in future version:
2 2
3bugs: 3BUGS:
4 4
5* Remember menu sometimes isn't present in window menu. Probably need to 5 * Slit (check toolbar too) layernum isn't initialised to resource
6 add a signal for menu reconfigures (Screen::setupWindowActions) 6 value on init. Also check why Fluxbox::Layer is used rather than int.
7* MenuAlpha (at least) isn't 'per-screen' - takes the value of the highest 7
8 numbered screen. 8 * Remember menu sometimes isn't present in window menu. Probably need
9* Window handle is invisible sometimes. 9 to add a signal for menu reconfigures (Screen::setupWindowActions)
10* KDE support needs attention (e.g. klipper). 10
11* Some menus don't close when you click on items. 11 * MenuAlpha (at least) isn't 'per-screen' - takes the value of the
12* Transparancy for the slit does not always work right. 12 highest numbered screen.
13* After startup the font of the toolbar is to big; reload config works 13
14 around this. 14 * Window handle is invisible sometimes.
15* Transient windows seem to not have a X border - is this right? 15
16* saving of number of workspaces on restart 16 * KDE support needs attention (e.g. klipper).
17* multiple transients -> in openoffice - focus jumps between until user 17
18 does something 18 * Some menus don't close when you click on items.
19 -> in mozilla - alt-tabbing does strange thigns with 19
20 other transient layer-wise (other transient flashes) 20 * Transparancy for the slit does not always work right.
21* gaim (0.64) crashes when remembering dimensions... is this a gaim bug? 21
22* workspace switching extremely slow in some cases. Particularly, user has 22 * After startup the font of the toolbar is to big; reload config works
23 large number of [remote] xload windows. 23 around this.
24* Can lock up on workspace change - possibly related to above as it 24
25 works when there aren't too many xload windows started up yet. 25 * Transient windows seem to not have a X border - is this right?
26* Remember-patch grouping can change order on each restart. Need to turn 26
27 off remember functionality when restarting (only use it for first 27 * Saving of number of workspaces on restart
28 instance). 28
29 29 * Multiple transients:
30other todo: 30 in openoffice - focus jumps between until user does something
31 in mozilla - alt-tabbing does strange thigns with other transient
32 layer-wise (other transient flashes)
33
34 * gaim (0.64) crashes when remembering dimensions... is this a gaim
35 bug?
36
37 * Workspace switching extremely slow in some cases. Particularly, user
38 has large number of [remote] xload windows.
39
40 * Can lock up on workspace change - possibly related to above as it
41 works when there aren't too many xload windows started up yet.
42
43 * Remember-patch grouping can change order on each restart. Need to
44 turn off remember functionality when restarting (only use it for
45 first instance).
46
47 * If you toggle a setting in the configuration-menu the notch does not
48 indicate the change until you point to another option.
49
50Other TODO:
51
31FAQ items for: 52FAQ items for:
32 * "My window (e.g. mplayer/xmms) stops updating when I move windows 53
33 around" => outline moving does this, it's not a bug, etc etc. 54 * "My window (e.g. mplayer/xmms) stops updating when I move
34 55 windows around"
35fixed bugs (or not-our-fault bugs): 56 - outline moving does this, it's not a bug, etc etc.
36* Some people get weird transparency behaviour. 57
37 -> this appears to be a problem with nvidia drivers, make sure 58
38 RenderAccel is off (Option "RenderAccel" "false"). 59Fixed bugs (or not-our-fault bugs):
39 (thanks RJNFC on #fluxbox, and barlad in gentoo forums) 60
40* Disabling full-maximize doesn't work (fixed in cvs). 61 * Some people get weird transparency behaviour:
41* Workspace1... Workspace12 are disabled 62 - this appears to be a problem with nvidia drivers, make sure
42* MoveTab* actions are disabled 63 RenderAccel is off (Option "RenderAccel" "false"). (thanks RJNFC
64 on #fluxbox, and barlad in gentoo forums)
65
66 * Disabling full-maximize doesn't work (fixed in cvs).
67
68 * Workspace1... Workspace12 are disabled
69
70 * MoveTab* actions are disabled