RE: bbpager

2006-09-25 Thread Larson, Timothy E.
Dave Serls wrote: > On Fri, 22 Sep 2006 17:39:00 -0500 > "Larson, Timothy E." <[EMAIL PROTECTED]> wrote: > >> Hope this isn't too OT for this list... >> >> The BB pages say get bbpager 0.4 or better for BB 0.70, but the >> compile stops when it can't find XOpenDisplay. I don't see a mention >> o

Re: bbpager

2006-09-22 Thread Dave Serls
On Fri, 22 Sep 2006 17:39:00 -0500 "Larson, Timothy E." <[EMAIL PROTECTED]> wrote: > Hope this isn't too OT for this list... > > The BB pages say get bbpager 0.4 or better for BB 0.70, but the compile > stops when it can't find XOpenDisplay. I don't see a mention of this > problem anywhere on th

Re: bbpager vs blackbox 0.70.x

2005-11-18 Thread Keith Maika
Jan Schaumann wrote: start if it isn't. So... how do people arrange their ~/.xsession, then? This is how I arrange my .xinitrc file. Works pretty well for me. #~# esd -d /dev/dsp1 & randombgs ~/.blackbox/backgrounds/ blackbox -rc ~/.blackbox/blackboxrc >.blackbox/output

Re: bbpager vs blackbox 0.70.x[Scanned]

2005-11-18 Thread jdominy
Actually the performance hit is minimal, as in negligible, nada. It's a couple of XLib calls, and a loop through a returned list of properties, if I remember correclty. It should register less than 1% cpu, takes almost no memory, and doesn't affect disk usage at all. Even if it were to be checked o

Re: bbpager vs blackbox 0.70.x

2005-11-17 Thread Patrick Bogen
How costly is the attempt to connect? How much would system performance suffer from a tighter loop? - Patrick Bogen On 11/17/05, Ciprian Popovici <[EMAIL PROTECTED]> wrote: > Quoting Jason 'vanRijn' Kasper <[EMAIL PROTECTED]>: > > Actually, bbkeys is much more graceful about this than it used to

Re: bbpager vs blackbox 0.70.x

2005-11-17 Thread Ciprian Popovici
Quoting Jason 'vanRijn' Kasper <[EMAIL PROTECTED]>: > Actually, bbkeys is much more graceful about this than it used to > be. It will try 20 times to connect to an EWMH-compliant window > manager, sleeping 5 seconds in between tries. So, you can feel free > to start him wherever you want in the i

Re: bbpager vs blackbox 0.70.x

2005-11-16 Thread Jason 'vanRijn' Kasper
On Nov 8, 2005, at 1:44 PM, Ciprian Popovici wrote: On Mon, 7 Nov 2005 22:12:24 -0600 Patrick Bogen <[EMAIL PROTECTED]> wrote: I experience the same delay with bbkeys- I can only assume it's some sort of initialization? Sort of. I believe it's due to the need bbkeys has for checking that a

Re: bbpager vs blackbox 0.70.x

2005-11-08 Thread John Kennis
On Tuesday 08 November 2005 02:51, Jan Schaumann wrote: > Jan Schaumann <[EMAIL PROTECTED]> wrote: > > When I log in, bbpager does not start. bbkeys does seem to start, but > the various keyboard shortcuts will not work for some time (around 10 > seconds). If I start bbpager with the same options

Re: bbpager vs blackbox 0.70.x

2005-11-08 Thread Ciprian Popovici
On Mon, 7 Nov 2005 22:12:24 -0600 Patrick Bogen <[EMAIL PROTECTED]> wrote: > I experience the same delay with bbkeys- I can only assume it's some > sort of initialization? Sort of. I believe it's due to the need bbkeys has for checking that a EWMH compliant window manager is running. Remember that

Re: bbpager vs blackbox 0.70.x

