[rhel6-branch] Enable sharing of the VNC server. (#1168024)

Samantha N. Bueno sbueno+anaconda at redhat.com
Fri Feb 27 19:10:07 UTC 2015


Resolves: rhbz#1168024
---
 vnc.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/vnc.py b/vnc.py
index 2c7bba3..2389c37 100644
--- a/vnc.py
+++ b/vnc.py
@@ -215,7 +215,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.8.3.1



More information about the anaconda-patches mailing list