I have installed
pipewire 1:1.4.2-1
pipewire-openrc 20250308-2
but when I run
doas rc-update add pipewire default
it returned
* rc-update: service `pipewire' does not exist
PipeWire should be started as user services which are provided by *-openrc packages:
rc-update --user add pipewire default
rc-update --user add pipewire-pulse default
rc-update --user add wireplumber default
@darcy How can I activate it system-wide instead? It doesn't feel right having a single service running in user...
This isn't an issue of feeling, but how pipewire is designed, it necessitates a user service.
Nothing to do with feeling, but facts.
I'm out of it for a little while and everyone gets delusions of grandeur.. God help us...
Before there was a user service there was no way to run pipewire? Wasn't user services just recently added to openrc?
Of course there was. As a user in various ways. Pipewire is not designed to run as as any user other than the user using it (Almost a tongue twister)
Yes. It has helped.
It was run out of ./.profile or ./.bashrc ?