Fixed casper a11y scripts
This commit is contained in:
parent
1afc576c93
commit
ed3d22b8e9
1 changed files with 8 additions and 2 deletions
|
|
@ -17,14 +17,20 @@
|
||||||
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
|
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
|
||||||
#
|
#
|
||||||
|
|
||||||
VERSION=1
|
VERSION=5
|
||||||
|
|
||||||
. ./config
|
. ./config
|
||||||
|
|
||||||
# Get rid of /cow showing in the desktop
|
# 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 '/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"
|
changelog "Compiled for Trisquel"
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue