So, instead of running a full fledged GNOME session, I just ran the parts of it that are absolutely necessary to me (after all, that's the beauty of xNIX systems).
This is what I did -
- modify /etc/inittab to start in runlevel 3 by default
leanX.sh |
export DISPLAY=:0 Xorg& xterm& |
That's pretty much it. Within xterm, I can run almost anything :). Although the xterm is not necessary, it saves me from the pain of going to console mode and launching something.
This has saved me a few bucks for RAM upgrade !
The story doesn't end here. If you want almost all GNOME functionality like panel and menus, task list panel and stuff; without crap like wallpaper, session and other accesibility related features - you could well do this :
leanGNOME.sh
export DISPLAY=:0
Xorg&
metacity& (or fusion-icon&)
gnome-panel&
pulseaudio& (if you are interested in having sound support)
gnome-session&(if you want the pre-saved session to be restored. I wouldn't use this though)
There are other desktops too - like xfce and cde, but I really like the feeling of closeness to GNOME - can't explain why :)
--
prashant