Your message dated Sun, 06 Mar 2011 21:23:20 +0000
with message-id <[email protected]>
and subject line Bug#616396: fixed in x2vnc 1.7.2-3
has caused the Debian Bug report #616396,
regarding Patch to fix sticking cursor in multi-screen configuration
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)


-- 
616396: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=616396
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: x2vnc
Version: 1.7.2-2
Severity: important
Tags: patch
User: [email protected]
Usertags: origin-ubuntu natty ubuntu-patch


Attached is a patch from Will Shackleton to fix a sticking cursor in a 
multi-screen configuration. It would be appreciated if you could apply this 
patch to the next revision of the Debian package.

This patch has been sent upstream, and been notified of Ubuntu and Debian bugs.

If you are interested in tracking the x2vnc bugs in Ubuntu, you can go to 
https://launchpad.net/ubuntu/+source/x2vnc/+bugs.

*** /tmp/tmpweaW9E
  * x.c: Fixed xinerama support for certain multiple screen setups. (LP: 
#726783)

Thanks for considering the patch.
--- x.c	2008-03-25 10:45:34 +0000
+++ x.c	2011-03-03 23:34:29 +0000
@@ -848,9 +848,9 @@
 {
   int n,ret=a.x;
   if(a.y < ret) ret=a.y;
-  n=displayHeight - a.y;
+  n=y_offset + displayHeight - a.y;
   if(n < ret) ret=n;
-  n=displayWidth - a.x;
+  n=x_offset + displayWidth - a.x;
   if(n < ret) ret=n;
   return ret;
 }


--- End Message ---
--- Begin Message ---
Source: x2vnc
Source-Version: 1.7.2-3

We believe that the bug you reported is fixed in the latest version of
x2vnc, which is due to be installed in the Debian FTP archive:

x2vnc_1.7.2-3.debian.tar.gz
  to main/x/x2vnc/x2vnc_1.7.2-3.debian.tar.gz
x2vnc_1.7.2-3.dsc
  to main/x/x2vnc/x2vnc_1.7.2-3.dsc
x2vnc_1.7.2-3_amd64.deb
  to main/x/x2vnc/x2vnc_1.7.2-3_amd64.deb



A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to [email protected],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Magnus Holmgren <[email protected]> (supplier of updated x2vnc package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [email protected])


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.8
Date: Sun, 06 Mar 2011 20:51:00 +0100
Source: x2vnc
Binary: x2vnc
Architecture: source amd64
Version: 1.7.2-3
Distribution: unstable
Urgency: low
Maintainer: Magnus Holmgren <[email protected]>
Changed-By: Magnus Holmgren <[email protected]>
Description: 
 x2vnc      - A dual-screen hack - link an MS-Windows and X display
Closes: 616396
Changes: 
 x2vnc (1.7.2-3) unstable; urgency=low
 .
   * Switch to source format 3.0 (quilt).
   * Switch from Imake to configure (enabling Xinerama).
   * Add patch via Ubuntu that fixes a problem with the cursor not moving
     to the remote screen when Xinerama support is enabled (Closes:
     #616396; LP: #726783). Thanks to Will Shackleton.
Checksums-Sha1: 
 a1002017153776de8dc1187c6289cdb57f71c01b 1065 x2vnc_1.7.2-3.dsc
 f65dfb8472039d1c33ebc9cd7ceda1ad07235417 5877 x2vnc_1.7.2-3.debian.tar.gz
 2b6e09de10f0fa0202decf6011e292f3c92ac170 34542 x2vnc_1.7.2-3_amd64.deb
Checksums-Sha256: 
 5aa6608a170bee5864b55663cbf5d29f4f3643878e3474f0874aba3213862b0f 1065 
x2vnc_1.7.2-3.dsc
 db3821d378f6c5b143609893a013ee322bcb39bc82173a47342f2f9158c9a7b9 5877 
x2vnc_1.7.2-3.debian.tar.gz
 8211c91f03bef3546f9ebf15b690f1e129b9f93d04a0f8084749fcc5907dae31 34542 
x2vnc_1.7.2-3_amd64.deb
Files: 
 992c7184784b78478f97a5b3e8c0418e 1065 x11 optional x2vnc_1.7.2-3.dsc
 ba3f61b0dc1437adb723a0f55e1e12f3 5877 x11 optional x2vnc_1.7.2-3.debian.tar.gz
 f78d17ff36dfdb155abf7231f3a2a413 34542 x11 optional x2vnc_1.7.2-3_amd64.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.10 (GNU/Linux)

iEYEARECAAYFAk1z59oACgkQk7mRNn1h4+YRMgCgk3Oo9thRpXQvnshXK+g5CXHz
vgEAoNo3WFWmDJe4jt7lvp+nV8yxD1af
=abBa
-----END PGP SIGNATURE-----



--- End Message ---

Reply via email to