[SCM] live-initramfs branch, master, updated. 1.157.4-1-19-ge20a41a

Daniel Baumann daniel at debian.org
Mon Oct 26 12:35:34 UTC 2009


The following commit has been merged in the master branch:
commit e20a41a16c30b9c5af7bb7579b0638d50443c176
Author: Daniel Baumann <daniel at debian.org>
Date:   Mon Oct 26 13:34:25 2009 +0100

    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 <themuso at 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)

-- 
live-initramfs



More information about the debian-live-changes mailing list