DownLoad the FluxBox tarball from here http://fluxbox.sourceforge.net/download.php
Untaring it and installing it.
Open your shell and type
tar xzvf "name of the FluxBox file".tar.gz
------------------------------
./configure and then
------------------------------
make
------------------------------
make install
-------------------------------
Making the damn thing Work under RedHat 8.0
Chances are you are using gdm as your Login manager.
You will need to create a small bash file. Open a text editor and type
#!/bin/sh exec fluxbox
Name it with whatever name that you want to see at your Login Screen
Now we need to place that file in the /etc/X11/gdm/Sessions
In there you will see all the other names of your Desktop Enviroments.
After you place it there, open your shell and change the Permissions
of the file that you just created to 755 by typing
chmod 755 /etc/X11/gdm/Sessions/"what ever name you gave the file with out the quotes"
Now gdm should be able to see Fluxbox. Log Out and select it and log in.
Enjoy.




