Magellan Linux

Diff of /alx-src/branches/alxconf-060/functions/config_sessions.sh

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 2370 by niro, Wed May 18 14:55:02 2011 UTC revision 2371 by niro, Tue Jun 14 10:42:58 2011 UTC
# Line 370  config_sessions() Line 370  config_sessions()
370   # add autostart session   # add autostart session
371   if [[ ! -z ${cfg_autostart_session} ]]   if [[ ! -z ${cfg_autostart_session} ]]
372   then   then
373   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
374     addconfig "[startup] {sleep 1 && nohup nice -n 19 wfica ${ALX_ICA_SESSIONS}/$(fix_whitespaces ${cfg_autostart_session}) &}"
375   fi   fi
376    
377   # fluxbox hotkeys   # fluxbox hotkeys

Legend:
Removed from v.2370  
changed lines
  Added in v.2371