~themuso/casper/casper-a11y

« back to all changes in this revision

Viewing changes to ubiquity-hooks/30accessibility

  • Committer: Luke Yelavich
  • Date: 2008-01-25 09:50:18 UTC
  • Revision ID: themuso@ubuntu.com-20080125095018-1vfqfpaf69jf6i9w
* scripts/casper-bottom/30accessibility &
  ubiquity-hooks/30accessibility:
  - Gnome-orca now uses python-support, adjust paths accordingly.
  - Make sure esd is disabled. Espeak is not yet set up to play nice
    with other audio devices.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
#!/bin/sh
2
 
# If you change this, please also change the copy in scripts/casper-bottom/30accessibility.
3
2
 
4
3
. /usr/share/debconf/confmodule
5
4
 
49
48
                          apt-install gnome-orca gnome-mag
50
49
                        fi
51
50
 
52
 
                        if [ -e /target/usr/share/pycentral/gnome-orca/site-packages/orca/settings.py ]; then
53
 
                            sed -i '/^enableSpeech\W/ s/True/False/;/^enableMagnifier/ s/False/True/' /target/usr/share/pycentral/gnome-orca/site-packages/orca/settings.py
 
51
                        if [ -e /target/usr/share/python-support/gnome-orca/orca/settings.py ]; then
 
52
                            sed -i '/^enableSpeech\W/ s/True/False/;/^enableMagnifier/ s/False/True/' /target/usr/share/python-support/gnome-orca/orca/settings.py
54
53
                        fi
55
54
 
56
55
                        kderc_addtoprefixes /usr/share/kubuntu-default-settings/kde-profile/lesser-visual-impairment/,/usr/share/kubuntu-default-settings/kde-profile/moderate-visual-impairment/