blob: 5cf958ad99308d9a02a2169d52855d46e13159aa (
plain)
1
2
3
4
5
6
7
8
|
After installing lxdm, you'll need to add the following snippet to
/etc/rc.d/rc.4 _at_the_top_ above the gdm lines:
# Regardless of the comments below, let's check for lxdm first:
if [ -x /usr/sbin/lxdm ]; then
exec /usr/sbin/lxdm
fi
|