--- alx-src/branches/alxconf-060/functions/config_sessions.sh 2011/06/14 09:57:48 2370 +++ alx-src/branches/alxconf-060/functions/config_sessions.sh 2011/06/14 10:42:58 2371 @@ -370,7 +370,8 @@ # add autostart session if [[ ! -z ${cfg_autostart_session} ]] then - addconfig "[startup] {nohup nice -n 19 wfica ${ALX_ICA_SESSIONS}/$(fix_whitespaces ${cfg_autostart_session}) &}" + # sleep one second to wait until busybox is fully initialized and the screen is really centered + addconfig "[startup] {sleep 1 && nohup nice -n 19 wfica ${ALX_ICA_SESSIONS}/$(fix_whitespaces ${cfg_autostart_session}) &}" fi # fluxbox hotkeys