DOCUMENT ID:  1183-02

SYNOPSIS:     How to set up to run mwm instead of olwm under OpenWindows

OS RELEASE:   2.4

PRODUCT:      Solaris

KEYWORDS:     run mwm olwm OpenWindows


DESCRIPTION:

Mwm is not part of standard OS distribution.  You must load SUNWmotif
from the SDK (Software Development Kit) CD.  Then follow the steps
described below:


SOLUTION:

1. pkgadd to load SUNWmotif from SDK CD (let's say to /opt ).

2. cp /opt/SUNWmotif/lib/system.mwmrc $HOME/.mwmrc

3. vi $HOME/.mwmrc and uncomment the following line (remove !).
   Otherwise, you don't get the "Quit" selection under mwm Menu,
   and won't be able to exit out of windowing environment.

          "Quit..."      f.quit_mwm

4. add /opt/SUNWmotif/lib in your LD_LIBRARY_PATH.

5. add /opt/SUNWmotif/bin in your PATH.

6. You can invoke it by "openwin -wm mwm" or,
   cp /usr/openwin/lib/Xinitrc $HOME/.xinitrc, and edit
   to set:
   OW_WINDOW_MANAGER=mwm; export OW_WINDOW_MANAGER
   and invoke "openwin."


DATE APPROVED: 09/18/95