Quote Originally Posted by anda_skoa View Post
Strange, as usually there is very little to no difference between running on desktop Linux and on embedded Linux, especially on the Pi as this is often desktop Linux, just for ARM (e.g. Rasphian).

Have you tried the "-u" switch with the better QProcess start() overload?
The one that takes the program to run and the arguments as a list?

Cheers,
_
That did the trick! Thank you so much, I can't believe I hadn't thought of that!