I have an application that was written using Qt. This application needs to run as root in order for it to function properly. This is unfortunately a requirement for the application. I am attempting to use Thinlinc in single application mode to only display the application.
The issue that with it running as root. There is no sound. This is likely due to PulseAudio. To try and fix this, I have been trying to run it system wide either with the --system tag or -D. Either in the services configuration or manually starting the PulseAudio server. But nothing seems to be working as I cannot get the sound to work.
Does the ThinLinc server have its own built in PulseAudio? The reason that I ask is that any changes that I do the main PulseAudio app does not seem to make any difference.
Is it possible to get audio from and application running in sudo/root? Any guidance here will be greatly appreciated.