Re: alpha7 released

2002-05-25 Thread Sean 'Shaleh' Perry
Only thing I've spotted so far is that windows are still getting placed underneath the toolbar (although, and I may be wrong about this, it seems to be only transients - dialogs, progress windows and the like.) any examples I can recreate here?

Re: alpha7 released

2002-05-25 Thread Matt Wilson
On Sat, 2002-05-25 at 18:51, Sean 'Shaleh' Perry wrote: Only thing I've spotted so far is that windows are still getting placed underneath the toolbar (although, and I may be wrong about this, it seems to be only transients - dialogs, progress windows and the like.) any examples I

Re: alpha7 released

2002-05-25 Thread Mr . X
On Fri, 24 May 2002 09:38:08 -0700 (PDT) Sean 'Shaleh' Perry [EMAIL PROTECTED] wrote: The every waking moment for Matt release alpha7 has lots of small fixes for lots of things. Dock apps work better (even wmswallow) little pixel offset issues solved, no more overlaps some

Re: bug 559604

2002-05-25 Thread Robert
On Fri, 24 May 2002, [EMAIL PROTECTED] wrote: And to confirm (though I guess its old news by now) that I'm seeing this problem with alpha5 and 1.0.6 and mandrake 8.2 Time to download the new one and I might even try to have time to review code.. we are very curious if you can

Re: alpha7 released

2002-05-25 Thread Sean 'Shaleh' Perry
On 25-May-2002 Matt Wilson wrote: On Sat, 2002-05-25 at 18:51, Sean 'Shaleh' Perry wrote: Only thing I've spotted so far is that windows are still getting placed underneath the toolbar (although, and I may be wrong about this, it seems to be only transients - dialogs, progress windows

Re: bug 559604

2002-05-25 Thread Sean 'Shaleh' Perry
On 25-May-2002 Robert wrote: On Fri, 24 May 2002, [EMAIL PROTECTED] wrote: And to confirm (though I guess its old news by now) that I'm seeing this problem with alpha5 and 1.0.6 and mandrake 8.2 Time to download the new one and I might even try to have time to review code.. we

Re: alpha7 released

