Package: x2vnc
Version: 1.6-3
Severity: normal
Tags: patch
I mailed Ola to say (paraphrasing a little):
> A coworker recently
> tried to use x2vnc on an amd64 and ran into another problem with the
> same line of code as was behind Bug#191697.
>
> Upstream's accepted (but not yet released) a patch I submitted:
>
> http://fredrik.hubbe.net/hacker/viewtopic.php?t=240&start=0
>
> The x2vnc upstream author seems to be anything but moribund and I
> don't have any pressing need for an officially packaged fix. I just
> thought I'd offer to raise a Debian bug, with a patch, for the x2vnc
> issue if it would help you or others. I don't want to make
> unnecessary work for you, though, so waiting for upstream would be
> fine by me.
Ola thanked me for the information and tried to add a patch tag and then reopen
bug 191697. This failed because that bug is archived. I think that's telling
me I should open a new bug.
-- System Information:
Debian Release: testing/unstable
APT prefers unstable
APT policy: (500, 'unstable'), (500, 'stable'), (1, 'experimental')
Architecture: i386 (i686)
Shell: /bin/sh linked to /bin/bash
Kernel: Linux 2.6.14-1-686-smp
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Versions of packages x2vnc depends on:
ii libc6 2.3.5-7 GNU C Library: Shared libraries an
ii libx11-6 6.8.2.dfsg.1-10 X Window System protocol client li
ii libxext6 6.8.2.dfsg.1-10 X Window System miscellaneous exte
ii libxss1 6.8.2.dfsg.1-10 X Screen Saver client-side library
ii xlibs 6.8.2.dfsg.1-10 X Window System client libraries m
x2vnc recommends no packages.
-- no debconf information
*********************************************************************************
This email and any attachment is confidential. It may only be read, copied
and used by the intended recipient(s). If you are not the intended recipient
(s), you may not copy, use, distribute, forward, store or disclose this e-mail
or any attachment. If you are not the intended recipient(s) or have otherwise
received this e-mail in error, you should destroy it and any attachment and
notify the sender by reply e-mail or send a message to: [EMAIL PROTECTED]
*********************************************************************************
--- /tmp/x2vnc-1.6/x.c 2005-11-25 02:39:45.000000000 -0800
+++ /home/martind/playpen/x.c 2005-11-25 15:22:15.000000000 -0800
@@ -721,7 +721,7 @@
* (GRM 24 Oct 2003)
*/
int ret;
- int targets[2];
+ Atom targets[2];
if(req->property == None)
req->property = TARGETS;
@@ -731,7 +731,7 @@
req->requestor,
req->property,
XA_ATOM,
- 8 * sizeof(int),
+ 32,
PropModeReplace,
(unsigned char *) targets,
2);