On 22-Apr-2002 dan radom wrote: > cvs woes...everything compiled fine, but bb crashes immediately with the > following error. > > blackbox: Screen.cc:1712: Workspace *BScreen::getWorkspace (unsigned int): > Assertion `index < workspacesList.size()' failed. > waiting for X server to shut down X connection to :0.0 broken (explicit kill > or server shutdown). > > > * dan radom ([EMAIL PROTECTED]) wrote: >> i know. replying to my own posts. focus seems all hosed up too. auto >> raise doesn't seem to work any longer, and smart placement seems to be >> misbeahving. i'll grab the cvs version and see how that works out.
another happy customer (-: If you have an iconified window open during blackbox init it will crash. Code that used to be safe is now not due to our reorganization of XGrabServer (we call it a LOT less). As for your new window and maximization issues this is causes by the strut code. New windows and maximization of windows will not touch the slit or the toolbar. Imagine the visible screen as a window. Now resize that window to be constrained by the toolbar and slit. This window is what blackbox uses to decide on valid placement. If you do not like this, choose 'full maximization' from the config menu.
