mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-02 23:25:53 +08:00
Don't use the system bus anywhere
The system bus is owned by root and should also be on Linux only used for kernel messages. No user applications should transmit on it.
This commit is contained in:
committed by
Klaus Basan
parent
6a7a9ff710
commit
4d9141fd50
@@ -31,11 +31,7 @@ namespace BlackGui
|
||||
Q_ASSERT(sGui);
|
||||
ui->setupUi(this);
|
||||
|
||||
// normally no system Bus on Windows
|
||||
if (CBuildConfig::isRunningOnWindowsNtPlatform() || !sGui->isDeveloperFlagSet())
|
||||
{
|
||||
this->setSystemDBusVisible(false);
|
||||
}
|
||||
this->setSystemDBusVisible(false);
|
||||
|
||||
ui->cb_DBusServerAddress->addItems(CNetworkUtils::getKnownLocalIpV4Addresses());
|
||||
ui->cb_DBusServerAddress->setCurrentIndex(0);
|
||||
|
||||
Reference in New Issue
Block a user