https://bugs.kde.org/show_bug.cgi?id=503813
--- Comment #32 from Igor Kushnir <igor...@gmail.com> --- (In reply to Igor Kushnir from comment #31) > If that works, you can try a single event processing: > https://doc.qt.io/qt-6/qcoreapplication.html#processEvents If executing a QProcess works but a single event processing does not, try 2 or 3 consecutive calls to QCoreApplication::processEvents() (the first event loop might post a new event and the second one - handle it). -- You are receiving this mail because: You are watching all bug changes.