White screen may occur when reconnecting Linux virtual desktops with PipeWire and Pulseaudio
This problem has been noticed with NoMachine v9.4, some users were getting a white screen while reconnecting their Linux virtual desktops.
This problems has been noticed on Linux OS having both PipeWire and PulseAudio installed, but without the pactl tool.
As a workaround, check the AudioInterface key in /usr/NX/etc/node.cfg. If this is set to:
AudioInterface pulseaudio
and the default audio server is PipeWire, change it to:
AudioInterface pipewire
In case PulseAudio is the main audio server and the pactl tool is missing, set instead:
AudioInterface alsa
