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

pipewire: hardwire extra config to ~/.config/pipewire #8749

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

sky42src
Copy link
Contributor

pipewire is build without the user service and that is fine, because all is running as root.
But no extra config is possible, because /etc/pipewrie is read only and ~/.config/pipewire is not used.
I patched it so the system config dir, for extra config or overrides, is now /storage/.config/pipewire.

Build and tested for Generix 12b1.

LibreELEC (sky42): 11.95.1-#240322 (Generic.x86_64)
twang:~ # pw-config
{
  "config.path": "/storage/.config/pipewire/pipewire.conf"
}
twang:~ # rm .config/pipewire/pipewire.conf
twang:~ # pw-config
{
  "config.path": "/usr/share/pipewire/pipewire.conf"
}

pipewire is build without the user service and that is fine, because all is running as root.
But no extra config is possible, because /etc/pipewrie is read only and ~/.config/pipewire is not used.
I patched it so the system config dir is now /storage/.config/pipewire.
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.

None yet

1 participant