mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-04 00:16:51 +08:00
When using QProcess::startDetached on Windows, a console Window is visible. Since dbus-daemon should run silently in the background, use our customized CProcess instead which supports starting without console. This commit also fixes a race condition. CDBusServer launched the dbus-daemon and immediatly tried to register. If dbus-daemon was not yet initialized and ready to accept connections, registering the service failed. This is fixed by a small timeout. refs #615
15 KiB
15 KiB