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 2408 by niro, Wed Jun 15 12:54:42 2011 UTC revision 2411 by niro, Wed Jun 15 13:00:27 2011 UTC
# Line 389  config_sessions() Line 389  config_sessions()
389   cat ${ALX_SKELETONS}/fluxbox/init > ${ALX_UNPRIV_HOME}/.fluxbox/init   cat ${ALX_SKELETONS}/fluxbox/init > ${ALX_UNPRIV_HOME}/.fluxbox/init
390    
391   # fluxbox autostart   # fluxbox autostart
  cat ${ALX_SKELETONS}/fluxbox/apps > ${ALX_UNPRIV_HOME}/.fluxbox/apps  
   
392   CONFIG="${ALX_UNPRIV_HOME}/.fluxbox/apps"   CONFIG="${ALX_UNPRIV_HOME}/.fluxbox/apps"
393     # add icon utility
394     [ -x /usr/bin/idesk ] && addconfig '[startup] {nohup idesk > /dev/null &}'
395     [ -x /usr/bin/xtdesk ] && addconfig '[startup] {nohup xtdesk > /dev/null &}'
396     # add numlock utility
397     [ -x /usr/bin/numlockx ] && addconfig '[startup] {nohup numlockx on &}'
398    
399   # add screensaver   # add screensaver
400   if [[ ! -z ${cfg_screensaver_screensaver} ]] && [[ ! -z ${cfg_screensaver_screensaver_timeout} ]]   if [[ ! -z ${cfg_screensaver_screensaver} ]] && [[ ! -z ${cfg_screensaver_screensaver_timeout} ]]
401   then   then

Legend:
Removed from v.2408  
changed lines
  Added in v.2411