Skip to content

pipewire: recommend WirePlumber as session manager#702

Closed
CameronNemo wants to merge 1 commit into
void-linux:masterfrom
CameronNemo:pipewire
Closed

pipewire: recommend WirePlumber as session manager#702
CameronNemo wants to merge 1 commit into
void-linux:masterfrom
CameronNemo:pipewire

Conversation

@CameronNemo
Copy link
Copy Markdown
Contributor

@CameronNemo CameronNemo commented Sep 5, 2022

Based on recent changes to the pipewire package, a user must manually
configure a session manager, and they should use WirePlumber.

void-linux/void-packages#38521

Based on recent changes to the pipewire package, a user must manually
configure a session manager, and they should use WirePlumber.

void-linux/void-packages#38521
@CameronNemo CameronNemo changed the title pipewire: add media session notes pipewire: recommend WirePlumber as session manager Dec 10, 2022
Comment on lines +90 to +93
context.exec = {
{ path = "/usr/bin/wireplumber" args = "" }
}
```
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
context.exec = {
{ path = "/usr/bin/wireplumber" args = "" }
}
```
context.exec = [
{ path = "/usr/bin/wireplumber" args = "" }
]

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

Successfully merging this pull request may close these issues.

2 participants