[SCM] live-initramfs branch, debian-next, updated. debian/1.199.1-1-4-gcb4c686
Daniel Baumann
daniel at debian.org
Sat May 1 10:17:42 UTC 2010
The following commit has been merged in the debian-next branch:
commit cb4c686d047053c6c1eac2b8362c1fd077a19d36
Author: Daniel Baumann <daniel at debian.org>
Date: Sat May 1 12:12:04 2010 +0200
Merging casper 1.203.
diff --git a/docs/ChangeLog.casper b/docs/ChangeLog.casper
index 54b2151..ffedac1 100644
--- a/docs/ChangeLog.casper
+++ b/docs/ChangeLog.casper
@@ -1,3 +1,12 @@
+casper (1.203) karmic; urgency=low
+
+ * scripts/casper-bottom/30accessibility && ubiquity-hooks/30accessibility:
+ - Change .pulse_a11y_nostart location to /var/lib/pulseaudio, as per
+ the change in pulseaudio itself, to solve a race condition with volume
+ settings restore.
+
+ -- Luke Yelavich <themuso at ubuntu.com> Mon, 12 Oct 2009 08:31:51 +1100
+
casper (1.202) karmic; urgency=low
* scripts/casper-bottom/46_disable_services:
diff --git a/scripts/live-bottom/30accessibility b/scripts/live-bottom/30accessibility
index 45d1aa1..7681aef 100755
--- a/scripts/live-bottom/30accessibility
+++ b/scripts/live-bottom/30accessibility
@@ -116,8 +116,9 @@ case ${ACCESS} in
remove_applet fast_user_switch
if [ -x /root/usr/bin/pulse-session ]
then
- touch /root/home/$USERNAME/.pulse_a11y_nostart
- chroot /root chown $USERNAME.$USERNAME /home/$USERNAME/.pulse_a11y_nostart
+ mkdir -p /root/var/lib/pulseaudio
+ touch /root/var/lib/pulseaudio/.pulse_a11y_nostart
+ chroot /root chown root.root /var/lib/pulseaudio/.pulse_a11y_nostart
mkdir -p /root/home/$USERNAME/.pulse
echo "autospawn = no" > /root/home/$USERNAME/.pulse/client.conf
chroot /root chown -R $USERNAME.$USERNAME /home/$USERNAME/.pulse
@@ -150,8 +151,9 @@ case ${ACCESS} in
if [ -x /root/usr/bin/pulse-session ]
then
- touch /root/home/$USERNAME/.pulse_a11y_nostart
- chroot /root chown $USERNAME.$USERNAME /home/$USERNAME/.pulse_a11y_nostart
+ mkdir -p /root/var/lib/pulseaudio
+ touch /root/var/lib/pulseaudio/.pulse_a11y_nostart
+ chroot /root chown root.root /var/lib/pulseaudio/.pulse_a11y_nostart
mkdir -p /root/home/$USERNAME/.pulse
echo "autospawn = no" > /root/home/$USERNAME/.pulse/client.conf
chroot /root chown -R $USERNAME.$USERNAME /home/$USERNAME/.pulse
--
live-initramfs
More information about the debian-live-changes
mailing list