exitting fvwm (2.3.16) still hangs even w/ this .xinitrc ...
dis=`hostname`
DISPLAY=$dis":0"
export DISPLAY
if [ -f $HOME/.Xdefaults ]; then
xrdb $HOME/.Xdefaults & # Load Users X11 resource database
else
xrdb $OPENWINHOME/lib/Xdefaults & # Load Default X11 resource database
fi
$OPENWINHOME/lib/openwin-sys & # OpenWindows system initialization
xset s 7200 # screenblank delay
if [ -f /usr/local/bin/fvwm2 ]; then
echo fvwm2
elif [ -f /usr/local/bin/fvwm ]; then # fvwm Window Manager
/usr/local/bin/fvwm &
elif [ -f /cad/bin/olvwm ]; then # OpenLook Window Manager
/cad/bin/olvwm -2d &
else
olwm &
fi
if [ -x $HOME/.openwin-init ]; then
$HOME/.openwin-init # Custom OpenWindows tools
else
$OPENWINHOME/lib/openwin-init # Default OpenWindows tools
fi
xhost + > /dev/null
if [ -f /usr/local/bin/fvwm2 ]; then # fvwm2 Window Manager
fvwm2
fi
--
Visit the official FVWM web page at <URL: http://www.fvwm.org/>.
To unsubscribe from the list, send "unsubscribe fvwm" in the body of a
message to majordomo_at_fvwm.org.
To report problems, send mail to fvwm-owner_at_fvwm.org.
Received on Mon Jun 26 2000 - 19:56:35 BST