On Sunday 06 October 2002 15:51, Geoffroy Giraux wrote: > Hello > > Congratulations for your work in this fast, easy-to-use but efficient > window manager ! > Yet, as a newbee, I tried to read these whole archive to solve my > problems but I didn't manage. > Maybe I didn't search well, but it isn't easy to read so many posts >
thanks. > So I'm sure my questions have already been asked, I'm sorry, but I'd > really like to solve them : > > 1) Is there any patch for BB 0.65.0 and the mouse-wheel ? Or does the > one for 0.5x work ? > And what is the command line to apply it ? > on http://sf.net/projects/blackboxwm there is a Patch tracker, there is one on there. The command line apply a patch is usually: patch -p1 < /path/to/patch sometimes you use -p0 instead of p1 (if one fails try the other). > 2) I have tried for one whole day to launch automatically bbkeys and > bbpager from my .xsession file, but I failed > I'm becoming mad about that ! Here is my .xsession file, I don't have a > .xinitrc (I launch BB from gdm) : > > #!/bin/sh > > bbkeys & > bbpager & > > exec /usr/local/bin/blackbox > > What did I miss ? Did I make a big mistake somewhere ? > that looks like the right setup. > 3) Where can I configure bbkeys to change its appearance, since I would > like it to be slightly different from the other windows in the same theme ? > bbkeys reads the blackbox style usually. It has a -c command line option (see its man page) to pass it a different style. > 4) This question has nothing to do with blackbox, but ... > when I try to compile bbconf 1.8 from the tarball, the ./configure > process stops telling me it cannot find Qt 3.0.3, whereas the librairies > are in my /usr/lib/qt3/lib/ directory. It contains : > libeditor.prl libeditor.so.1.0.0* libqt-mt.so.3.0@ libqui.so.1@ > libeditor.so@ libqt-mt.prl libqt-mt.so.3.0.5* libqui.so.1.0@ > libeditor.so.1@ libqt-mt.so@ libqui.prl > libqui.so.1.0.0* > libeditor.so.1.0@ libqt-mt.so.3@ libqui.so@ > > Is there anything lacking ? Please help > It sounds like you are missing the -dev (or -devel) package from whoever gave you the QT packages. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] List archives: http://asgardsrealm.net/lurker/splash/index.html Trouble? Contact [EMAIL PROTECTED]
