From: Pierre Ossman Date: Fri, 22 Jan 2016 15:08:57 +0000 (+0100) Subject: Don't start vncconfig from vncserver anymore X-Git-Tag: v1.7.90~102^2 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=3f2bb341c9734c41a3f0123e44fd27ae50deb18c;p=tigervnc.git Don't start vncconfig from vncserver anymore The helper is no longer needed for clipboard support. --- diff --git a/unix/vncserver b/unix/vncserver index bb95506d..62d409fb 100755 --- a/unix/vncserver +++ b/unix/vncserver @@ -387,8 +387,6 @@ if (-e "/tmp/.X11-unix/X$displayNumber" || } $ENV{VNCDESKTOP}= $desktopName; -system($exedir."vncconfig -nowin >> " . "edString($desktopLog) . " 2>&1 &"); - if ($opt{'-fg'}) { if (! $skipxstartup) { system("$xstartup >> " . "edString($desktopLog) . " 2>&1");