I have built a working rpm for fluxbox 0.1.14 for fedora. I was able to successfully install and run the newest fluxbox on fedora core1 with it. [/url][url=http://grep420.net/rpms/fluxbox-0.1.14-1.i386.rpm]http://grep420.net/rpms/fluxbox-0.1.14-1.i386.rpm.
If your default runlevel is 5 you need to add the session to dm. Here is an example of my session file. Make sure it is chmod 755 as well.
[root@xwing jsw34]# cat /etc/X11/dm/Sessions/fluxbox.desktop
[Desktop Entry]
Encoding=UTF-8
Name=Fluxbox
Type=Application
Icon=
Exec=/usr/local/bin/fluxbox
[root@xwing jsw34]# ls -al /etc/X11/dm/Sessions/fluxbox.desktop
-rwxr-xr-x 1 root root 95 Jan 7 12:19 /etc/X11/dm/Sessions/fluxbox.desktop
For those of you with default runlevel 3, then you need to create an .xinitrc file in your home dir.
[jsw34@bullpen jsw34]$ cat ~/.xinitrc
#!/bin/bash
/usr/local/bin/fluxbox
don't forget to chmod +x ~/.xinitrc