--- mcore-src/trunk/mcore-tools/daemon/client/include/fluxbox.client.class 2011/03/10 18:12:24 1642 +++ mcore-src/trunk/mcore-tools/daemon/client/include/fluxbox.client.class 2011/11/09 13:33:26 1919 @@ -49,6 +49,21 @@ addconfig } +helper_rebuild_fluxbox_autostart() +{ + local CONFIG + + CONFIG="${MCORE_UNPRIV_HOME}/.fluxbox/apps" + clearconfig + for file in ${MCORE_CONFIG_PATH}/fluxbox/autostart/* + do + addconfig "$(< ${file})" + done + + # add a newline (maybe there is no crlf in the footer) + addconfig +} + help_fluxbox_menuitem() { mecho "get fluxbox.menuitem"