summaryrefslogtreecommitdiffstats
path: root/pyanaconda/vnc.py
diff options
context:
space:
mode:
authorJesse Keating <jkeating@redhat.com>2012-05-29 20:11:19 -0700
committerJesse Keating <jkeating@redhat.com>2012-05-29 20:11:19 -0700
commit98f15ce1661a63ea379d793dbf690c909d466aac (patch)
tree92ac362fa5d63c81d64b96364a6f88b481f63fd3 /pyanaconda/vnc.py
parent6cf3e8189ea632d9a4c17860ebd2c2095fa1d764 (diff)
downloadanaconda-98f15ce1661a63ea379d793dbf690c909d466aac.tar.gz
anaconda-98f15ce1661a63ea379d793dbf690c909d466aac.tar.xz
anaconda-98f15ce1661a63ea379d793dbf690c909d466aac.zip
Enable sharing of the VNC server (#826230)
Diffstat (limited to 'pyanaconda/vnc.py')
-rw-r--r--pyanaconda/vnc.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pyanaconda/vnc.py b/pyanaconda/vnc.py
index 83e2f2f2f..a7ccc7643 100644
--- a/pyanaconda/vnc.py
+++ b/pyanaconda/vnc.py
@@ -202,7 +202,7 @@ class VncServer:
rc = self.setVNCPassword()
# Lets start the xvnc.
- xvnccommand = [ "Xvnc", ":%s" % self.display, "-nevershared",
+ xvnccommand = [ "Xvnc", ":%s" % self.display,
"-depth", "16", "-br",
"IdleTimeout=0", "-auth", "/dev/null", "-once",
"DisconnectClients=false", "desktop=%s" % (self.desktop,),