summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorDaniel Baumann <daniel@debian.org>2008-02-26 12:35:48 +0100
committerDaniel Baumann <daniel@debian.org>2011-03-09 17:31:06 +0100
commitcc8532df0a706a167cfd423bc13a69b7be9ffef9 (patch)
treeab1ab999c209b3c5c705a965130f5410844c8bea /scripts
parentcafc3175ce0d72a3f78160194d293be85f7c1d56 (diff)
downloadlive-boot-cc8532df0a706a167cfd423bc13a69b7be9ffef9.tar.gz
live-boot-cc8532df0a706a167cfd423bc13a69b7be9ffef9.zip
Merging casper 1.117.
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/live-bottom/30accessibility4
1 files changed, 2 insertions, 2 deletions
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
;;