Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

systemd instructions inadequate for wireplumber. #85

Open
NunoSempere opened this issue Dec 18, 2022 · 1 comment
Open

systemd instructions inadequate for wireplumber. #85

NunoSempere opened this issue Dec 18, 2022 · 1 comment

Comments

@NunoSempere
Copy link

In https://pipewire-debian.github.io/pipewire-debian/, the following lines are proposed:

systemctl --user --now enable pipewire{,-pulse}.{socket,service} filter-chain.service

However, I think this leads to pipewire being launched twice, which leads to annoying errors. Instead, with a wireplumber installation it should be sufficient to run:

pipewire
pipewire-pulse
wireplumber

rather than their sockets.

I think it would then be sufficient to run:

systemctl --user enable pipewire pipewire-pulse wireplumber

I think this could be verified in an Ubuntu 20.04.

Sorry for the shitty bug report, this is a half-remembered problem from a few hours ago.

@souravdas142
Copy link
Collaborator

Locally I tested with pw 0.3.63 and wp 0.4.13 there is no such problem here.

also see : #84 (comment)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants