[pulseaudio-tickets] [PulseAudio] #315: ./pulse hidden directory
PulseAudio
trac-noreply at tango.0pointer.de
Mon Jun 30 02:00:20 PDT 2008
#315: ./pulse hidden directory
---------------------+------------------------------------------------------
Reporter: gohanz | Owner: lennart
Type: defect | Status: new
Priority: normal | Milestone:
Component: daemon | Severity: normal
Resolution: | Keywords:
---------------------+------------------------------------------------------
Comment (by gohanz):
Thanks again for technical information. After some test i made a very
dirty hack! :D.
I have added a simple rm -r /.pulse at the /etc/rc.d/rc.pulseaudio init
script. Simple but seem work wery well. :)
pulseaudio_start () {
echo -n "Starting PulseAudio Daemon: $DAEMON --system --daemonize
--high-priority --log-target=syslog"
/usr/bin/pulseaudio --system --daemonize --high-priority --log-
target=syslog
if [ -e /var/run/pulse/.esd_auth ]; then
chown pulse:audio /var/run/pulse/.esd_auth
chmod 640 /var/run/pulse/.esd_auth
fi
if [ -e /var/run/pulse/.pulse-cookie ]; then
chown pulse:audio /var/run/pulse/.pulse-cookie
chmod 640 /var/run/pulse/.pulse-cookie
fi
echo "."
rm -r /.pulse
}
--
Ticket URL: <http://www.pulseaudio.org/ticket/315#comment:5>
PulseAudio <http://pulseaudio.org/>
The PulseAudio Sound Server
More information about the pulseaudio-bugs
mailing list