From 2da5e2fe7c2c34186ba863c47b5e16c0edd3dd41 Mon Sep 17 00:00:00 2001 From: mpv Date: Fri, 12 Jan 2007 06:41:55 +0000 Subject: [PATCH] MPV: fix for IPAL11765. FactoryServer must be launched as standalone in terminal mode to. --- bin/runSalome.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/runSalome.py b/bin/runSalome.py index 07d2623ce..0a0455954 100755 --- a/bin/runSalome.py +++ b/bin/runSalome.py @@ -696,7 +696,7 @@ def startSalome(args, modules_list, modules_root_dir): # attente de la disponibilite du Container C++ local dans le Naming Service # - if 'cppContainer' in args['standalone']: + if ('cppContainer' in args['standalone']) | (args["gui"] == 0): myServer=ContainerCPPServer(args) myServer.run() clt.waitNSPID("/Containers/" + theComputer + "/FactoryServer",myServer.PID) -- 2.39.2