From ed3d22b8e9cf4b507dccccf024b50c6e4281b621 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Rub=C3=A9n=20Rodr=C3=ADguez?= <ruben@trisquel.info>
Date: Tue, 2 Sep 2014 17:38:22 +0200
Subject: [PATCH] Fixed casper a11y scripts

---
 helpers/make-casper | 10 ++++++++--
 1 file changed, 8 insertions(+), 2 deletions(-)

diff --git a/helpers/make-casper b/helpers/make-casper
index 85dd5638e..d778386ab 100644
--- a/helpers/make-casper
+++ b/helpers/make-casper
@@ -17,14 +17,20 @@
 #    Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301 USA
 #
 
-VERSION=1
+VERSION=5
 
 . ./config
 
 # Get rid of /cow showing in the desktop
 sed '/tmpfs/ s:$:\n/dev/loop1 /cow ext3 noauto 0 0:' scripts/casper-bottom/12fstab -i
 
-sed '/v3/ s/$/\npgrep orca || exit/' ubiquity-hooks/30accessibility -i
+rm scripts/casper-premount/10driver_updates
+rm scripts/casper-bottom/33enable_apport_crashes
+
+# Fix orca settings
+sed '/set -e/d' -i bin/casper-a11y-enable
+sed '/Empathy/d' -i bin/casper-a11y-enable
+sed 's/-initramfs/-login -initramfs/' -i scripts/casper-bottom/30accessibility
 
 changelog "Compiled for Trisquel"
 
-- 
GitLab