Re: [systemd-devel] Please help me fix the fluidsynth.service file

2025-03-15 Thread Mantas Mikulėnas
On Fri, Mar 14, 2025 at 11:09 AM Fabian Greffrath wrote: > Am Donnerstag, dem 13.03.2025 um 10:53 +0200 schrieb Mantas Mikulėnas: > > Does Debian support having both Pulseaudio and PipeWire installed at > > the same time? If not, then I *think* you could list both of them in > > Wants= (in additi

Re: [systemd-devel] Please help me fix the fluidsynth.service file

2025-03-15 Thread Mantas Mikulėnas
On Thu, Mar 13, 2025 at 10:42 AM Fabian Greffrath wrote: > Dear systemd developers, > > I have a release-critical bug filed against the fluidsynth package in > Debian [1] that I don't quite understand. The bug is especially against > the fluidsynth.service file (attached to this mail). > > To pro

Re: [systemd-devel] Please help me fix the fluidsynth.service file

2025-03-15 Thread Mantas Mikulėnas
On Fri, Mar 14, 2025 at 1:27 PM Fabian Greffrath wrote: > Am 2025-03-14 12:18, schrieb Mantas Mikulėnas: > > Depends on whether fluidsynth ever uses the pipewire API directly (in > > which case it should depend on pipewire.service) or whether it always > > goes through the compat shim (in which c

Re: [systemd-devel] Please help me fix the fluidsynth.service file

2025-03-14 Thread Fabian Greffrath
Am 2025-03-14 12:18, schrieb Mantas Mikulėnas: Depends on whether fluidsynth ever uses the pipewire API directly (in which case it should depend on pipewire.service) or whether it always goes through the compat shim (in which case it's enough to depend on pipewire-pulse.service, as that already i

Re: [systemd-devel] Please help me fix the fluidsynth.service file

2025-03-14 Thread Fabian Greffrath
Am Donnerstag, dem 13.03.2025 um 10:53 +0200 schrieb Mantas Mikulėnas: > Does Debian support having both Pulseaudio and PipeWire installed at > the same time? If not, then I *think* you could list both of them in > Wants= (in addition to After). I don't think it's possible to have both pipewire an

Re: [systemd-devel] Please help me fix the fluidsynth.service file

2025-03-13 Thread Barry
> On 13 Mar 2025, at 11:03, Barry wrote: > > After=pipwire.service on modern systems I assume. Sorry After=pipewire.service

[systemd-devel] Please help me fix the fluidsynth.service file

2025-03-13 Thread Fabian Greffrath
Dear systemd developers, I have a release-critical bug filed against the fluidsynth package in Debian [1] that I don't quite understand. The bug is especially against the fluidsynth.service file (attached to this mail). To provide some background, fluidsynth is a MIDI daemon that can work with d

Re: [systemd-devel] Please help me fix the fluidsynth.service file

2025-03-13 Thread Barry
> On 13 Mar 2025, at 08:56, Andrei Borzenkov wrote: > > What's wrong with adding After=pulseaudio.service (or whatever this > user service is called)? After=pipwire.service on modern systems I assume. Barry

Re: [systemd-devel] Please help me fix the fluidsynth.service file

2025-03-13 Thread Andrei Borzenkov
On Thu, Mar 13, 2025 at 11:42 AM Fabian Greffrath wrote: > > Dear systemd developers, > > I have a release-critical bug filed against the fluidsynth package in > Debian [1] that I don't quite understand. The bug is especially against > the fluidsynth.service file (attached to this mail). > > To pr