Merging casper 1.165.
authorDaniel Baumann <daniel@debian.org>
Mon, 26 Oct 2009 12:34:25 +0000 (13:34 +0100)
committerDaniel Baumann <daniel@debian.org>
Wed, 9 Mar 2011 16:48:06 +0000 (17:48 +0100)
docs/ChangeLog.casper
scripts/live-bottom/30accessibility

index ab7d2d5..b3a58a9 100644 (file)
@@ -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
index 27ddb3c..ba9c23d 100755 (executable)
@@ -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)