Click to See Complete Forum and Search --> : Adding new window manager to login list?
Hired Goon
08-08-2003, 12:07 AM
I'm running Mandrake 9.1 with the KDE user login.
I just built and installed Fluxbox form source. Now, how do I make it available in my list of window managers that I see when I login?
Thank you.
SuperNu
08-08-2003, 11:38 AM
Not to be rude, but have you used the search button at the top of the page to look for help? I searched for adding fluxbox to window manager and found these results (http://www.justlinux.com/forum/search.php?action=showresults&searchid=704000&sortby=lastpost&sortorder=descending). Here are two other links that will help you out. You might have to do a little bit of work since I use RedHat 9 and some of the discussions are about Suse and RedHat.
http://linuxnewbie.org/forum/showthread.php?s=&threadid=59282
http://linuxnewbie.org/forum/showthread.php?s=&threadid=65583
--SN
spork2000
08-08-2003, 02:40 PM
Search the fluxbox support forum at sourceforge, there's a thread there on how to do it.
I also posted it here somewhere specifically for MDK9.1
[bvc@localhost bvc]$ su
Password:
[root@localhost bvc]#cd /etc/X11/wmsession.d
[root@localhost wmsession.d]# ls
01KDE 02GNOME 16Waimea 25openbox
[root@localhost wmsession.d]# cp 01KDE 03Fluxbox
[root@localhost wmsession.d]# vi 03Fluxbox
and change the names and paths
Quote:
NAME=Fluxbox
ICON=
DESC=
EXEC=/usr/local/bin/fluxbox #(or whatever...find out with which fluxbox)
SCRIPT:
exec /usr/bin/fluxbox #(or whatever...find out with which afterstep)
Esc> : >wq <Enter>
lucky i was reading something similar on another forum... (thanks bvc)
Hired Goon
08-09-2003, 06:25 PM
That worked great! Thanks alot. :D