
Ever since RedHat 6.0 the upgrade/installation will automatically install either the new Desktop Environments "GNOME" and/or "KDE" on your system.. Which is very nice if you like your desktop to be cluttered and/or you don't like to make full use of your screen real estate. ;-)
Fvwm or Fvwm2 are much better suited to make maximum use of your valuable screen real estate.. and they give you as many virtual screens as you like. And user-configurable drop down menues when you click on the screen background, so you can start all your favourite programs, but without the annoying Windows menu bar.
The new RedHat versions use gdm instead of xdm to do the login session.. see /etc/X11/gdm .. Unfortunately there are no hints whatsoever in the Gnome and/or KDE documentation telling you how to get rid of these annoying window managers.
Desperately looking through the configuration files, I found two ways to force gdm to use the window manager of my choice.. ..resistance is futile!!
# cat > ~/.xinitrc fvwm CTRL-D #In other words, you just put 'fvwm' in your ~/.xinitrc file -- for root in has to be under /root of course.
> cat > ~/.Xclients
# force file ~/.Xclients to tell gdm which window manager to start..
#
# PLEASE don't give me gnome/kde - but rather start fvwm
if [ -f /usr/X11R6/bin/fvwm ]; then
exec fvwm
else
exec twm
fi
> chmod u+x ~/.Xclients
Don't forget to make ~/.Xclients executable, or it won't work!!
And don't forget to clean up.. he he!
> cd ~ > rm -rf .gnome* enlightenment* >
Apparently newer versions of Fvwm ( >2.4.x ) support GNOME desktop hints and it is supposedly possible to integrate them with GNOME and KDE. I haven't tried this - but I wanted to mention this and give some pointers to the Fvwm home page and the EWmh home page, in case somebody is interested in using Fvwm together with GNOME or KDE.
Hope this helps somebody..
|
Maintainer: Tilo Sloboda linux AT unixgods.org last update: $Revision: 1.4 $ / $Date: 2004/05/20 20:54:28 $ |
|