Due to certain dbus concerns, instead of using the slightly more complicated and untested Boot() method where we systemd-nspawn the installation, we simply arch-chroot ln -s ... in the service and socket needed for each user when enabling pipewire.
The old code appears to work in master, so this is just an additional safeguard against issue #2764
PR Description:
Due to certain
dbus
concerns, instead of using the slightly more complicated and untestedBoot()
method where wesystemd-nspawn
the installation, we simplyarch-chroot ln -s ...
in the service and socket needed for each user when enabling pipewire.The old code appears to work in
master
, so this is just an additional safeguard against issue #2764