--- alx-src/branches/alxconf-060/functions/config_sessions.sh 2011/06/15 12:54:42 2408 +++ alx-src/branches/alxconf-060/functions/config_sessions.sh 2011/06/15 13:00:27 2411 @@ -389,9 +389,13 @@ cat ${ALX_SKELETONS}/fluxbox/init > ${ALX_UNPRIV_HOME}/.fluxbox/init # fluxbox autostart - cat ${ALX_SKELETONS}/fluxbox/apps > ${ALX_UNPRIV_HOME}/.fluxbox/apps - CONFIG="${ALX_UNPRIV_HOME}/.fluxbox/apps" + # add icon utility + [ -x /usr/bin/idesk ] && addconfig '[startup] {nohup idesk > /dev/null &}' + [ -x /usr/bin/xtdesk ] && addconfig '[startup] {nohup xtdesk > /dev/null &}' + # add numlock utility + [ -x /usr/bin/numlockx ] && addconfig '[startup] {nohup numlockx on &}' + # add screensaver if [[ ! -z ${cfg_screensaver_screensaver} ]] && [[ ! -z ${cfg_screensaver_screensaver_timeout} ]] then