2005-11-07 Thread Patrick Bogen
I experience the same delay with bbkeys- I can only assume it's some sort of initialization? There's a blackbox option that controls whether maximizing windows will respect the slit or not, I believe. Configuration -> Full Maximization. This, however, also does not respect the status bar, which may

Re: bbpager vs blackbox 0.70.x

2005-11-07 Thread Jan Schaumann
Jan Schaumann <[EMAIL PROTECTED]> wrote: > Patrick Bogen <[EMAIL PROTECTED]> wrote: > > Sorry, my mistake; there needs to be an additional semi-colon > > following the bbpager call, so: > > > > { sleep 5; bbpager -w; } & > > Ok, so that works, thanks. > > Now let's see if we can also make it not

Re: bbpager vs blackbox 0.70.x

2005-11-06 Thread Jan Schaumann
Patrick Bogen <[EMAIL PROTECTED]> wrote: > Sorry, my mistake; there needs to be an additional semi-colon > following the bbpager call, so: > > { sleep 5; bbpager -w; } & Ok, so that works, thanks. Now let's see if we can also make it not always stay on top... :-) -Jan -- http://www.ncadp.org

Re: bbpager vs blackbox 0.70.x

2005-11-05 Thread Patrick Bogen
Sorry, my mistake; there needs to be an additional semi-colon following the bbpager call, so: { sleep 5; bbpager -w; } & - Patrick Bogen On 11/5/05, Jan Schaumann <[EMAIL PROTECTED]> wrote: > Patrick Bogen <[EMAIL PROTECTED]> wrote: > > Mine has: > > { sleep 5; bbpager -w } & where the bbpager -

Re: bbpager vs blackbox 0.70.x

2005-11-05 Thread Jan Schaumann
Patrick Bogen <[EMAIL PROTECTED]> wrote: > Mine has: > { sleep 5; bbpager -w } & where the bbpager -c etc. would normally go. No luck for me. bbpager won't start. -Jan -- As we all know, reality is a mess. Larry Wall pgpNEIiJ9nEa9.pgp Description: PGP signature

Re: bbpager vs blackbox 0.70.x

2005-11-05 Thread Patrick Bogen
Mine has: { sleep 5; bbpager -w } & where the bbpager -c etc. would normally go. If you put bbpage rinto the slit (with -w, above), it's controlled by the slit settings. Officially, the styles in 0.70.X are in a different format, which is probably why they're not included. - Patrick Bogen On 11

Re: bbpager for blackbox 0.70

2005-09-30 Thread Ciprian Popovici
On Fri, 5 Aug 2005 19:50:32 +0200 John Kennis <[EMAIL PROTECTED]> wrote: > Hi, > > Finally a version of bbpager that works with blackbox 0.70, you can get > it at http://bbtools.sf.net > > This is a beta release so thier might still be some issues. I get a crash after switching desktops (via bbp

Re: bbpager problems

2005-06-08 Thread Andy Jones
Thanks for all the help, folks. For the record, it was my automake version. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED] List archives: http://asgardsrealm.net/lurker/splash/index.html

Re: bbpager problems

2005-06-08 Thread Jens Körner
Hi Andy, just fetched cvs and ran mk.sh . Everything works fine for me. There must be software you don't have installed. Sorry I can't help you further, I run Debian and packages have different names there. Check this out autoconf2.13 - automatic configure script builder libguile-dev - Developmen

Re: bbpager problems

2005-06-08 Thread Andy Jones
Dave>>> What happens when you execute ./mk.sh on door number 3? This: [EMAIL PROTECTED]:~/bbpager3]: sh mk.sh /usr/bin/m4: configure.in: No such file or directory autoconf: configure.in: No such file or directory [EMAIL PROTECTED]:~/bbpager3]: Jens Have you installed the gnu autotool

Re: bbpager problems

2005-06-08 Thread Jens Körner
Hi, On Wed, Jun 08, 2005, Andy Jones wrote: [...] > 1) checkout -r bbpager_0_4_0 bbpager > /configure complains about missing make file in src/ directory. [...] Have you installed the gnu autotools? If not mk.sh will not work. Usually a "sh mk.sh" in that directory will do the job and produce

