[ blackboxwm-Bugs-1037246 ] segfault on menu-keyboard-navigation

2004-09-30 Thread SourceForge.net
Bugs item #1037246, was opened at 2004-09-29 21:52
Message generated for change (Comment added) made by bradleyhughes
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detailatid=428680aid=1037246group_id=40696

Category: Behaviour
Group: None
Status: Closed
Resolution: Fixed
Priority: 5
Submitted By: Nobody/Anonymous (nobody)
Assigned to: Bradley T. Hughes (bradleyhughes)
Summary: segfault on menu-keyboard-navigation

Initial Comment:
i open the main application menu (root-window right
click), using down-key to get to my first submenu, open
it using right-key, close it again using left-key, and
when i try to open once again using right-key
afterwards blackbox 0.7beta2 segfaults.

backtrace attached as 'script' file. for questions
contact lenix on irc :-)

--

Comment By: Bradley T. Hughes (bradleyhughes)
Date: 2004-09-30 13:02

Message:
Logged In: YES 
user_id=459209

indeed... fix is in CVS 

--

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detailatid=428680aid=1037246group_id=40696

-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
List archives:  http://asgardsrealm.net/lurker/splash/index.html
Trouble? Contact [EMAIL PROTECTED]



[ blackboxwm-Bugs-1033124 ] Loading Workspace menu causes assertion failure

2004-09-30 Thread SourceForge.net
Bugs item #1033124, was opened at 2004-09-23 06:31
Message generated for change (Comment added) made by bradleyhughes
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detailatid=428680aid=1033124group_id=40696

Category: Behaviour
Group: None
Status: Open
Resolution: None
Priority: 5
Submitted By: Steven Wong (glutinous)
Assigned to: Nobody/Anonymous (nobody)
Summary: Loading Workspace menu causes assertion failure

Initial Comment:
Whenever I try to open workspace menu, I get this
assertion failure:

blackbox: Image.cc:576: bt::Image::Image(unsigned int,
unsigned int): Assertion 'height  0' failed.

I am using the Blackbox CVS since 2004.09.23.

--

Comment By: Bradley T. Hughes (bradleyhughes)
Date: 2004-09-30 13:15

Message:
Logged In: YES 
user_id=459209

This is a canned response.  You are getting this because we need more 
information about the bug your reported. 
 
The crash/assert you are reporting cannot be reproduced.  In order to be able 
to investigate the problem and fix it, we need a detailed description of the 
steps needed to reliably reproduce the crash/assert.  In addition, stack trace 
output from a debugger would be helpful as well. 

--

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detailatid=428680aid=1033124group_id=40696

-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
List archives:  http://asgardsrealm.net/lurker/splash/index.html
Trouble? Contact [EMAIL PROTECTED]



[ blackboxwm-Bugs-1024929 ] Focus last window on workspace fails

2004-09-30 Thread SourceForge.net
Bugs item #1024929, was opened at 2004-09-09 09:57
Message generated for change (Settings changed) made by bradleyhughes
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detailatid=428680aid=1024929group_id=40696

Category: Behaviour
Group: 0.70.x
Status: Closed
Resolution: Fixed
Priority: 5
Submitted By: Nobody/Anonymous (nobody)
Assigned to: Bradley T. Hughes (bradleyhughes)
Summary: Focus last window on workspace fails

Initial Comment:
'Focus last window on workspace' only works, if some window on 
the previous workspace had focus. If nothing had focus (eg empy 
workspace), focus is lost. 
This behaviour is independent from the chosen focus model (click 
to/sloppy). It worked in 0.65.

markus (can be reached via bb mailinglist)

--

Comment By: Nobody/Anonymous (nobody)
Date: 2004-09-27 14:48

Message:
Logged In: NO 

No objection in that case.

Thanks, markus

--

Comment By: Bradley T. Hughes (bradleyhughes)
Date: 2004-09-27 13:06

Message:
Logged In: YES 
user_id=459209

this is the intended behavior... certain types of windows will not keep 
focus when changing workspaces (like bbpager, the kde/gnome panels, 
etc.).  howerver, normal windows will keep focus 

--

Comment By: Nobody/Anonymous (nobody)
Date: 2004-09-24 23:11

Message:
Logged In: NO 

Thanks, the combination with bbpager works fine for me now.

One thing I've noticed unchanged: If a sticky window -- say xosview or a 
terminal/console -- has focus, it retains focus when entering another 
workspace, even if on that workspace another window had focus before.

Happens regularly when no bbpager is running: Upon entering a 
workspace that is empty except for (sticky) xosview, the performance-o-
meter gets focus and won't let go of it any more.

--

Comment By: Bradley T. Hughes (bradleyhughes)
Date: 2004-09-24 12:08

Message:
Logged In: YES 
user_id=459209

ahh... now i understand... it does seem a bit strange that bbpager 
doesn't allow focus to be passed to the last focused window... i also see 
this when using the pager with the KDE pager... i've fixed this now... 

--

Comment By: Nobody/Anonymous (nobody)
Date: 2004-09-15 14:35

Message:
Logged In: NO 

Indeed, upon further investigation I found that bbpager triggers this 
behaviour...
It seems that, upon entering an otherwise empty page, the pager (or, if 
there is no pager, any other sticky window) receives focus and keeps it 
when reentering a workspace with a window that had focus before.

Now, I'm not sure if this is the sticky windows fault or if this should be 
considered a feature, not a bug :)
IMHO 'Focus last window on workspace' should give focus on a newly 
entered workspace to the window that had it there before, regardless of 
the 'sticky'-state the focused window on the previous workspace had.

--

Comment By: Bradley T. Hughes (bradleyhughes)
Date: 2004-09-15 11:55

Message:
Logged In: YES 
user_id=459209

i can't reproduce this... works just fine for me, regardless of whether a 
window previously had focus or not. 

--

Comment By: Nobody/Anonymous (nobody)
Date: 2004-09-10 11:35

Message:
Logged In: NO 

Sorry, I forgot to mention: I'm using beta2; however cvs from 5min ago 
shows the error as well.

All I did was:
- edit mk.sh (change the path to aclocal)
- ./mk.sh
- ./configure --disable-nls
- make
- run

If you want to, I can send you my config.log or even the binary (1.8MB 
zipped)

--

Comment By: Bradley T. Hughes (bradleyhughes)
Date: 2004-09-10 09:21

Message:
Logged In: YES 
user_id=459209

this didn't work in beta1, yet it does work in beta2 and CVS, which are 
you using? 

--

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detailatid=428680aid=1024929group_id=40696

-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
List archives:  http://asgardsrealm.net/lurker/splash/index.html
Trouble? Contact [EMAIL PROTECTED]



Re: Plugins

2004-09-30 Thread Ciprian Popovici
On Wed, 29 Sep 2004 09:44:29 +0100 Owen Franssen [EMAIL PROTECTED] wrote:
 I used to use bb4win on my XP machine and I got used to having a few 
 plugins installed and running in blackbox. But I'm having a hard time 
 finding plugins for the linux version... does anyone know where to find 
 these?

I don't think there are any plugins for Blackbox in the sense you mean.
bb4win and other Windows shell replacements are quite different from
Blackbox. I remember bb4win developers mentioning that they only took a bit
of code (the graphics library) from Blackbox when they forked.

Perhaps if you tell us what kind of functionality you are trying to achieve
we can suggest something.

-- 
Ciprian Popovici


pgpmU9hqvgnHb.pgp
Description: PGP signature