Ticket #315 (closed defect: fixed)
./pulse hidden directory
| Reported by: | gohanz | Owned by: | lennart |
|---|---|---|---|
| Milestone: | 0.9.11 | Component: | daemon |
| Keywords: | Cc: |
Description
Pulseaudio make an hidden directory "./pulse" on the root directory tree. Please take a look on uploaded image. This directory is empty. Another non-empty "./pulse" directory is present in home.
On my system Slackware 12.1 with (Gnome)GSlacky-2.22.1, pulseaudio is started in system-wide mode.
http://img157.imageshack.us/img157/3163/schermata1sj8.png
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 "."
}
