From 594b0042bcbe30fa684320d039f765cf1b2c6473 Mon Sep 17 00:00:00 2001 From: vsr Date: Thu, 9 Mar 2006 13:14:43 +0000 Subject: [PATCH] PAL11821: Do not show splash screen if SALOME is launched in 'terminal' mode --- bin/runSalome.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/runSalome.py b/bin/runSalome.py index 221fe32dc..b9fe39c0c 100755 --- a/bin/runSalome.py +++ b/bin/runSalome.py @@ -420,7 +420,7 @@ class SessionServer(Server): self.SCMD2+=['SUPERV'] if self.args['gui']: self.SCMD2+=['GUI'] - if self.args['splash']: + if self.args['splash'] and self.args['gui']: self.SCMD2+=['SPLASH'] if self.args['noexcepthandler']: self.SCMD2+=['noexcepthandler'] -- 2.39.2