LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   FluxBox not in menu (https://www.linuxquestions.org/questions/linux-software-2/fluxbox-not-in-menu-126154/)

Darkseid 12-15-2003 05:25 PM

FluxBox not in menu
 
I installed FluxBox on Mandrake 9.1 from source. It won't appear in graphical login menu at all. I checked this forum and nothing helped. I did make a script someone made but it didn't do anything. Can it be added to that menu? Also, what Linux flavor would make this kind of thing easier?

Email me at quantum_elf@yahoo.com if you have an answer.

BigNate 12-15-2003 06:58 PM

I am not too familiar with Mndk but...do you know *which* gui login you are using. I assume KDM but I don't know for sure.

hw-tph 12-15-2003 07:16 PM

You need a session script of some sort. I use either a simple .xsession file in my home directory (just has to end with the line exec fluxbox). Try that, and choose the session type in GDM/KDM as Xsession.

Or you could write a GDM session script for Fluxbox and stick it in the appropriate location - on Debian it's /etc/X11/gdm/Sessions/.

An extremely simple fluxbox Session script could look something like this:
Code:

# GDM Session script for fluxbox
exec /etc/X11/Xsession /usr/bin/fluxbox

Just remember to make it executable by all (chmod a+x /etc/X11/gdm/Sessions/fluxbox).


Håkan


All times are GMT -5. The time now is 10:50 AM.