Your message dated Mon, 16 Jul 2007 15:32:03 +0000
with message-id <[EMAIL PROTECTED]>
and subject line Bug#416251: fixed in fluxbox 1.0~rc3-3
has caused the attached Bug report 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 I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Debian bug tracking system administrator
(administrator, Debian Bugs database)

--- Begin Message ---
Package: libgtk2.0-0
Version: 2.8.20-7
Severity: important

I have a three head setup, using Xinerama to combine the three
monitors into a single logical screen. At 3x1280 by 1024, I thus
have a screen estate of 3840x1024 pixels.

GTK applications fail to position themselves properly on that
estate. The idea with my setup is that a window opens on the head
with the mouse pointer. Mathematically, in my setup, the horizontal
position of the window should be Wx on the head H, given by the
following equations. Mx is the horizontal position Mx of the mouse:

  H = int(Mx / 1280)   // division without remainder
  Wx = Mx % 1280       // the remainder

This seems to work now and then, but if an application remembers the
size of its window and it was shut down full-screen (1280x1024 in my
setup; such as iceweasel, jpilot, kazehakase), the mouse position
will be multiplied by 0.5 before the horizontal window position is
computed, and the number of the head seems to be ignored. The first
two also apply to a dual-screen setup:

  - if mouse on head 0 (0 <= Mx < 1280), window origin is +0+0
    it thus displays properly on head 0
  - if mouse on head 1 (1280 <= Mx < 2560), window origin is +640+0
    it thus displays half on head 0 and half on head 1
  - if mouse on head 2 (2560 <= Mx < 3840), window origin is +1280+0
    it thus displays full-screen on head 1 (but not 2 as it should)

If the window is not restored at full-screen size, positioning seems
to work okay.

The above does not apply to applications like Gimp and buffy, which
restore their positions after drawing the window.

Thanks for looking into this.

-- System Information:
Debian Release: 4.0
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing'), (1, 'experimental')
Architecture: amd64 (x86_64)
Shell:  /bin/sh linked to /bin/dash
Kernel: Linux 2.6.18-4-amd64
Locale: LANG=en_GB, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8)

Versions of packages libgtk2.0-0 depends on:
ii  libatk1.0-0               1.12.4-3       The ATK accessibility toolkit
ii  libc6                     2.3.6.ds1-13   GNU C Library: Shared libraries
ii  libcairo2                 1.2.4-4        The Cairo 2D vector graphics libra
ii  libfontconfig1            2.4.2-1.2      generic font configuration library
ii  libglib2.0-0              2.12.6-2       The GLib library of C routines
ii  libgtk2.0-common          2.8.20-7       Common files for the GTK+ graphica
ii  libjpeg62                 6b-13          The Independent JPEG Group's JPEG 
ii  libpango1.0-0             1.14.8-5       Layout and rendering of internatio
ii  libpng12-0                1.2.15~beta5-1 PNG library - runtime
ii  libtiff4                  3.8.2-7        Tag Image File Format (TIFF) libra
ii  libx11-6                  2:1.0.3-6      X11 client-side library
ii  libxcursor1               1.1.7-4        X cursor management library
ii  libxext6                  1:1.0.1-2      X11 miscellaneous extension librar
ii  libxfixes3                1:4.0.1-5      X11 miscellaneous 'fixes' extensio
ii  libxi6                    1:1.0.1-4      X11 Input extension library
ii  libxinerama1              1:1.0.1-4.1    X11 Xinerama extension library
ii  libxrandr2                2:1.1.0.2-5    X11 RandR extension library
ii  libxrender1               1:0.9.1-3      X Rendering Extension client libra

Versions of packages libgtk2.0-0 recommends:
ii  hicolor-icon-theme            0.10-1     default fallback theme for FreeDes
ii  libgtk2.0-bin                 2.8.20-7   The programs for the GTK+ graphica

-- no debconf information

-- 
 .''`.   martin f. krafft <[EMAIL PROTECTED]>
: :'  :  proud Debian developer, author, administrator, and user
`. `'`   http://people.debian.org/~madduck - http://debiansystem.info
  `-  Debian - when you have better things to do than fixing systems

Attachment: signature.asc
Description: Digital signature (GPG/PGP)


--- End Message ---
--- Begin Message ---
Source: fluxbox
Source-Version: 1.0~rc3-3

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

fluxbox_1.0~rc3-3.diff.gz
  to pool/main/f/fluxbox/fluxbox_1.0~rc3-3.diff.gz
fluxbox_1.0~rc3-3.dsc
  to pool/main/f/fluxbox/fluxbox_1.0~rc3-3.dsc
fluxbox_1.0~rc3-3_i386.deb
  to pool/main/f/fluxbox/fluxbox_1.0~rc3-3_i386.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.
Dmitry E. Oboukhov <[EMAIL PROTECTED]> (supplier of updated fluxbox 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.7
Date: Tue, 10 Jul 2007 14:43:27 +0400
Source: fluxbox
Binary: fluxbox
Architecture: source i386
Version: 1.0~rc3-3
Distribution: unstable
Urgency: low
Maintainer: Dmitry E. Oboukhov <[EMAIL PROTECTED]>
Changed-By: Dmitry E. Oboukhov <[EMAIL PROTECTED]>
Description: 
 fluxbox    - Highly configurable and low resource X11 Window manager
Closes: 130282 261114 416251 432073 432493 433184
Changes: 
 fluxbox (1.0~rc3-3) unstable; urgency=low
 .
   * Patch for fix bug: 'window placement screwed up with xinerama/fluxbox',
     closes: #261114, #416251.
   * Patch for fix bug: 'fluxbox locks up when using skype', closes: #432493.
   * Patch for fix bug: 'no longer interprets mod5 modifier', closes: #432073.
   * Returned fluxbox.desktop to /usr/share/xsessions/,
     closes: #130282, #433184.
   * Change maintainer record.
   * Upload sponsored by Al Nikolov <[EMAIL PROTECTED]>.
Files: 
 924a2622b9cb9037bbe80c1590a4805e 793 x11 optional fluxbox_1.0~rc3-3.dsc
 aacfc345647ded414ed87babeaec5a12 22042 x11 optional fluxbox_1.0~rc3-3.diff.gz
 0914b008a21b146af38e99403d66b73b 963872 x11 optional fluxbox_1.0~rc3-3_i386.deb

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

iD8DBQFGm4ytzWA7Wi7PmEsRAlFGAJwMNpBYgJG/axfMYadNcZC8yE6IWgCgt6IT
egQb6dejYGG/d/2/AqbO3t4=
=fovT
-----END PGP SIGNATURE-----


--- End Message ---

Reply via email to