https://bugzilla.novell.com/show_bug.cgi?id=667408 https://bugzilla.novell.com/show_bug.cgi?id=667408#c18 --- Comment #18 from Dr. Werner Fink <werner@novell.com> 2011-02-01 12:27:05 UTC --- For profile.sh I've skipped the second sub shell: if test -z "$WINDOWMANAGER" ; then SAVEPATH=$PATH PATH=$PATH:/usr/X11R6/bin:/usr/openwin/bin desktop=/usr/share/xsessions/${DEFAULT_WM}.desktop if test -s "$desktop" ; then while read -r line; do case ${line} in Exec=*) WINDOWMANAGER="$(type -p ${line#Exec=})" break esac done < $desktop fi if test -n "$DEFAULT_WM" -a -z "$WINDOWMANAGER" ; then WINDOWMANAGER="$(type -p ${DEFAULT_WM##*/})" fi PATH=$SAVEPATH unset SAVEPATH desktop fi unset DEFAULT_WM export WINDOWMANAGER -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.