Ciprian Popovici --> blackbox (2005-04-15 01:54:07 +0300):
> On Thu, 14 Apr 2005 23:23:07 +0200 Jukka Salmi <[EMAIL PROTECTED]>
> wrote:
> > Yes, I'm using the latest sources from CVS. There has not yet been a
> > formal release for Blackbox 0.70.0, so it's probably best to just wait...
>
> I meant a formal release for bbpager. Blackbox does have a 0.70 stable and
> official version out.
I was referring to bbpager. I'm using:
Blackbox: 0.70.0
bbpager: latest version from CVS
on a current NetBSD/i386 system running XFree86 4.5.0.
> If you're using Blackbox 0.70 or CVS, and bbpager CVS, then this could be
> a bug and we can start debugging with you detailing just how exactly is
> bbpager misbehaving. The earlier description was not very clear for me I'm
> afraid.
OK, I'll try again.
I start X with startx. My ~/.xinitrc:
$ cat ~/.xinitrc
#!/bin/sh
errfile="${HOME:-/tmp}/.xsession-errors"
( rm -rf "$errfile"; umask 77; >"$errfile" )
exec >"$errfile" 2>&1
. ~/.xinit || echo '~/.xinitrc: failed'
$ cat ~/.xinit
WM=blackbox
[...]
${WM:?} &
wmpid=$!
bbkeys &
( sleep 1; bbpager ) &
wait $wmpid
Now, after issuing startx, bbpager looks like [1]this (use something like
'gzip -dc file | xwud' to watch the file). However, if I change the last
three lines of ~/.xinit to read
bbkeys &
bbpager &
wait $wmpid
i.e. I don't start bbpager in a subshell after waiting for a second, bbpager
looks like [2]this, and the following lines are written to ~/.xsession-errors:
bt::PixmapCache: maximum size (2048 kb) exceeded
bt::PixmapCache: current size: 17408 kb
[...]
I hope this is somehow understandable... please tell if it's not.
Hints on how to debug this are appreciated.
TIA, Jukka
[1] http://salmi.ch/~jukka/bb/bbpager.xwd.gz
[2] http://salmi.ch/~jukka/bb/bbpager_fail.xwd.gz
--
bashian roulette:
$ ((RANDOM%6)) || rm -rf ~
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
List archives: http://asgardsrealm.net/lurker/splash/index.html