Demi Marie Obenour <demiobenour@gmail.com> writes:
On 7/19/25 16:03, Demi Marie Obenour wrote:
On 7/19/25 04:06, Alyssa Ross wrote:
Demi Marie Obenour <demiobenour@gmail.com> writes:
@@ -151,7 +168,8 @@ run-qemu: $(imgdir)/appvm/blk/root.img start-vhost-user-net start-virtiofsd -parallel none \ -chardev vc,id=virtiocon0 \ -device virtio-serial-pci \ - -device virtconsole,chardev=virtiocon0 + -device virtconsole,chardev=virtiocon0 \ + -audio driver=pipewire,model=virtio
Let's group this with the fs and gpu arguments? More similar to them than the console. Also, would it be better to use the pa driver, so it can be tested on systems that don't have PipeWire yet? There shouldn't be any downside, right?
Will fix in v5.
I wrote too soon: the pa driver fails if PipeWire is in use, as it expects "$XDG_RUNTIME_DIR/native/pid" to exist and pipewire-pulse doesn't create it. Qubes OS doesn't alter pipewire-pulse so it isn't the cause.
Okay — worked on my testing on NixOS, but doesn't sound worth it if it's going to be even less portable than PipeWire!