You are not logged in.
Pages: 1
Howdy, y'all,
I've been using blackbox 0.70 (installed via pacman) and like it pretty much. Then a couple of days ago I installed (again via pacman) bbpager 0.3.1 but I cannot get it to run. That is, it runs for about 10 seconds as a little grey block with another little grey block inside of it on the right edge of my screen, and then the X-server crashes and I see a message indicating that bbpager cannot connect to the window manager.
I tried opening a terminal and entering 'bbpager -w' with the same result (except that the X-server does not crash -- I just get the message in the terminal).
Has anyone managed to get this to work or am I just too noobie to pick my nose?
Maybe bbpager 0.3.1 doesn't work with blackbox 0.70?? :x
-- Dr.U
Offline
Despite not really knowing much about how this all works and interacts with other components, I may have found the problem with bbpager 0.3.1 (mentioned in my previous post): I am using Arch 0.7 which has xorg, but I see that bbpager 0.3.1 from the repository depends on xfree86... :oops:
Regards,
-- Dr.U
---------------------------------------------------------------
We made too many wrong mistakes. (Yogi Berra)
Offline
The bbpager 0.3.1 is over two years old, and only works with old versions of blackbox. To get bbpager you must install the cvs version.
Here's a PKGBUILD I made for that:
# Contributor: Robert Emil Berge <robert@rebi.no>
pkgname=bbpager-cvs
pkgver=0.4.0
pkgrel=1
pkgdesc="A pager for blackbox"
depends=('blackbox')
url="http://bbtools.sourceforge.net/download.php?file=6"
build() {
cvs -z3 -d:pserver:anonymous@cvs.sourceforge.net:/cvsroot/bbtools co -P bbpager
cd $startdir/src/bbpager
./mk.sh
./configure --prefix=/usr
make || return 1
make DESTDIR=$startdir/pkg install
}
But I found it quite "unstable". It didn't update the background correctly when I moved windows inside the pager. But, since it is cvs and that was a few days ago, it could be working fine now
Offline
Hi, reb!
Thank you very much for the PKGBUILD! I've never tried one out because until now I've not found any that interested me very much. But now is the time for me to give it a run. I'll give yours a try in the next few days.
Ciao,
-- Dr.U
Offline
Offline
I tried the fbpager, now. It seems like a really nice pager, but after just trying it quickly, it doesn't do anything at all in blackbox
I tried the bbpager-cvs again today, too, but now it wouldn't compile. I suggest waiting a few days before trying it out...or if you try and it does compile, please tell me
Offline
Thanks for the info, reb. If it compiles when I have time to try it I'll let you know.
Regards,
-- Dr.U
----------------------------------------------------------------------
I was so ugly my mother used to feed me with a sling shot.
-- Rodney Dangerfield
Offline
Pages: 1