Re: bbpager problems

2005-06-08 Thread Andy Jones
Thanks for the help, Dave, Jens. Has anyone else managed to get this to work? I've now got three versions of bbpager from the CVS archive, and none of them seem to compile. 1) checkout -r bbpager_0_4_0 bbpager /configure complains about missing make file in src/ directory. 2) checkout -f -r

Re: bbpager problems

2005-06-03 Thread Jens Körner
On Fri, Jun 03, 2005, Andy Jones wrote: [...] bpager 0.3.1 [...] Go get the CVS version of it -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED] List archives: http://asgardsrealm.net/lurker/splash/index.html

Re: bbpager crashes

2005-02-10 Thread Bradley T Hughes
Robert Marshall wrote: Oh I see I whinged about this back in August, I've now made the following change to my copy of blackbox --- lib/Image.cc 09 Feb 2005 13:31:25 + 1.53 +++ lib/Image.cc 10 Feb 2005 15:34:15 + @@ -1265,6 +1265,7 @@ } // rest of the gradient + if (height > 2) //

Re: bbpager crashes

2005-02-10 Thread Robert Marshall
On Thu, 10 Feb 2005, I wrote: > Though the crash is in libbt so maybe it ought to be more careful > > getting a crash in > > bt::Image::hgradient (this=0xb3e0, [EMAIL PROTECTED], [EMAIL PROTECTED]) > at Image.cc:1269 > ... > I see checks in other routines in that file for height > 2, does i

Re: BBPager

2004-10-12 Thread Owen Franssen
*cheer* Thanks a lot for the help :) I managed to get it to work now Robert Marshall wrote: On Mon, 11 Oct 2004, Owen Franssen wrote: Great thanks for th elink i downloaded the cvs. However there appears to be a file misssing - after running configure make throws up the error that it can't find

Re: BBPager

2004-10-11 Thread Robert Marshall
On Mon, 11 Oct 2004, Owen Franssen wrote: > Great thanks for th elink i downloaded the cvs. > > However there appears to be a file misssing - after running configure > make throws up the error that it can't find the src/Makefile.in file... > There should be a mk.sh file that you need to run _

Re: BBPager

2004-10-11 Thread Owen Franssen
Great thanks for th elink i downloaded the cvs. However there appears to be a file misssing - after running configure make throws up the error that it can't find the src/Makefile.in file... Robert Marshall wrote: On Mon, 11 Oct 2004, Owen Franssen wrote: Is there a bbpager version to work with bl

Re: BBPager

2004-10-11 Thread Robert Marshall
On Mon, 11 Oct 2004, Owen Franssen wrote: > Is there a bbpager version to work with blackbox 0.70beta2? > Yes, you need the cvs version which you can get by following the instructions at http://sourceforge.net/cvs/?group_id=54703 Robert -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] List arc

Re: bbpager cvs with blackbox crashes

2004-09-03 Thread Robert Marshall
On Fri, 3 Sep 2004, John Kennis wrote: > Hi, > > I just fixed bbpager crashing when blackbox exits If you still experience > problems let me know. > > I just comminted the change to cvs but it might take a couple of hours > before the anonyous cvs server is updated. > Thank you - that appears

Re: bbpager cvs with blackbox crashes

2004-09-02 Thread John Kennis
Hi, I just fixed bbpager crashing when blackbox exits If you still experience problems let me know. I just comminted the change to cvs but it might take a couple of hours before the anonyous cvs server is updated. John On Wednesday 01 September 2004 08:27, Robert Marshall wrote: > Is anyone

Re: bbpager misbehaving & is there something like bbedgeflip?

2004-08-29 Thread John Kennis
Hi, bbpager from CVS won't work with Blackbox 0.65.0 so stick with bbpager 0.3.1. When bbpager is displayed with the -w option it is put in the slit and the orientation is determined by the settings of the slit. These settings can be changed via the slit menu. If the -w option is not given the

