Linux - GeneralThis Linux forum is for general Linux questions and discussion.
If it is Linux Related and doesn't seem to fit in any other forum then this is the place.
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
I will assume that the installation will be similar to FluxBox (which was based on BlackBox). From source, ./configure, make, make install, look in /etc/X11/wmsession.d, create a file 03Blackbox:
NAME=Blackbox
DESC=Blackbox (You can extend if you wish)
EXEC=/usr/bin/blackbox
SCRIPT:
exec /usr/bin/blackbox
This expects the blackbox executable to be in /usr/local/bin. If you can't find it then run updatedb as root and run locate blackbox. Then substitute the path found for /usr/local/bin.
Rebooting will cause the changes to take effect and you shound have a new, working window manager (hopefully).
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.