diff --git a/helpers/make-casper b/helpers/make-casper
index 85dd5638ecbe9b0dae045c913f6a7aaf316a15fd..d778386ab2e0db7adc2907cfcbbfb37b78a7226f 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"