Re: bbpager misbehaving & is there something like bbedgeflip?

2004-08-29 Thread Eddie Roosenmaallen
Hi Cipiran, On Sun, 29 Aug 2004 12:57:16 +0300, Ciprian Popovici <[EMAIL PROTECTED]> wrote: > What bbpager and blackbox are you using? The latest blackbox (0.70) needs a > special version of bbpager, from CVS I believe. I'm running Blackbox 0.65.0 and bbpager 0.3.1... I'll try grabbing the curren

Re: bbpager misbehaving & is there something like bbedgeflip?

2004-08-29 Thread Ciprian Popovici
On Sat, 28 Aug 2004 13:52:38 -0400 Eddie Roosenmaallen <[EMAIL PROTECTED]> wrote: > First up, I'm having trouble with bbpager. If I run it with no > options, it displays horizontally in a bottom corner of the screen. > When I try to run it in the slit (bbpager -w), it displays vertically. > I can't

Re: bbpager CVS?

2004-07-03 Thread Chris Grossmann
On July 03 (10:42 EDT), Steven Kah Hien Wong wrote: > On Sat, Jul 03, 2004 at 09:09:15AM -0400, Chris Grossmann wrote: > > I haven't started investigating yet. Anyone else seeing this? > > The i18n.hh headers were recently removed from libbt. From the CVS log > of lib/Makefile.am: > > revisi

Re: bbpager CVS?

2004-07-03 Thread Steven Kah Hien Wong
On Sat, Jul 03, 2004 at 09:09:15AM -0400, Chris Grossmann wrote: > I haven't started investigating yet. Anyone else seeing this? The i18n.hh headers were recently removed from libbt. From the CVS log of lib/Makefile.am: revision 1.24 date: 2004/07/01 11:30:20 author: bradleyhughes

Re: bbpager-cvs

