
Compiling
=========

NOTE:
X Window Manager Manager (xwmm) depends on the Qt application framework
(http://www.troll.no) and will not compile or run unless libqt.so.1.xx
are installed. Make sure the QTDIR environment variable is set and
points to the directory containing the Qt header files, for example,
"export QTDIR=/usr/src/qt". See the Qt documentation for more information.

1) edit Makefile for compile options if nessesary
2) make
3) make install

Installing X Window Manager Manager on "per user" basis:
========================================================

$HOME/.Xclients must contain the line "exec xwmm".

Either;
1) cp $HOME/.Xclients $HOME/.Xclients.save
2) cp Xclients $HOME/.Xclients

Or;
1) Add the line "exec xwmm" as the last line in existing $HOME/.Xclients file.

Xwmm will now start first and alow you to choose which window manager to use.

Installing X WIndow Manager Manager on "all user" basis:
========================================================

Similar to "per user" installation, except you must add the line "exec xwmm"
to the /usr/X11R6/lib/X11/xinit/Xclients file.

A note to KDE 1.1 users
=======================
There is a bug in the KDE 1.1 "startkde" shell  script where some components
of KDE are left running after you close the KDE desktop. The startkde.fixed
shell script contained in the xwmm package fixes this my killing off
lingering process by their PID number upon closing the desktop. To install it:

# cp $KDEDIR/bin/startkde $KDEDIR/bin/startkde.save
# cp startkde.fixed $KDEDIR/bin/startkde

