From 7c776d3207baa2cc0b1ab60f905618cbc593f0dc Mon Sep 17 00:00:00 2001 From: Mathis Rosenhauer <rosenhauer@dkrz.de> Date: Thu, 1 Aug 2019 12:43:25 +0200 Subject: [PATCH] start-vnc: work around vnc client compatibility issue --- start-vnc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/start-vnc b/start-vnc index c5a1dcd..3d873cd 100755 --- a/start-vnc +++ b/start-vnc @@ -246,7 +246,7 @@ ${sbatch_resources} #SBATCH --parsable #SBATCH --dkrzepilog=0 cd \${HOME} -/opt/TurboVNC/bin/vncserver -fg -geometry "${SVNC_GEOMETRY}" -localhost +/opt/TurboVNC/bin/vncserver -fg -geometry "${SVNC_GEOMETRY}" -localhost -securitytypes none EOF } -- GitLab