From eb6fe87485cb0af8011b8cfcdccdbc64dd36bf5c Mon Sep 17 00:00:00 2001 From: gfdgd_xi <3025613752@qq.com> Date: Wed, 24 Jul 2024 12:49:37 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8F=82=E6=95=B0=E9=94=99=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- mainwindow-termux-loader.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mainwindow-termux-loader.sh b/mainwindow-termux-loader.sh index 79c96fc..420e5eb 100755 --- a/mainwindow-termux-loader.sh +++ b/mainwindow-termux-loader.sh @@ -3,7 +3,7 @@ CURRENT_DIR=$(dirname $(readlink -f "$0")) if [[ ! -d $TMPDIR/tmp ]]; then mkdir -p $TMPDIR/tmp fi -noVNCOption="--vnc localhost:5901" +noVNCOption="--listen localhost:6080" VNCServerOption="-localhost yes" if [[ -f $HOME/.config/deepin-wine-runner/vnc-public ]]; then unset noVNCOption