startwm.sh: Additionally support /usr/etc/X11/xdm/Xsession in SUSE
distributions https://lists.opensuse.org/opensuse-factory/2019-08/msg00113.html
This commit is contained in:
parent
19504da100
commit
31a910a275
@ -85,6 +85,9 @@ wm_start()
|
|||||||
# do not execute the pseudo login shell scripts
|
# do not execute the pseudo login shell scripts
|
||||||
. /etc/X11/xdm/Xsession
|
. /etc/X11/xdm/Xsession
|
||||||
exit 0
|
exit 0
|
||||||
|
elif [ -r /usr/etc/X11/xdm/Xsession ]; then
|
||||||
|
. /usr/etc/X11/xdm/Xsession
|
||||||
|
exit 0
|
||||||
fi
|
fi
|
||||||
|
|
||||||
pre_start
|
pre_start
|
||||||
|
Loading…
Reference in New Issue
Block a user