Index: alxconf-060/functions/config_sessions.sh =================================================================== --- alxconf-060/functions/config_sessions.sh (Revision 2168) +++ alxconf-060/functions/config_sessions.sh (Arbeitskopie) @@ -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