Enable sharing of the VNC server (#826230)
---
pyanaconda/vnc.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pyanaconda/vnc.py b/pyanaconda/vnc.py
index 83e2f2f..a7ccc76 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,),
--
1.7.10.2
_______________________________________________
Anaconda-devel-list mailing list
Anaconda-devel-list@redhat.com
https://www.redhat.com/mailman/listinfo/anaconda-devel-list
|