mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-03-23 15:25:35 +08:00
committed by
Mathew Sutcliffe
parent
b80f204293
commit
5c37ccdbeb
@@ -107,7 +107,7 @@ namespace BlackMisc
|
||||
{
|
||||
const QString program = QStringLiteral("dbus-daemon");
|
||||
const QStringList arguments = { QStringLiteral("--config-file=../etc/dbus-1/session.conf") };
|
||||
bool success = CProcessCtrl::startDetachedWithoutConsole(program, arguments);
|
||||
bool success = CProcessCtrl::startDetached(program, arguments, false);
|
||||
if (!success) { CLogMessage(this).error("Failed to launch dbus-daemon!"); }
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user