diff options
| -rw-r--r-- | docs/ChangeLog.casper | 12 | ||||
| -rwxr-xr-x | scripts/live-bottom/30accessibility | 2 |
2 files changed, 14 insertions, 0 deletions
diff --git a/docs/ChangeLog.casper b/docs/ChangeLog.casper index ab7d2d5..b3a58a9 100644 --- a/docs/ChangeLog.casper +++ b/docs/ChangeLog.casper @@ -1,3 +1,15 @@ +casper (1.165) jaunty; urgency=low + + * scripts/casper-bottom/30accessibility && ubiquity-hooks/30accessibility: + - When the blindness accessibility profile is chosen, create the .orca + directory in the live user's home directory. This seems to allow orca + to properly reload and use settings in the live session without needing + to be restarted. This is only needed for the blindness profile, due to + the other profiles that use orca already creating the .orca directory. + (LP: #194992) + + -- Luke Yelavich <themuso@ubuntu.com> Fri, 20 Mar 2009 08:37:20 +1100 + casper (1.164) jaunty; urgency=low * Update 34disable_kde_services to not start diff --git a/scripts/live-bottom/30accessibility b/scripts/live-bottom/30accessibility index 27ddb3c..ba9c23d 100755 --- a/scripts/live-bottom/30accessibility +++ b/scripts/live-bottom/30accessibility @@ -130,6 +130,8 @@ case ${ACCESS} in laptop_detect touch /root/etc/pulse/a11y_nostart sed -i -e 's/autospawn = yes/autospawn = no/g' /root/etc/pulse/client.conf + mkdir -p /root/home/$USERNAME/.orca + chroot /root chown -R $USERNAME.$USERNAME /home/$USERNAME/.orca ;; braille=ask) |
