aboutsummaryrefslogtreecommitdiffstats
path: root/unix
diff options
context:
space:
mode:
authorPierre Ossman <ossman@cendio.se>2016-01-22 16:08:57 +0100
committerPierre Ossman <ossman@cendio.se>2016-02-05 10:35:52 +0100
commit3f2bb341c9734c41a3f0123e44fd27ae50deb18c (patch)
tree3e225ee48b789377d2602fb9e1294bb958a1345d /unix
parentee04c6dd550b9198c37c78c14d41e52c29d7c5a7 (diff)
downloadtigervnc-3f2bb341c9734c41a3f0123e44fd27ae50deb18c.tar.gz
tigervnc-3f2bb341c9734c41a3f0123e44fd27ae50deb18c.zip
Don't start vncconfig from vncserver anymore
The helper is no longer needed for clipboard support.
Diffstat (limited to 'unix')
-rwxr-xr-xunix/vncserver2
1 files changed, 0 insertions, 2 deletions
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 >> " . &quotedString($desktopLog) . " 2>&1 &");
-
if ($opt{'-fg'}) {
if (! $skipxstartup) {
system("$xstartup >> " . &quotedString($desktopLog) . " 2>&1");