2002-05-25 Thread Sean 'Shaleh' Perry
nope, preferences dialog for bluefish also... mozilla preferences too (but not moz open dialog)... so here it is. The preference dialog is viewed as a transient now (it was not before). The new window code does this: place_window = True if (blackbox is just starting or the user

Re: alpha7 released

2002-05-25 Thread Matt Wilson
On Sat, 2002-05-25 at 19:29, Sean 'Shaleh' Perry wrote: so here it is. The preference dialog is viewed as a transient now (it was not before). The new window code does this: place_window = True if (blackbox is just starting or the user specified coords or this is a transient) if

Re: alpha7 released

2002-05-25 Thread Sean 'Shaleh' Perry
so is that gonna stay that way, or are transients going to get placed normally too? you do not want transients to get placed. Think about it, where on your screen right now would the next open location window land? Or file open or save dialog? Letting the application place them generally

Menu bug

2002-05-25 Thread Matt Wilson
I couldn't help myself - I found a bug... ;-) I'm seeing a rather erratic bug in the menu, where sub-menus are failing to close for a few seconds when a sibling sub-menu is opened (ie one with the same parent). This results in having two overlayed menus, only one of which should be open. The

Re: Menu bug

2002-05-25 Thread Sean 'Shaleh' Perry
On 25-May-2002 Matt Wilson wrote: I couldn't help myself - I found a bug... ;-) I'm seeing a rather erratic bug in the menu, where sub-menus are failing to close for a few seconds when a sibling sub-menu is opened (ie one with the same parent). how are you getting two children open at

Re: Menu bug

2002-05-25 Thread Matt Wilson
On Sat, 2002-05-25 at 19:55, Matt Wilson wrote: I couldn't help myself - I found a bug... ;-) I'm seeing a rather erratic bug in the menu, where sub-menus are failing to close for a few seconds when a sibling sub-menu is opened (ie one with the same parent). This results in having two

little toolbar bug

2002-05-25 Thread Wilbert Berendsen
Hi, sorry if this got mentioned earlier, but I dont know: Using this mornings CVS the window stacking order is changed when moving the toolbar. to reproduce: - open 2 overlapping windows on a workspace (eg Xterms) - right click toolbar and choose another placement - toolbar moves and the lower

doing ALT-tab, compiling

2002-05-25 Thread Adriano Varoli Piazza
Does anyone know how to use the tab key in bbkeys with a spanish-layout keyboard? (or any of the Fn keys (F1,F2...)) I also have troubles compiling bbsmount: when using make for bbsmount-0.2.3, it stops with a message of LinkedList.hh:66: friend declaration requires class-key, i.e. 'friend class

Re: doing ALT-tab, compiling

2002-05-25 Thread Mads Martin Joergensen
* Adriano Varoli Piazza [EMAIL PROTECTED] [May 25. 2002 17:02]: Does anyone know how to use the tab key in bbkeys with a spanish-layout keyboard? (or any of the Fn keys (F1,F2...)) Use the program 'xev' to figure the symbols for the keys in question. I also have troubles compiling bbsmount:

Re: [ blackboxwm-Bugs-560479 ] Toolbar pref changes stacking order

2002-05-25 Thread Wilbert Berendsen
Hoi [EMAIL PROTECTED], Op Sat, 25 May 2002 08:00:28 -0700 schreef [EMAIL PROTECTED]: Bugs item #560479, was opened at 2002-05-25 07:03 You can respond by visiting: http://sourceforge.net/tracker/?func=detailatid=428680aid=560479group_id=40696 Category: Behaviour Group: CVS Status:

Re: doing ALT-tab, compiling

2002-05-25 Thread Sean 'Shaleh' Perry
On 25-May-2002 Adriano Varoli Piazza wrote: Does anyone know how to use the tab key in bbkeys with a spanish-layout keyboard? (or any of the Fn keys (F1,F2...)) dunno about this I also have troubles compiling bbsmount: when using make for bbsmount-0.2.3, it stops with a message of

Re: doing ALT-tab, compiling

2002-05-25 Thread Mads Martin Joergensen
* Mads Martin Joergensen [EMAIL PROTECTED] [May 25. 2002 17:09]: Seems bbsmount needs to be 'ported' to gcc 3.x. Give me a minute or two. Well, porting is not really what one can call it, rather your-usual-gcc3x-one-liner. Apply the patch below. diff -ur bbsmount-0.2.3/LinkedList.hh

Re: [ blackboxwm-Bugs-560479 ] Toolbar pref changes stacking ord

2002-05-25 Thread Sean 'Shaleh' Perry
Hi Sean, SF timeouts; so here's an update: One of the Xterms has to be vertically maximized. The toolbar changing place is probably affecting the window placement. now *THAT* is an important piece of the pie. When you have a window open in maximized state (vertical, horizontal or both)

Re: doing ALT-tab, compiling

2002-05-25 Thread Sean 'Shaleh' Perry
[ Just grabbing the LinkedList.{hh,cc} from the latest blackbox release that had that one might do it too, but I've not checked. ] yep, grabbing from 0.62.1 is safe. This is one of the reasons we are working towards a shared blackbox lib. Each bbtool carries around the same bugs

Re: [ blackboxwm-Bugs-560479 ] Toolbar pref changes stacking ord

2002-05-25 Thread Sean 'Shaleh' Perry
On 25-May-2002 Sean 'Shaleh' Perry wrote: Hi Sean, SF timeouts; so here's an update: One of the Xterms has to be vertically maximized. The toolbar changing place is probably affecting the window placement. now *THAT* is an important piece of the pie. When you have a window open in

Re: [ blackboxwm-Bugs-560479 ] Toolbar pref changes stacking ord

2002-05-25 Thread Wilbert Berendsen
Hoi Sean, Op Sat, 25 May 2002 08:15:53 -0700 (PDT) schreef Sean 'Shaleh' Perry [EMAIL PROTECTED]: Hi Sean, SF timeouts; so here's an update: One of the Xterms has to be vertically maximized. The toolbar changing place is probably affecting the window placement. now *THAT* is an

Re: [ blackboxwm-Bugs-560479 ] Toolbar pref changes stacking ord

2002-05-25 Thread Sean 'Shaleh' Perry
That may still give problems, when a partially visible window has focus (which is often the case). Better maybe: Make clicking the maximize button call maximize and raise, and remove raise from the maximize routine. done.

Re: [ blackboxwm-Bugs-560479 ] Toolbar pref changes stacking ord

2002-05-25 Thread Wilbert Berendsen
Hoi Sean, Op Sat, 25 May 2002 08:22:14 -0700 (PDT) schreef Sean 'Shaleh' Perry [EMAIL PROTECTED]: On 25-May-2002 Sean 'Shaleh' Perry wrote: Hi Sean, SF timeouts; so here's an update: One of the Xterms has to be vertically maximized. The toolbar changing place is probably affecting the

Shaded windows

2002-05-25 Thread Wojciech Krygier
I have posted posted this on sf.net as well. I have a problem with shaded windows: After turning off the decorations for such window, I am getting small, titlebar size client area. It is also possible to change size for such 'window', with ALT+RMB, however the results are only visible after

A couple of (OT?) questions

2002-05-25 Thread Martin Rowe
Hi folks Apologies if these are a bit off topic, but they are at least Blackbox related. 1. Is there a graphical app launcher that people recommend. I like Blackbox menus but as my kids can't read very well (3 4) icons are easier for the time being. Basically something I can stick icons onto

Re: A couple of (OT?) questions

2002-05-25 Thread Wojciech Krygier
On Sat, May 25, 2002 at 08:30:20PM +0100, Martin Rowe wrote: Hi folks Apologies if these are a bit off topic, but they are at least Blackbox related. 1. Is there a graphical app launcher that people recommend. I like Blackbox menus but as my kids can't read very well (3 4) icons are

Re: A couple of (OT?) questions

2002-05-25 Thread Es Bee Ex
On Sat, 25 May 2002 20:30:20 +0100 Martin Rowe [EMAIL PROTECTED] wrote: 1. Is there a graphical app launcher that people recommend. ROX is a nice set of applications that together provide a FAST graphical desktop. I just use the ROX-Filer, but there is also an icon window, and taskbar, and

Re: Resize / Move dialog box thingy

2002-05-25 Thread Scott Furt
Sean 'Shaleh' Perry wrote: On 24-May-2002 Scott Furt wrote: When i resize/move windows now, the little box that shows X: ... Y: ... looks like it inheirits the background image from my desktop, which is unfortunate, becuase black text on a dark background is near impossible to read. cvs

Re: Resize / Move dialog box thingy

2002-05-25 Thread Sean 'Shaleh' Perry
Wow. Yep... there we go... CVS works. it probably takes me longer to update my CVS repo. and recompile than it does for you to post to the list that it's been fixed ;) depends on the bug's complexity. Some wait for Brad and I to talk about them.

Re: A couple of (OT?) questions

2002-05-25 Thread Scott Furt
Es Bee Ex wrote: On Sat, 25 May 2002 20:30:20 +0100 Martin Rowe [EMAIL PROTECTED] wrote: 1. Is there a graphical app launcher that people recommend. ROX is a nice set of applications that together provide a FAST graphical desktop. I just use the ROX-Filer, but there is also an icon

Re: Resizing of windows and the slit

2002-05-25 Thread Sean 'Shaleh' Perry
On 25-May-2002 Scott Furt wrote: I've noticed behaviour that i dont think i like with regards to resizing windows and the slit. When Full max is off, i cannot either resize the window over the slit (or to the edge of the screen) by either ALT+Rclick or using the handle. When Full Max is

Re: A couple of (OT?) questions

2002-05-25 Thread Matthew Weier O'Phinney
On Sat, 2002-05-25 at 17:22, Scott Furt wrote: Es Bee Ex wrote: On Sat, 25 May 2002 20:30:20 +0100 Martin Rowe [EMAIL PROTECTED] wrote: 1. Is there a graphical app launcher that people recommend. ROX is a nice set of applications that together provide a FAST graphical desktop. I

Re: A couple of (OT?) questions

2002-05-25 Thread Wilbert Berendsen
Hoi Es, Op Sat, 25 May 2002 16:03:31 -0500 schreef Es Bee Ex [EMAIL PROTECTED]: On Sat, 25 May 2002 20:30:20 +0100 Martin Rowe [EMAIL PROTECTED] wrote: 1. Is there a graphical app launcher that people recommend. ROX is a nice set of applications that together provide a FAST graphical

Re: doing ALT-tab, compiling

2002-05-25 Thread Tim Riley
On Sat, May 25, 2002 at 12:02:25PM -0300, Adriano Varoli Piazza wrote: Does anyone know how to use the tab key in bbkeys with a spanish-layout keyboard? (or any of the Fn keys (F1,F2...)) KeyToGrab(Tab), WithModifier(Mod1), WithAction(NextWindow) I have a spanish keyboard, and the above line

bbkeys and dual head

2002-05-25 Thread Greg Gilbert
I just added a second head ( not running xinerama ) to my box, and have run into a problem with bbkeys. I have keyy bindings set up to launch apps, but when I use them from the second head the apps start on the first. Keybindings for changing workspaces are being executed properly on both

Icon item vs. Workspace item

2002-05-25 Thread Dave Serls
I may have whined about this before -- In all versions of BB that I've used, the item text in the Workspace submenu has the X-window title in it. Why does the same item in the Icons submenu have only the program name? Dave

Re: [ blackboxwm-Bugs-560479 ] Toolbar pref changes stacking ord

2002-05-25 Thread Marc Wilson
On Sat, May 25, 2002 at 08:35:43AM -0700, Sean 'Shaleh' Perry wrote: That may still give problems, when a partially visible window has focus (which is often the case). Better maybe: Make clicking the maximize button call maximize and raise, and remove raise from the maximize

Re: bbkeys and dual head

2002-05-25 Thread Marc Wilson
On Sat, May 25, 2002 at 07:13:45PM -0700, Greg Gilbert wrote: I just added a second head ( not running xinerama ) to my box, and have run into a problem with bbkeys. I have keyy bindings set up to launch apps, but when I use them from the second head the apps start on the first. Keybindings

Re: bbkeys and dual head

2002-05-25 Thread Greg Gilbert
* Marc Wilson ([EMAIL PROTECTED]) wrote: On Sat, May 25, 2002 at 07:13:45PM -0700, Greg Gilbert wrote: I just added a second head ( not running xinerama ) to my box, and have run into a problem with bbkeys. I have keyy bindings set up to launch apps, but when I use them from the second

CPU usage?

2002-05-25 Thread Matt Wilson
something seems to be running away with my cpu usage after a while - maxing it out. Top blames X, but killing blackbox and restarting it seems to fix it (not restarting it mind you, I have it running out of a term, and I kill it and start it again manually). bb or X bug? My box has been up for

Re: [ blackboxwm-Bugs-560479 ] Toolbar pref changes stacking ord

2002-05-25 Thread Sean 'Shaleh' Perry
On 26-May-2002 Marc Wilson wrote: On Sat, May 25, 2002 at 08:35:43AM -0700, Sean 'Shaleh' Perry wrote: That may still give problems, when a partially visible window has focus (which is often the case). Better maybe: Make clicking the maximize button call maximize and raise, and

Re: Icon item vs. Workspace item

2002-05-25 Thread Sean 'Shaleh' Perry
On 26-May-2002 Dave Serls wrote: I may have whined about this before -- In all versions of BB that I've used, the item text in the Workspace submenu has the X-window title in it. Why does the same item in the Icons submenu have only the program name? Dave the icon title shows the text

Re: doing ALT-tab, compiling

2002-05-25 Thread Adriano Varoli Piazza
El Sáb 25 May 2002 19:50, Tim Riley escribió: On Sat, May 25, 2002 at 12:02:25PM -0300, Adriano Varoli Piazza wrote: Does anyone know how to use the tab key in bbkeys with a spanish-layout keyboard? (or any of the Fn keys (F1,F2...)) KeyToGrab(Tab), WithModifier(Mod1),

blackbox 0.65.a7 hangs

2002-05-25 Thread Adriano Varoli Piazza
Blackbox 0.65.a7 hangs and returns to the console when I use kppp: when the program connects and auto minimizes, blackbox exits (kppp still running). Otherwise a great window manager. Can anyone point out a solution or a substitution for kppp? I need something that accepts dynamic DNS names.

Re: blackbox 0.65.a7 hangs

2002-05-25 Thread Sean 'Shaleh' Perry
On 26-May-2002 Adriano Varoli Piazza wrote: Blackbox 0.65.a7 hangs and returns to the console when I use kppp: when the program connects and auto minimizes, blackbox exits (kppp still running). Otherwise a great window manager. Can anyone point out a solution or a substitution for kppp? I

bbconf 1.6-pre

2002-05-25 Thread Jason 'vanRijn' Kasper
Okay then. I don't know if anyone on the list uses bbconf, but if you do... I'd really appreciate it if you could check out bbconf 1.6-pre when you get a chance. There's some serious bug-squashing and feature enhancements in this pre-release. I'll paste the relevant section of the ChangeLog