Here is what openSUSE's startwm.sh contain: #!/bin/bash # # startwm.sh for SuSE Linux #
. /etc/sysconfig/windowmanager
test -z "$DEFAULT_WM" && DEFAULT_WM=twm
WINDOWMANAGER="`type -p ${DEFAULT_WM##*/}`"
unset DEFAULT_WM
exec /etc/X11/xdm/Xsession $WINDOWMANAGER
exit 1
Hope this is useful.
--
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]

