diff options
| author | Daniel Baumann <daniel@debian.org> | 2008-11-11 18:17:00 +0100 |
|---|---|---|
| committer | Daniel Baumann <daniel@debian.org> | 2011-03-09 17:48:03 +0100 |
| commit | 8a6add43952e17646209cee967eb2d9a9bcdaf9d (patch) | |
| tree | 5fc01d50f8060688616bd71a26c9ca645357bf12 /scripts | |
| parent | 89bcde16a95dfd84c653cb95b9a5ab966fd8d4da (diff) | |
| download | live-boot-8a6add43952e17646209cee967eb2d9a9bcdaf9d.tar.gz live-boot-8a6add43952e17646209cee967eb2d9a9bcdaf9d.zip | |
Merging casper 1.149.
Diffstat (limited to 'scripts')
| -rwxr-xr-x | scripts/live-bottom/30accessibility | 20 |
1 files changed, 6 insertions, 14 deletions
diff --git a/scripts/live-bottom/30accessibility b/scripts/live-bottom/30accessibility index d838d76..3f88e2f 100755 --- a/scripts/live-bottom/30accessibility +++ b/scripts/live-bottom/30accessibility @@ -67,6 +67,8 @@ case ${ACCESS} in access=v2) # Moderate Visual Impairment gct -s -t bool /desktop/gnome/interface/accessibility true + gct -s -t bool /desktop/gnome/applications/at/visual/startup true + gct -s -t string /desktop/gnome/applications/at/visual/exec orca gct -s -t bool /apps/gksu/disable-grab true gct -s -t string /desktop/gnome/applications/window_manager/default /usr/bin/metacity @@ -77,10 +79,6 @@ case ${ACCESS} in echo "orca.settings.enableSpeech = False" >> /root/home/${USERNAME}/.orca/user-settings.py echo "orca.settings.enableMagnifier = True" >> /root/home/${USERNAME}/.orca/user-settings.py chroot /root chown -R ${USERNAME}:${USERNAME} /home/${USERNAME}/.orca - - mkdir -p /root/home/${USERNAME}/.config/autostart - cp /root/usr/share/applications/orca.desktop /root/home/${USERNAME}/.config/autostart - chroot /root chown -R ${USERNAME}.${USERNAME} /home/${USERNAME}/.config fi ;; @@ -89,20 +87,18 @@ case ${ACCESS} in # Disabled for now, until we know eSpeak works. #gct -s -t bool /desktop/gnome/sound/enable_esd false gct -s -t bool /desktop/gnome/interface/accessibility true + gct -s -t bool /desktop/gnome/applications/at/visual/startup true + gct -s -t string /desktop/gnome/applications/at/visual/exec orca gct -s -t bool /apps/gksu/disable-grab true gct -s -t string /desktop/gnome/applications/window_manager/default /usr/bin/metacity - if [ -x /root/usr/bin/orca ] - then - mkdir -p /root/home/${USERNAME}/.config/autostart - cp /root/usr/share/applications/orca.desktop /root/home/${USERNAME}/.config/autostart - chroot /root chown -R ${USERNAME}.${USERNAME} /home/${USERNAME}/.config - fi ;; braille=ask) # Braille gct -s -t bool /desktop/gnome/interface/accessibility true + gct -s -t bool /desktop/gnome/applications/at/visual/startup true + gct -s -t string /desktop/gnome/applications/at/visual/exec orca gct -s -t bool /apps/gksu/disable-grab true gct -s -t string /desktop/gnome/applications/window_manager/default /usr/bin/metacity @@ -113,10 +109,6 @@ case ${ACCESS} in echo "orca.settings.enableSpeech = False" >> /root/home/${USERNAME}/.orca/user-settings.py echo "orca.settings.enableBraille = True" >> /root/home/${USERNAME}/.orca/user-settings.py chroot /root chown -R ${USERNAME}:${USERNAME} /home/${USERNAME}/.orca - - mkdir -p /root/home/${USERNAME}/.config/autostart - cp /root/usr/share/applications/orca.desktop /root/home/${USERNAME}/.config/autostart - chroot /root chown -R ${USERNAME}.${USERNAME} /home/${USERNAME}/.config fi ;; |
