Package: x2vnc
Version: 1.7.1-2
Severity: important
Tags: patch
The "-noreconnect" command line option has no effect in this version of
x2vnc. This is a trivial programming error in args.c, fixed thus:
--- args.c.old 2006-05-20 05:27:44.000000000 +0100
+++ args.c 2008-02-17 17:28:37.000000000 +0000
@@ -174,7 +174,7 @@
} else if (strcmp(argv[i],"-resurface") == 0) {
resurface=True;
} else if (strcmp(argv[i],"-noreconnect") == 0) {
- resurface=False;
+ reconnect=False;
} else if (strcmp(argv[i],"-shared") == 0) {
shareDesktop = True;
} else if (strcmp(argv[i],"-edgewidth") == 0) {
-- System Information:
Debian Release: 4.0
APT prefers stable
APT policy: (500, 'stable')
Architecture: i386 (x86_64)
Shell: /bin/sh linked to /bin/bash
Kernel: Linux 2.6.18-6-amd64
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)
Versions of packages x2vnc depends on:
ii libc6 2.3.6.ds1-13etch5 GNU C Library: Shared libraries
ii libice6 1:1.0.1-2 X11 Inter-Client Exchange library
ii libsm6 1:1.0.1-3 X11 Session Management library
ii libx11-6 2:1.0.3-7 X11 client-side library
ii libxext6 1:1.0.1-2 X11 miscellaneous extension librar
ii libxinerama1 1:1.0.1-4.1 X11 Xinerama extension library
ii libxss1 1:1.1.0-1 X11 Screen Saver extension library
x2vnc recommends no packages.
-- no debconf information
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]