service pipewire does not exist 15 May 2025, 06:06:06 I have installed Code: [Select]pipewire 1:1.4.2-1pipewire-openrc 20250308-2but when I runCode: [Select]doas rc-update add pipewire defaultit returnedCode: [Select] * rc-update: service `pipewire' does not exist Quote Selected
Re: service pipewire does not exist Reply #1 – 15 May 2025, 10:43:06 PipeWire should be started as user services which are provided by *-openrc packages:Code: [Select]rc-update --user add pipewire defaultrc-update --user add pipewire-pulse defaultrc-update --user add wireplumber default Quote Selected
Re: service pipewire does not exist Reply #2 – 15 May 2025, 15:13:49 @darcy How can I activate it system-wide instead? It doesn't feel right having a single service running in user... Quote Selected 2 Likes
Re: service pipewire does not exist Reply #3 – 15 May 2025, 16:49:36 Quote from: theeast – on 15 May 2025, 15:13:49@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. Quote Selected 3 Likes
Re: service pipewire does not exist Reply #4 – 11 June 2025, 23:33:06 QuotePipeWire is a project that aims to greatly improve handling of audio and video under Linux. It provides a low-latency, graph-based processing engine on top of audio and video devices that can be used to support the use cases currently handled by both PulseAudio and JACK. PipeWire was designed with a powerful security model that makes interacting with audio and video devices from containerized applications easy, with support for Flatpak applications being the primary goal. Alongside Wayland and Flatpak, we expect PipeWire to provide a core building block for the future of Linux application development.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? Quote Selected Last Edit: 11 June 2025, 23:39:35 by mrbrklyn
Re: service pipewire does not exist Reply #5 – 12 June 2025, 00:39:17 Quote from: mrbrklyn – on 11 June 2025, 23:33:06Before there was a user service there was no way to run pipewire?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)Quote Wasn't user services just recently added to openrc?Yes. It has helped. Quote Selected 1 Likes
Re: service pipewire does not exist Reply #6 – 13 June 2025, 11:01:21 Quote from: gripped – on 12 June 2025, 00:39:17Quote from: mrbrklyn – on 11 June 2025, 23:33:06Before there was a user service there was no way to run pipewire?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)Quote Wasn't user services just recently added to openrc?Yes. It has helped.It was run out of ./.profile or ./.bashrc ? Quote Selected 1 Likes