You are not logged in.
Pages: 1
I recently installed pulseaudio (and pulseaudio-alsa). Reading the wiki I thought, that PulseAudio would be started automatically for each user. I started pavucontrol and it just waited for pulseaudio being started, so PulseAudio wasn't started automatically. Also "systemctl | grep pulse" outputs nothing and I tried to enable pulseaudio.socket - No such file or directory -, so I assume that the pulseaudio.socket service file is missing. Is PulseAudio no longer to be started by systemd?
I then put "autospawn=yes" into /etc/pulse/client.conf. This however caused another error to occeur with pavucontrol (complains about a wrong configuration).
However starting pulseaudio manually (pulseaudio --start) works.
Does anyone know the correct way to start it at startup?
Last edited by Lord Bo (2015-12-25 13:28:55)
Offline
Pulse installs a .desktop file in /etc/xdg/autostart/pulseaudio.desktop which runs "start-pulseaudio-x11". If you don't run a DE that automatically starts the .desktop files in that folder on log-in then you will have to find another way to auto-launch that app.
Offline
Socket is enabled by default:
systemctl --user status pulseaudio.socket
If you want pulseaudio to start right after login:
systemctl --user enable pulseaudio
Offline
Pages: 1