On 01/05/2010 09:07 AM, Radek Vykydal wrote:
-once option of tigervnc in rawhide is broken, I filed bug #552322. --- vnc.py | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/vnc.py b/vnc.py index 0a6a049..6393497 100644 --- a/vnc.py +++ b/vnc.py @@ -217,7 +217,7 @@ class VncServer: # We can change the configuration on the fly later. xvnccommand = [ self.root + "/usr/bin/Xvnc", ":%s" % self.display, "-nevershared", "-depth", "16", "-geometry", "800x600", "-br", - "IdleTimeout=0", "-auth", "/dev/null", "-once", + "IdleTimeout=0", "-auth", "/dev/null", "DisconnectClients=false", "desktop=%s" % (self.desktop,), "SecurityTypes=None"] try:
Thanks, this fixes it for me for now. _______________________________________________ Anaconda-devel-list mailing list Anaconda-devel-list@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/anaconda-devel-list