]> source.dussan.org Git - tigervnc.git/commitdiff
Start a hidden rather than minimised vncconfig
authorPierre Ossman <ossman@cendio.se>
Thu, 30 Jul 2015 09:04:02 +0000 (11:04 +0200)
committerPierre Ossman <ossman@cendio.se>
Thu, 30 Jul 2015 09:04:02 +0000 (11:04 +0200)
This is plumbing that we shouldn't have to annoy the user with a
separate window for.

unix/vncserver

index b96273897808e1c922ed8b87f54e5c92f65446b7..9ff24411cfced64a60915983079fafad42e12174 100755 (executable)
@@ -337,7 +337,7 @@ if (-e "/tmp/.X11-unix/X$displayNumber" ||
 }
 $ENV{VNCDESKTOP}= $desktopName;
 
-system($exedir."vncconfig -iconic >> " . &quotedString($desktopLog) . " 2>&1 &");
+system($exedir."vncconfig -nowin >> " . &quotedString($desktopLog) . " 2>&1 &");
 
 if ($opt{'-fg'}) {
     system("$vncUserDir/xstartup >> " . &quotedString($desktopLog) . " 2>&1");