Your message dated Sun, 10 Sep 2017 15:39:53 +0000 with message-id <[email protected]> and subject line Bug#870949: Removed package(s) from unstable has caused the Debian Bug report #561468, regarding sawfish-merlin-ugliness: On Xinerama setups, the window cycle list should be displayed on one screen. 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.) -- 561468: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=561468 Debian Bug Tracking System Contact [email protected] with problems
--- Begin Message ---Package: sawfish-merlin-ugliness Version: 1.3.1-1 Severity: normal Tags: patch On a Xinerama setup with two identical monitors, the window-cycle list is displayed at the center of the desktop -- half of it is dieplayed on the left screen and the other half is displayed on the right screen which makes it hard to use for me. IMO, the window should be displayed at the center of the screen that the user focusses on, most likely the screen on which the mouse pointer is currently placed. The attached patch does just that. For setups that do not use Xinerama, the behavior stays the same. Cheers, -Hilko --- /usr/share/sawfish/site-lisp/merlin/ugliness.jl.orig 2004-07-28 15:28:37.000000000 +0200 +++ /usr/share/sawfish/site-lisp/merlin/ugliness.jl 2009-12-17 12:57:06.000000000 +0100 @@ -177,7 +177,9 @@ (define (ugly-cycle-display-position win) (if (eq ugly-cycle-relative 'window) (cons+ (window-position win) (cons-percent (window-frame-dimensions win) ugly-cycle-percent)) - (cons-percent (screen-dimensions) ugly-cycle-percent))) + (cons+ (head-offset (pointer-head)) + (cons-percent (head-dimensions (pointer-head)) + ugly-cycle-percent)))) (define (justify child parent) (cond ((eq ugly-cycle-justify 'left) 0) -- System Information: Debian Release: squeeze/sid APT prefers unstable APT policy: (500, 'unstable') Architecture: i386 (i686) Kernel: Linux 2.6.32-rc8-686 (SMP w/2 CPU cores) Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/bash Versions of packages sawfish-merlin-ugliness depends on: ii sawfish 1:1.5.3-2 a window manager for X11 sawfish-merlin-ugliness recommends no packages. sawfish-merlin-ugliness suggests no packages. -- no debconf information
--- End Message ---
--- Begin Message ---Version: 1.3.1-1+rm Dear submitter, as the package sawfish-merlin-ugliness has just been removed from the Debian archive unstable we hereby close the associated bug reports. We are sorry that we couldn't deal with your issue properly. For details on the removal, please see https://bugs.debian.org/870949 The version of this package that was in Debian prior to this removal can still be found using http://snapshot.debian.org/. This message was generated automatically; if you believe that there is a problem with it please contact the archive administrators by mailing [email protected]. Debian distribution maintenance software pp. Scott Kitterman (the ftpmaster behind the curtain)
--- End Message ---

