--- mcore-src/trunk/mcore-tools/src/modules/basic-input/input.client.class.in 2020/07/15 06:47:39 2862 +++ mcore-src/trunk/mcore-tools/src/modules/basic-input/input.client.class.in 2020/07/15 06:54:02 2863 @@ -32,8 +32,11 @@ *) help_input_keyboard && return 1 ;; esac - ${MCORE_LIBDIR}/fluxbox-autostart --add --name keyboard --exec 'nohup xset r rate ${rate} &' --comment '${value}' && - ${MCORE_LIBDIR}/fluxbox-rebuild-autostart + if is_provided fluxbox + then + ${MCORE_LIBDIR}/fluxbox-autostart --add --name keyboard --exec 'nohup xset r rate ${rate} &' --comment '${value}' && + ${MCORE_LIBDIR}/fluxbox-rebuild-autostart + fi if [[ -z ${MROOT} ]] || [[ ${MROOT} = / ]] then