2004-02-24 Thread John Kennis
Hello, Seems I forgot to commit some stuff I updated it in CVS but will take some time before the anonymous cvs-server is updated. After re-syncing cvs, run ./mk.sh, ./configure, make. You may need to set PKG_CONFIG_PATH. (export PKG_CONFIG_PATH=/usr/local/lib/pkgconfig/ if blackbox is installe

Re: bbpager-cvs

2004-02-23 Thread Robert Upshall
On Mon, 2004-02-23 at 20:04, Sean 'Shaleh' Perry wrote: > On Monday 23 February 2004 12:38, John Kennis wrote: > > Hello, > > > > A new version of bbpager, which should work with Blackbox-cvs is available > > from cvs. If you are interested have a look at: > > http://sourceforge.net/cvs/?group_id=5

Re: bbpager-cvs

2004-02-23 Thread Sean 'Shaleh' Perry
On Monday 23 February 2004 12:38, John Kennis wrote: > Hello, > > A new version of bbpager, which should work with Blackbox-cvs is available > from cvs. If you are interested have a look at: > http://sourceforge.net/cvs/?group_id=54703 (module = bbpager). > > have fun, > John Kennis you rock dude.

Re: bbpager-cvs

2004-02-23 Thread Robert Upshall
Is this a recent update? I don't think the cvs mirrors have been updated yet? When I try ./configure it fails telling me that Makefile.in cannot be found? Robert On Mon, 2004-02-23 at 14:38, John Kennis wrote: > Hello, > > A new version of bbpager, which should work with Blackbox-cvs is avai

Re: bbpager for CVS (0.70)?

2003-02-08 Thread Chris Grossmann
On February 08 (19:56 EST), Sean Perry wrote: > ah the ever popular "too fast switching". It haunts us from time to time. > Every time it seems to be something new. > > Will look into it, thanks. Maybe we should put a "governor" on bbkeys to not allow me to switch workspaces so fast? :-P --

Re: bbpager for CVS (0.70)?

2003-02-08 Thread Sean 'Shaleh' Perry
On Saturday 08 February 2003 11:15, Chris Grossmann wrote: > Well, this is the last of my "contributions" for a while: > > Looks like I get a coredump when i'm switching workspaces > quickly. Is this known, or should I file a report on SF? > This is latest CVS (Sat, arond 1pm EST) > ah the ever p

Re: bbpager for CVS (0.70)?

2003-02-08 Thread Chris Grossmann
Well, this is the last of my "contributions" for a while: Looks like I get a coredump when i'm switching workspaces quickly. Is this known, or should I file a report on SF? This is latest CVS (Sat, arond 1pm EST) (gdb) where 30 #0 0x401910a1 in kill () from /lib/libc.so.6 #1 0x40190e99 in rais

Re: bbpager for CVS (0.70)?

2003-02-08 Thread Sean 'Shaleh' Perry
On Saturday 08 February 2003 06:10, Chris Grossmann wrote: > On February 08 (08:51 EST), Chris Grossmann wrote: > > This is what I figured. My problem seems to be finding > > one.. > > Looks like kpager works, my bad. However, I can't get the > slit to grab it, and I can't make it sticky. > stic

Re: bbpager for CVS (0.70)?

2003-02-08 Thread Jason 'vanRijn' Kasper
bbkeys has been re-written to use NET_WM.  it also uses blackbox's lib.  it's in the regular bbkeys module on sourceforge, if you want it.  I've been using it only (instead of epist) for the last month or so.  There are a couple of buglets still, but they only pop up once every couple of weeks

Re: bbpager for CVS (0.70)?

2003-02-08 Thread Chris Grossmann
On February 08 (08:51 EST), Chris Grossmann wrote: > This is what I figured. My problem seems to be finding > one.. Looks like kpager works, my bad. However, I can't get the slit to grab it, and I can't make it sticky. I'll quit complaining now and do some more research. :) -- To UNSUBSCRIBE

Re: bbpager for CVS (0.70)?

2003-02-08 Thread Chris Grossmann
On February 07 (20:01 EST), Sean Perry wrote: > no, bbpager has not been rewritten yet. > > Any netwm compliant pager should work. This is what I figured. My problem seems to be finding one.. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] List archives: http://asgardsrealm.net/lurker/splash/in

Re: bbpager for CVS (0.70)?

2003-02-07 Thread Sean 'Shaleh' Perry
On Friday 07 February 2003 13:54, Chris Grossmann wrote: > I'm playing around with CVS code. I think I got "epist" > running. > > Is there a bbpager or equivalent running with CVS code yet? no, bbpager has not been rewritten yet. Any netwm compliant pager should work. -- To UNSUBSCRIBE, email t

Re: bbpager && gcc 3.2

2002-10-03 Thread D . Olson
On Thu, 03 Oct 2002 09:52:29 +0200 Werner Hartnagel <[EMAIL PROTECTED]> wrote: > Hi > > I have some trouble to compile bbpager 3.0 with the new gcc 3.2 > (included with Mandrake 9). > The same problem also happens with bbsmount and other bbtools. > Are there other Peoples on the Planet with the

Re: bbpager && gcc 3.2

2002-10-03 Thread Sean 'Shaleh' Perry
On Thursday 03 October 2002 00:52, Werner Hartnagel wrote: > Hi > > I have some trouble to compile bbpager 3.0 with the new gcc 3.2 > (included with Mandrake 9). > The same problem also happens with bbsmount and other bbtools. > Are there other Peoples on the Planet with the same problem ? :) > S

Re: bbpager and KWM

2002-09-30 Thread Sean 'Shaleh' Perry
On Tuesday 01 October 2002 22:02, Lukasz Grabun wrote: > On Mon, Sep 30, 2002 at 05:01:37PM -0700, Sean 'Shaleh' Perry wrote: > > > I encountered the following problem while trying to install bbpager on > > > bb 0.65. The problem is: bb is installed with --enable-kde option with > > > no problems.