4

I'm working on a VPS which I can control with PuTTY and FreeNX.

I don't have enough RAM for Gnome, so I want fluxbox to start by default instead of Gnome. how do I do that?

wajed
  • 83
  • 2
  • 6

1 Answers1

3

The idea is to create a custom session , which launches fluxbox

Create a file e.g /usr/share/xsessions/custom.desktop

Which contains:

Name=Xsession
Exec=/etc/X11/Xsession

Change that (Exec=) to your customized script , e.g if you favors xinit , you can edit ~/.xinitrc , place a startfluxbox there (IIRC)

And in that case , the Exec= script would be /usr/bin/startx

daisy
  • 53,527
  • 78
  • 236
  • 383