Package: fluxbox
Version: 0.9.14-1.1
Severity: normal
Tags: patch

Running "fbrun -nearmouse" does not place the window near mouse cursor. Instead,
fluxbox places the window as if -nearmouse was not specified at all. I'm using

session.screen0.focusModel:     MouseFocus
session.screen0.windowPlacement:        RowSmartPlacement
session.screen0.tabFocusModel:  ClickToTabFocus
session.screen0.focusLastWindow:        false
session.screen0.focusNewWindows:        false


This fixes it (it's unclean: the window initially appears in the wrong place):

--- main.cc.orig        2006-03-15 10:34:09 +0200
+++ main.cc     2006-03-15 10:33:25 +0200
@@ -204,11 +204,11 @@
             }
         }
         
+        fbrun.show();
+
         if (set_pos)
             fbrun.move(x, y);
                
-        fbrun.show();
-
         application.eventLoop();
 
     } catch (string errstr) {



-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.14+juhaj+v1.0
Locale: LANG=en_GB, LC_CTYPE=fi_FI.UTF-8 (charmap=UTF-8)

Versions of packages fluxbox depends on:
ii  libc6                     2.3.6-3        GNU C Library: Shared libraries an
ii  libfontconfig1            2.3.2-1.1      generic font configuration library
ii  libfreetype6              2.1.10-1.1     FreeType 2 font engine, shared lib
ii  libgcc1                   1:4.0.3-1      GCC support library
ii  libice6                   6.9.0.dfsg.1-4 Inter-Client Exchange library
ii  libsm6                    6.9.0.dfsg.1-4 X Window System Session Management
ii  libstdc++6                4.0.3-1        The GNU Standard C++ Library v3
ii  libx11-6                  6.9.0.dfsg.1-4 X Window System protocol client li
ii  libxext6                  6.9.0.dfsg.1-4 X Window System miscellaneous exte
ii  libxft2                   2.1.8.2-3      FreeType-based font drawing librar
ii  libxinerama1              6.9.0.dfsg.1-4 X Window System multi-head display
ii  libxpm4                   6.9.0.dfsg.1-4 X pixmap library
ii  libxrandr2                6.9.0.dfsg.1-4 X Window System Resize, Rotate and
ii  libxrender1               1:0.9.0.2-1    X Rendering Extension client libra
ii  menu                      2.1.27         generates programs menu for all me
ii  zlib1g                    1:1.2.3-11     compression library - runtime

fluxbox recommends no packages.

-- no debconf information


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to