From cc8532df0a706a167cfd423bc13a69b7be9ffef9 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Tue, 26 Feb 2008 12:35:48 +0100 Subject: Merging casper 1.117. --- scripts/live-bottom/30accessibility | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'scripts') diff --git a/scripts/live-bottom/30accessibility b/scripts/live-bottom/30accessibility index 314496d..eaf3a50 100755 --- a/scripts/live-bottom/30accessibility +++ b/scripts/live-bottom/30accessibility @@ -67,7 +67,7 @@ case ${ACCESS} in if type orca > /dev/null 2>&1 then mkdir -p /root/home/${USERNAME}/.orca - echo "orca.settings.enableSpeech = True" >> /root/home/${USERNAME}/.orca/orca-customizations.py + echo "orca.settings.enableSpeech = False" >> /root/home/${USERNAME}/.orca/orca-customizations.py echo "orca.settings.enableMagnifier = True" >> /root/home/${USERNAME}/.orca/orca-customizations.py fi ;; @@ -90,7 +90,7 @@ case ${ACCESS} in if type orca > /dev/null 2>&1 then mkdir -p /root/home/${USERNAME}/.orca - echo "orca.settings.enableSpeech = True" >> /root/home/${USERNAME}/.orca/orca-customizations.py + echo "orca.settings.enableSpeech = False" >> /root/home/${USERNAME}/.orca/orca-customizations.py echo "orca.settings.enableBraille = True" >> /root/home/${USERNAME}/.orca/orca-customizations.py fi ;; -- cgit v1.2.3