Magellan Linux

Diff of /alx-src/branches/alxconf-060/init.d/alxsettings

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

revision 2381 by niro, Tue May 17 21:41:48 2011 UTC revision 2382 by niro, Tue Jun 14 13:51:37 2011 UTC
# Line 609  import_settings_local() Line 609  import_settings_local()
609   # add a newline (maybe there is no crlf in the footer)   # add a newline (maybe there is no crlf in the footer)
610   echo >> ${ALX_UNPRIV_HOME}/.fluxbox/menu   echo >> ${ALX_UNPRIV_HOME}/.fluxbox/menu
611    
   
612   # setup some standart icons (sysinfo.lnk)   # setup some standart icons (sysinfo.lnk)
  # basic config  
  cat ${ALX_SKELETONS}/xtdesktop/xtdeskrc > ${ALX_UNPRIV_HOME}/.xtdeskrc  
   
613   # clean desktop icon location   # clean desktop icon location
614   [ -d ${ALX_UNPRIV_HOME}/.xtdesktop ] && rm -rf ${ALX_UNPRIV_HOME}/.xtdesktop   [ -d ${ALX_UNPRIV_HOME}/.xtdesktop ] && rm -rf ${ALX_UNPRIV_HOME}/.xtdesktop
615   install -d ${ALX_UNPRIV_HOME}/.xtdesktop   install -d ${ALX_UNPRIV_HOME}/.xtdesktop
616    
617     # basic config
618     cat ${ALX_SKELETONS}/xtdesktop/xtdeskrc > ${ALX_UNPRIV_HOME}/.xtdesktop/xtdeskrc
619    
620   # last but not least gen a icon with some sys informations   # last but not least gen a icon with some sys informations
621   local sysinfo   local sysinfo
622   local osversion   local osversion

Legend:
Removed from v.2381  
changed lines
  Added in v.2382