--- alx-src/branches/alxconf_20060908/init.d/alxsettings 2010/12/09 09:06:33 1622 +++ alx-src/branches/alxconf_20060908/init.d/alxsettings 2011/01/25 09:36:42 1715 @@ -582,6 +582,13 @@ # set system state to 'already configured' touch /etc/alxconfig-ng/state/configured + # install slim desktopmanager configuration + cat ${ALX_SKELETONS}/slim/slim.conf > /etc/slim.conf + sed -i "s:@@USERNAME@@:${ALX_UNPRIV_USER}:" /etc/slim.conf + + # install a sane xinitrc + echo "exec startfluxbox" > ${ALX_UNPRIV_HOME}/.xinitrc + # if only an recheck was forced than abort now [[ ${ALX_FORCED_RECHECK} = true ]] && return 0