add slit initialisation and Han's cleanup
This commit is contained in:
parent
cc4d3d4a18
commit
da1afd9bc2
1 changed files with 64 additions and 36 deletions
100
BUGS
100
BUGS
|
@ -1,42 +1,70 @@
|
||||||
Known bugs and missing features that will be fixed in future version:
|
Known bugs and missing features that will be fixed in future version:
|
||||||
|
|
||||||
bugs:
|
BUGS:
|
||||||
|
|
||||||
* Remember menu sometimes isn't present in window menu. Probably need to
|
* Slit (check toolbar too) layernum isn't initialised to resource
|
||||||
add a signal for menu reconfigures (Screen::setupWindowActions)
|
value on init. Also check why Fluxbox::Layer is used rather than int.
|
||||||
* MenuAlpha (at least) isn't 'per-screen' - takes the value of the highest
|
|
||||||
numbered screen.
|
* Remember menu sometimes isn't present in window menu. Probably need
|
||||||
* Window handle is invisible sometimes.
|
to add a signal for menu reconfigures (Screen::setupWindowActions)
|
||||||
* KDE support needs attention (e.g. klipper).
|
|
||||||
* Some menus don't close when you click on items.
|
* MenuAlpha (at least) isn't 'per-screen' - takes the value of the
|
||||||
* Transparancy for the slit does not always work right.
|
highest numbered screen.
|
||||||
* After startup the font of the toolbar is to big; reload config works
|
|
||||||
around this.
|
* Window handle is invisible sometimes.
|
||||||
* Transient windows seem to not have a X border - is this right?
|
|
||||||
* saving of number of workspaces on restart
|
* KDE support needs attention (e.g. klipper).
|
||||||
* multiple transients -> in openoffice - focus jumps between until user
|
|
||||||
does something
|
* Some menus don't close when you click on items.
|
||||||
-> in mozilla - alt-tabbing does strange thigns with
|
|
||||||
other transient layer-wise (other transient flashes)
|
* Transparancy for the slit does not always work right.
|
||||||
* gaim (0.64) crashes when remembering dimensions... is this a gaim bug?
|
|
||||||
* workspace switching extremely slow in some cases. Particularly, user has
|
* After startup the font of the toolbar is to big; reload config works
|
||||||
large number of [remote] xload windows.
|
around this.
|
||||||
* Can lock up on workspace change - possibly related to above as it
|
|
||||||
works when there aren't too many xload windows started up yet.
|
* Transient windows seem to not have a X border - is this right?
|
||||||
* Remember-patch grouping can change order on each restart. Need to turn
|
|
||||||
off remember functionality when restarting (only use it for first
|
* Saving of number of workspaces on restart
|
||||||
instance).
|
|
||||||
|
* Multiple transients:
|
||||||
|
in openoffice - focus jumps between until user does something
|
||||||
|
in mozilla - alt-tabbing does strange thigns with other transient
|
||||||
|
layer-wise (other transient flashes)
|
||||||
|
|
||||||
|
* gaim (0.64) crashes when remembering dimensions... is this a gaim
|
||||||
|
bug?
|
||||||
|
|
||||||
|
* Workspace switching extremely slow in some cases. Particularly, user
|
||||||
|
has large number of [remote] xload windows.
|
||||||
|
|
||||||
|
* Can lock up on workspace change - possibly related to above as it
|
||||||
|
works when there aren't too many xload windows started up yet.
|
||||||
|
|
||||||
|
* Remember-patch grouping can change order on each restart. Need to
|
||||||
|
turn off remember functionality when restarting (only use it for
|
||||||
|
first instance).
|
||||||
|
|
||||||
|
* If you toggle a setting in the configuration-menu the notch does not
|
||||||
|
indicate the change until you point to another option.
|
||||||
|
|
||||||
|
Other TODO:
|
||||||
|
|
||||||
other todo:
|
|
||||||
FAQ items for:
|
FAQ items for:
|
||||||
* "My window (e.g. mplayer/xmms) stops updating when I move windows
|
|
||||||
around" => outline moving does this, it's not a bug, etc etc.
|
|
||||||
|
|
||||||
fixed bugs (or not-our-fault bugs):
|
* "My window (e.g. mplayer/xmms) stops updating when I move
|
||||||
* Some people get weird transparency behaviour.
|
windows around"
|
||||||
-> this appears to be a problem with nvidia drivers, make sure
|
- outline moving does this, it's not a bug, etc etc.
|
||||||
RenderAccel is off (Option "RenderAccel" "false").
|
|
||||||
(thanks RJNFC on #fluxbox, and barlad in gentoo forums)
|
|
||||||
* Disabling full-maximize doesn't work (fixed in cvs).
|
Fixed bugs (or not-our-fault bugs):
|
||||||
* Workspace1... Workspace12 are disabled
|
|
||||||
* MoveTab* actions are disabled
|
* Some people get weird transparency behaviour:
|
||||||
|
- this appears to be a problem with nvidia drivers, make sure
|
||||||
|
RenderAccel is off (Option "RenderAccel" "false"). (thanks RJNFC
|
||||||
|
on #fluxbox, and barlad in gentoo forums)
|
||||||
|
|
||||||
|
* Disabling full-maximize doesn't work (fixed in cvs).
|
||||||
|
|
||||||
|
* Workspace1... Workspace12 are disabled
|
||||||
|
|
||||||
|
* MoveTab* actions are disabled
|
||||||
|
|
Loading…
Reference in a new issue