|
@@ -48,5 +48,7 @@ if [ -r ${NEWROOT}/etc/lxdm/lxdm.conf ]; then
|
|
|
sed -e "s,.*session.*=.*,session=/usr/bin/cinnamon-session," -i ${NEWROOT}/etc/lxdm/lxdm.conf
|
|
|
elif [ -x ${NEWROOT}/usr/bin/i3 ]; then
|
|
|
sed -e "s,.*session.*=.*,session=/usr/bin/i3," -i ${NEWROOT}/etc/lxdm/lxdm.conf
|
|
|
+ elif [ -x ${NEWROOT}/usr/bin/startlxde ]; then
|
|
|
+ sed -e "s,.*session.*=.*,session=/usr/bin/startlxde," -i ${NEWROOT}/etc/lxdm/lxdm.conf
|
|
|
fi
|
|
|
fi
|