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 5012 by niro, Thu Apr 19 13:27:58 2012 UTC revision 5013 by niro, Wed Aug 7 12:29:09 2013 UTC
# Line 263  generate_all_desktop_icons() Line 263  generate_all_desktop_icons()
263    
264   generate_icon \   generate_icon \
265   --name "${cfg_sessions_session}" \   --name "${cfg_sessions_session}" \
266   --command "nice -n 19 wfica ${ALX_ICA_SESSIONS}/$(fix_whitespaces ${cfg_sessions_filename})" \   --command "wfica-launcher ${ALX_ICA_SESSIONS}/$(fix_whitespaces ${cfg_sessions_filename})" \
267   --icon "${ALX_SESSIONS_ICONS}/$(fix_whitespaces ${cfg_sessions_session}).png" \   --icon "${ALX_SESSIONS_ICONS}/$(fix_whitespaces ${cfg_sessions_session}).png" \
268   --dest "${dest}/$(fix_whitespaces ${cfg_sessions_session}).lnk" \   --dest "${dest}/$(fix_whitespaces ${cfg_sessions_session}).lnk" \
269   --xres "${x}" \   --xres "${x}" \
# Line 520  config_sessions() Line 520  config_sessions()
520   if [[ ! -z ${cfg_autostart_session} ]]   if [[ ! -z ${cfg_autostart_session} ]]
521   then   then
522   # sleep one second to wait until busybox is fully initialized and the screen is really centered   # sleep one second to wait until busybox is fully initialized and the screen is really centered
523   addconfig "[startup] {sleep 1 && nohup nice -n 19 wfica ${ALX_ICA_SESSIONS}/$(fix_whitespaces ${cfg_autostart_session}) &}"   addconfig "[startup] {sleep 1 && wfica-launcher ${ALX_ICA_SESSIONS}/$(fix_whitespaces ${cfg_autostart_session}) &}"
524   fi   fi
525    
526   # fluxbox hotkeys   # fluxbox hotkeys
# Line 558  config_sessions() Line 558  config_sessions()
558   --colordepth "${cfg_graphic_depth}"   --colordepth "${cfg_graphic_depth}"
559    
560   # fluxbox menusession   # fluxbox menusession
561   addconfig "[exec] (${cfg_sessions_session}) {nice -n 19 wfica ${ALX_ICA_SESSIONS}/$(fix_whitespaces ${cfg_sessions_filename})}"   addconfig "[exec] (${cfg_sessions_session}) {wfica-launcher ${ALX_ICA_SESSIONS}/$(fix_whitespaces ${cfg_sessions_filename})}"
562   done   done
563    
564   # delete all progs   # delete all progs

Legend:
Removed from v.5012  
changed lines
  Added in v.5013