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 debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to