You are not logged in.
Pages: 1
i have pulseuadio installed on arch. arch wiki says pulseaudio will start using systemd, but i see on xfce DE it doesnt do that. just created a startup .desktop file to kick off the pa daemon. pulseaudio -D
am i understanding this correctly?
Offline
From the wiki article:
PulseAudio on Arch has pulseaudio.socket enabled by default for the systemd/User instance. This means that PulseAudio will automatically start when needed.
It should work automatically when you install it. You can check the status via:
systemctl --user status pulseaudio.socket
systemctl --user status pulseaudio.service
Now having said that, Arch is in the process of migrating over to pipewire (pulseaudio replacement). I'm still running pulseaudio as pipewire is still too buggy for me. Both should start in the same manner though.
Please remember to mark your thread [SOLVED] to make it easier for others to find
--- How To Ask For Help | FAQ | Developer Wiki | Community | Contribute ---
Offline
thanks for confirming how pulseaudio should start.
systemctl --user status pulseaudio.socket showed the socket didn't start because the user was root. i thought that might be the issue. i log into DE as root and installed pulseaudio as the root user. it doesnt like that.
using pulseaudio -D works though to start pulseaudio. also, i modified the pulseaudio systemd units to ignore condition=!root. still a little clunky, but it works.
tried pipewire. that really doesnt like running as the root user.
Offline
Pages: 1
[ Generated in 0.007 seconds, 7 queries executed - Memory usage: 523.43 KiB (Peak: 529.64 KiB) ]