What does qt need random for?
-
Hi!
I'm trying to speed up the launch of my qt application for Raspberry Pi 4, and I removed everything that was not needed, including the pseudo-random generator. But when I set my application to autoload, it waits until the pseudo-random generator is initialized and then immediately starts. What needs to be disabled to instantly launch a Qt application?
I'm pretty sure the qt gui is the culprit, because when I configure a simple application and do CONFIG=console, the application starts immediately.
Thanks.