User avatar
bigsi111
Posts: 66
Joined: Thu Apr 19, 2012 8:50 am

Fluxbox in Debian

Wed May 30, 2012 8:44 pm

I'm sorry if this is a silly question, but is there a way to delete the current GUI on Debian and replace with Fluxbox as I understand that this is a less "demanding" environment.

Thanks!

hunternet93
Posts: 336
Joined: Mon Dec 12, 2011 4:34 pm

Re: Fluxbox in Debian

Wed May 30, 2012 11:11 pm

It should be pretty easy. First you'd need to install Fluxbox. At the command line:

Code: Select all

sudo apt-get install fluxbox 
I'm assuming it's in Debian's ARM repos, if it's not you might need to compile it.
After that, edit the ".xsession" file in your home folder (/root if you're logged in as root (which isn't a good idea usually) or /home/<username> otherwise). You might need to create it if it dosen't exist. Make a copy of it if it does exist, so you can switch back to LXDE easily. If the text "lxde-session" appears in the file, replace it with "fluxbox". Otherwise, add "fluxbox" to the end of the file.

After that, just start up X as usual, it should start up in Fluxbox.

Return to “Debian”