Magellan Linux

Diff of /mcore-src/trunk/mcore-tools/daemon/client/include/fluxbox.client.class

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

revision 2014 by niro, Mon Aug 13 10:02:37 2012 UTC revision 2015 by niro, Mon Aug 13 10:05:03 2012 UTC
# Line 14  helper_rebuild_fluxbox_menu() Line 14  helper_rebuild_fluxbox_menu()
14   MMINCLUDE="${MCORE_CONFIG_PATH}/fluxbox/mcore-menu-include"   MMINCLUDE="${MCORE_CONFIG_PATH}/fluxbox/mcore-menu-include"
15   CONFIG="${MROOT}/${MMINCLUDE}"   CONFIG="${MROOT}/${MMINCLUDE}"
16   clearconfig   clearconfig
17     for file in $(find ${MROOT}/${MCORE_CONFIG_PATH}/fluxbox/menu -type f)
  for file in ${MROOT}/${MCORE_CONFIG_PATH}/fluxbox/menu/*  
18   do   do
19   [[ ! -z ${MROOT} ]] && file=$(echo ${file} | sed "s:${MROOT}::")   [[ ! -z ${MROOT} ]] && file=$(echo ${file} | sed "s:${MROOT}::")
20   addconfig "[include] (${file})"   addconfig "[include] (${file})"
# Line 56  helper_rebuild_fluxbox_autostart() Line 55  helper_rebuild_fluxbox_autostart()
55    
56   CONFIG="${MROOT}/${MCORE_UNPRIV_HOME}/.fluxbox/apps"   CONFIG="${MROOT}/${MCORE_UNPRIV_HOME}/.fluxbox/apps"
57   clearconfig   clearconfig
58   for file in ${MROOT}/${MCORE_CONFIG_PATH}/fluxbox/autostart/*   for file in $(find ${MROOT}/${MCORE_CONFIG_PATH}/fluxbox/autostart -type f)
59   do   do
60   addconfig "$(< ${file})"   addconfig "$(< ${file})"
61   done   done

Legend:
Removed from v.2014  
changed lines
  Added in v.2015