Skip to content

Commit

Permalink
Merging casper 1.117.
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel-baumann committed Feb 26, 2008
1 parent cabcd37 commit dd986a1
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
9 changes: 9 additions & 0 deletions docs/ChangeLog.casper
@@ -1,3 +1,12 @@
casper (1.117) hardy; urgency=low

* Disable speech for magnifier and braille profiles again. Thanks
Luke Yelavich.
* esd is enabled by default, so the comment in 30accessibility is no
longer relevant.

-- Evan Dandrea <evand@ubuntu.com> Wed, 13 Feb 2008 01:20:22 -0500

casper (1.116) hardy; urgency=low

* Fix setting orca options in 30accessibility.
Expand Down
4 changes: 2 additions & 2 deletions scripts/live-bottom/30accessibility
Expand Up @@ -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
;;
Expand All @@ -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
;;
Expand Down

0 comments on commit dd986a1

Please sign in to comment.