From b5c6748db64c8c16ffebb3ff046d6855dd68a6f3 Mon Sep 17 00:00:00 2001 From: Hippolyte Chauvin Date: Sat, 17 Jun 2023 19:46:30 +0200 Subject: [PATCH] =?UTF-8?q?Ajout=20:=20ne=20pas=20afficher=20le=20curseur?= =?UTF-8?q?=20dans=20le=20serveur=20VNC=20sans=20t=C3=AAte=20(headlessvnc)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- bin/headlessvnc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/bin/headlessvnc b/bin/headlessvnc index ad1d5a1..2257f0f 100755 --- a/bin/headlessvnc +++ b/bin/headlessvnc @@ -58,7 +58,8 @@ public_start() { -xstartup ./xstartup \ -localhost \ -alwaysshared \ - -securitytypes none + -securitytypes none \ + -nocursor else error "The VNC server is already running!" 4 fi