--- alx-src/trunk/tinyalxconfig-ng/functions/config_x11.sh 2008/06/04 18:50:33 400 +++ alx-src/trunk/tinyalxconfig-ng/functions/config_x11.sh 2008/06/05 17:18:18 445 @@ -1,4 +1,4 @@ -# $Header: /home/cvsd/alx-cvs/alx-src/tinyalxconfig-ng/functions/config_x11.sh,v 1.3 2008-06-04 18:50:33 niro Exp $ +# $Header: /home/cvsd/alx-cvs/alx-src/tinyalxconfig-ng/functions/config_x11.sh,v 1.4 2008-06-05 17:18:18 niro Exp $ # configures the x11 server on the host via mysql db settings get_x11_settings() @@ -241,6 +241,7 @@ echo '# Mode 0666' >> ${xfconfig} echo '# EndSection' >> ${xfconfig} + install -d ${SETTINGSPATH}/mouse echo "ALX_MOUSE_ACCELERATION=\"${ALX_MOUSE_ACCELERATION}\"" > ${SETTINGSPATH}/mouse echo "ALX_MOUSE_THRESHOLD=\"${ALX_MOUSE_THRESHOLD}\"" >> ${SETTINGSPATH}/mouse }