From de04acec984c3f4b4ce5a4dd36b3be1b254d155e Mon Sep 17 00:00:00 2001
From: Srivats P
The drone program does not exist at %1 or you " + "don't have sufficient permissions to execute it." + "
") + .arg(QCoreApplication::applicationDirPath())); #ifdef Q_OS_WIN32 if (localServer_->exitCode() == STATUS_DLL_NOT_FOUND) errorStr.append(tr("This is most likely because Packet.dll " @@ -353,14 +358,17 @@ void MainWindow::onLocalServerError(QProcess::ProcessError error) "installed.
")); #endif msgBox.setText(errorStr); - msgBox.setInformativeText(tr("Run drone directly for more information.")); + msgBox.setInformativeText(tr("Try running drone directly.")); msgBox.exec(); + QString archUrl("https://userguide.ostinato.org/Architecture.html"); QMessageBox::information(this, QString(), tr("If you have remote drone agents running, you can still add " "and connect to them.
" "If you don't want to start the local drone agent at startup, " - "provide the -s option to Ostinato on the command line
")); + "provide the -s option to Ostinato on the command line." + "Learn about Ostinato's Controller-Agent " + "architecture
").arg(archUrl)); } void MainWindow::onNewVersion(QString newVersion)