Pipewire only active if activated by command after AppVM start

Dear Qubes community,

what can be done to ensure that pipewire runs automatically after the AppVM start? I need to run this in the AppVM for sound to be there.

systemctl --user enable pipewire-pulse.socket; systemctl --user start pipewire-pulse.socket

Without “–user” in the template, the command doesn’t work, then it says that such a unit would not exist.

1 Like

Hi, try this in the template to automatically enable service for users

systemctl --global enable pipewire-pulse.socket

You may need to enable wireplumber.service as well (I found that information in Gentoo wiki)

1 Like