void-linux / void-docs

mdbook source for docs.voidlinux.org
https://docs.voidlinux.org
Creative Commons Attribution Share Alike 4.0 International
165 stars 182 forks source link

Update pipewire.md #806

Closed MartinGresens closed 3 months ago

MartinGresens commented 4 months ago

You need to start a session manager for pipewire to get access to the sound cards. So i add wireplumber to Launching Automatically.

classabbyamp commented 4 months ago

the instructions before the Starting Automatically section say to set it up so launching pipewire launchers wireplumber.

classabbyamp commented 4 months ago

notably:

https://github.com/void-linux/void-docs/blob/0d0395f7fa4f7c746fcb522d3e9c58cc9439862c/src/config/media/pipewire.md?plain=1#L53-L56

MartinGresens commented 4 months ago

Yes but this is only for the configuration not for the autostart. At user level you need

ln -s /usr/share/applications/wireplumber ~/.config/autostart

and systemwide

ln -s /usr/share/applications/wireplumber /etc/xdg/autostart

You shoud put it in the "Session Management" seccion or Launching Automatically

classabbyamp commented 4 months ago

no you don't, because pipewire was configured to start wireplumber. if you do this, you will end up with two wireplumbers.