We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 19b7a18 commit c8dcea1Copy full SHA for c8dcea1
src/webots/control/WbController.cpp
@@ -321,9 +321,6 @@ void WbController::start() {
321
}
322
file.write("");
323
file.close();
324
-
325
- // FIXME: from Qt 6.4 onwards, QDir::mkdir can be used to set the permissions
326
- QProcess::execute("sh", QStringList() << "-c" << QString("chmod -R 777 %1").arg(mIpcPath));
327
#endif
328
// recover from a crash, when the previous server instance has not been cleaned up
329
bool success = QLocalServer::removeServer(serverName);
0 commit comments