From: Daniel Baumann Date: Mon, 26 Oct 2009 12:34:25 +0000 (+0100) Subject: Merging casper 1.165. X-Git-Tag: debian/2.0.15-1~250 X-Git-Url: http://git.grml.org/?a=commitdiff_plain;h=f1d90cde9113d2fc012b7234e698e88e4e3ecfc3;p=live-boot-grml.git Merging casper 1.165. --- 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 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)