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 1918 by niro, Thu Mar 10 18:12:24 2011 UTC revision 1919 by niro, Wed Nov 9 13:33:26 2011 UTC
# Line 49  helper_rebuild_fluxbox_menu() Line 49  helper_rebuild_fluxbox_menu()
49   addconfig   addconfig
50  }  }
51    
52    helper_rebuild_fluxbox_autostart()
53    {
54     local CONFIG
55    
56     CONFIG="${MCORE_UNPRIV_HOME}/.fluxbox/apps"
57     clearconfig
58     for file in ${MCORE_CONFIG_PATH}/fluxbox/autostart/*
59     do
60     addconfig "$(< ${file})"
61     done
62    
63     # add a newline (maybe there is no crlf in the footer)
64     addconfig
65    }
66    
67  help_fluxbox_menuitem()  help_fluxbox_menuitem()
68  {  {
69   mecho "get fluxbox.menuitem"   mecho "get fluxbox.menuitem"

Legend:
Removed from v.1918  
changed lines
  Added in v.1919