Hi all,

I wrote a console application, which during work runs the external application. For this purpose I use QProcess.

When my application is being run by any user - everything works fine. But if my application runs from "sudo", then QProcess start failed with error QProcess::FailedToStart.

Does anyone know why this happens?

Thanks in advance.