Skip to content
Snippets Groups Projects
Commit 7c776d32 authored by Mathis Rosenhauer's avatar Mathis Rosenhauer
Browse files

start-vnc: work around vnc client compatibility issue

parent f78fa436
No related branches found
No related tags found
No related merge requests found
......@@ -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
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment