LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Debian (https://www.linuxquestions.org/questions/debian-26/)
-   -   Fluxbox on Debian (https://www.linuxquestions.org/questions/debian-26/fluxbox-on-debian-552041/)

gloomz 05-07-2007 03:48 PM

Fluxbox on Debian
 
Hi, I couldn't find a single guide on the net on how to install fluxbox on Debian.

Right now, I'm on straight cmd line, so I need a guide on basically what items to install, and how to configure it.

The Ubuntu guides don't work for, because Ubuntu already starts with gnome and x-windows and xserver or what not.

phantom_cyph 05-07-2007 03:59 PM

Open synaptic. Install fluxbox (search if you have to). At the boot screen, select sessions, select fluxbox. Not too complicated.

gloomz 05-07-2007 04:11 PM

I already said that I was on JUST command line. I have no gui synaptic. I have to do all these instructions from the command line.

IsaacKuo 05-07-2007 04:25 PM

apt-get install fluxbox xorg

or

aptitude install fluxbox xorg

When in doubt, you can use "apt-cache search ..." to search for packages with "..." in the name.

gloomz 05-07-2007 04:38 PM

Quote:

Warning: Failed to open file(/usr/share/fluxbox/nls/en_CA/fluxbox.cat)
for translation, using default messages.
Error: Couldn't connect to XServer
I did exactly as you said, and this is the error I get.

IsaacKuo 05-07-2007 04:47 PM

That warning is just a warning, which the program being run went past. From the error, I'm guessing you tried to start fluxbox by entering the command, "fluxbox"? Like any window manager, fluxbox needs a running X display to connect to. The two typical ways to accomplish this are to run "startx" from a text login or to use a graphical login manager (like xdm, gdm, or kdm).

Of these, using either gdm or kdm is the easiest--they're graphical login managers that let you choose what sort of session you want to login as (e.g. with a fluxbox session). Using either "startx" or "xdm", you'll need to manually edit a file to get fluxbox to startup automatically.

phantom_cyph 05-07-2007 05:28 PM

BTW-you did say you are "in straight cmd line" you did not say "I do not have a GUI installed". There is a large difference.

AceofSpades19 05-07-2007 08:57 PM

did you install X?

S3xY 05-13-2007 04:51 AM

first install xserver
apt-get xserver-xorg-core xorg
then choose the display manage u want [ gdm , kdm , ...]
apt-get install gdm
then install the GUI
apt-get install fluxbox

lurko 05-14-2007 10:30 PM

I think xdm would be a better choice of display manager for Fluxbox. unless there's some glaring problems with it I don't know about anyway.


All times are GMT -5. The time now is 08:13 PM.