aboutsummaryrefslogtreecommitdiff
path: root/BUGS
diff options
context:
space:
mode:
authorfluxgen <fluxgen>2004-04-26 09:32:31 (GMT)
committerfluxgen <fluxgen>2004-04-26 09:32:31 (GMT)
commit771bc75f86f7e3b03c70eea2f6c2629742998a20 (patch)
treef852a670b6120f3a8bbc517bdfd7dfdb09c21d1e /BUGS
parent34e756e22eb2d5d17be0b4266f771020b31d328e (diff)
downloadfluxbox-771bc75f86f7e3b03c70eea2f6c2629742998a20.zip
fluxbox-771bc75f86f7e3b03c70eea2f6c2629742998a20.tar.bz2
update
Diffstat (limited to 'BUGS')
-rw-r--r--BUGS82
1 files changed, 0 insertions, 82 deletions
diff --git a/BUGS b/BUGS
index 08f233b..cdf77bc 100644
--- a/BUGS
+++ b/BUGS
@@ -11,41 +11,11 @@ BUGS:
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 * Window handle is invisible sometimes.
15
16 * Default style stuff is completely broken (e.g. try breaking the path to 14 * Default style stuff is completely broken (e.g. try breaking the path to
17 your styleFile in init file) 15 your styleFile in init file)
18 => I also couldn't see an error about that, but maybe it got lost in 16 => I also couldn't see an error about that, but maybe it got lost in
19 debug output? Check that too. 17 debug output? Check that too.
20 18
21 * Some menus don't close when you click on items.
22
23 * Transparancy for the slit does not always work right.
24 => is this fixed now?? (as of ResourceManager changes)
25
26 * After startup the font of the toolbar is to big; reload config works
27 around this.
28 => is this fixed now?? (as of ResourceManager changes)
29 => Don't think so, extra info = seems to happen for Multiple screens
30
31 * Saving of number of workspaces on restart
32
33 * gaim (0.64) crashes when remembering dimensions... is this a gaim
34 bug?
35
36 * Workspace switching extremely slow in some cases. Particularly, user
37 has large number of [remote] xload windows.
38
39 * Can lock up on workspace change - possibly related to above as it
40 works when there aren't too many xload windows started up yet.
41
42 * Remember-patch grouping can change order on each restart. Need to
43 turn off remember functionality when restarting (only use it for
44 first instance).
45
46 * Focus problems with aterm.
47
48
49Other TODO: 19Other TODO:
50 20
51FAQ items for: 21FAQ items for:
@@ -57,55 +27,3 @@ FAQ items for:
57 * Focus problems with gtk2 apps. 27 * Focus problems with gtk2 apps.
58 - This is a gtk2 bug, it also happens in gdm. 28 - This is a gtk2 bug, it also happens in gdm.
59 29
60
61Fixed bugs (or not-our-fault bugs):
62
63 * KDE dockapp support (e.g klipper)
64 => fixed
65
66 * Icons menu isn't in Workspaces menu
67 => fixed
68
69 * Some people get weird transparency behaviour:
70 - this appears to be a problem with nvidia drivers, make sure
71 RenderAccel is off (Option "RenderAccel" "false"). (thanks RJNFC
72 on #fluxbox, and barlad in gentoo forums)
73
74 * Disabling full-maximize doesn't work (fixed in cvs).
75
76 * Workspace1... Workspace12 are disabled
77
78 * MoveTab* actions are disabled
79
80 * Transient windows seem to not have a X border - is this right?
81 => no, they ought to have a border
82
83 * Slit (check toolbar too) layernum isn't initialised to resource
84 value on init. Also check why Fluxbox::Layer is used rather than int.
85 => Fixed by reorganising the way ResourceManager works.
86 Fluxbox::Layer is used so that we can give some layers names
87
88 * MenuAlpha (at least) isn't 'per-screen' - takes the value of the
89 highest numbered screen.
90 => Fixed, moved alpha setting into MenuTheme rather than static value
91
92 * Remember menu sometimes isn't present in window menu. Probably need
93 to add a signal for menu reconfigures (Screen::setupWindowActions)
94 => Fixed, added "ExtraMenus" for windows that get added whenever it
95 is rebuilt.
96
97 * If you toggle a setting in the configuration-menu the notch does not
98 indicate the change until you point to another option.
99 => Fixed
100
101 * Multiple transients:
102 in openoffice - focus jumps between until user does something
103 in mozilla - alt-tabbing does strange thigns with other transient
104 layer-wise (other transient flashes)
105 => fixed
106
107 * workspace menu sometimes rendered poorly when empty. Possibly only
108 when the only window in it was iconified. Screenshot (Thanks EsKi):
109 http://www.cse.unsw.edu.au/~simonb/fluxbox/bad_workspace_menu.png
110 => fixed
111