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

Vratislav Podzimek vpodzime at redhat.com
Mon Mar 2 07:39:31 UTC 2015


On Fri, 2015-02-27 at 14:10 -0500, Samantha N. Bueno wrote:
> 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,),
Looks good to me.

-- 
Vratislav Podzimek

Anaconda Rider | Red Hat, Inc. | Brno - Czech Republic



More information about the anaconda-patches mailing list