From dc3fbe9cdabb2cbc257b0911dbbc91624c8ae5ac Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Mon, 26 Oct 2009 13:16:10 +0100 Subject: [PATCH] Merging casper 1.159. --- docs/ChangeLog.casper | 10 ++++++++++ scripts/live-bottom/30accessibility | 2 ++ 2 files changed, 12 insertions(+) diff --git a/docs/ChangeLog.casper b/docs/ChangeLog.casper index d604bc5..1b181ae 100644 --- a/docs/ChangeLog.casper +++ b/docs/ChangeLog.casper @@ -1,3 +1,13 @@ +casper (1.159) jaunty; urgency=low + + * scripts/casper-bottom/30accessibility && ubiquity-hooks/30accessibility: + - Disable pulseaudio for the blindness profile, as pulseaudio and espeak + and portaudio v19 do not play very well with each other, lots of + crackling, cut of speech. At least espeak via ALSA natively is usable, + and latency is relatively low. + + -- Luke Yelavich Tue, 10 Mar 2009 09:03:06 +1100 + casper (1.158) jaunty; urgency=low * scripts/casper-bottom/30accessibility && ubiquity-hooks/30accessibility: diff --git a/scripts/live-bottom/30accessibility b/scripts/live-bottom/30accessibility index 90312f6..1799e0e 100755 --- a/scripts/live-bottom/30accessibility +++ b/scripts/live-bottom/30accessibility @@ -126,6 +126,8 @@ case ${ACCESS} in remove_applet fast_user_switch laptop_detect + touch /root/etc/pulse/a11y_nostart + sed -i -e 's/autospawn = yes/autospawn = no/g' /root/etc/pulse/client.conf ;; braille=ask) -- 2.1.4