Package: icewm
Version: 1.2.18-1
Severity: normal
I'm using xinerama and the Option
XineramaPrimaryScreen = 1
therefore i'd like new windows to pop up on my
primary screen.
Applying the following patch fixes this.
--- src/wmmgr.cc.orig 2005-01-17 15:07:45.000000000 +0100
+++ src/wmmgr.cc 2005-01-17 14:51:28.000000000 +0100
@@ -1249,5 +1249,5 @@
)))
{
- int xiscreen = 0;
+ int xiscreen = xineramaPrimaryScreen;
if (frame->owner())
xiscreen = frame->owner()->getScreen();
-- System Information:
Debian Release: 3.1
APT prefers testing
APT policy: (500, 'testing'), (1, 'experimental')
Architecture: i386 (i686)
Kernel: Linux 2.6.8-jp4
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)
Versions of packages icewm depends on:
ii icewm-common 1.2.18-1 wonderful Win95-OS/2-Motif-like wi
ii imlib1 1.9.14-16.2 imaging library for X and X11 (usi
ii libc6 2.3.2.ds1-20 GNU C Library: Shared libraries an
ii libfontconfig1 2.2.3-4 generic font configuration library
ii libfreetype6 2.1.7-2.3 FreeType 2 font engine, shared lib
ii libice6 4.3.0.dfsg.1-10 Inter-Client Exchange library
ii libjpeg62 6b-9 The Independent JPEG Group's JPEG
ii libpng10-0 1.0.18-1 PNG library, older version - runti
ii libsm6 4.3.0.dfsg.1-10 X Window System Session Management
ii libtiff4 3.6.1-5 Tag Image File Format library
ii libungif4g 4.1.3-1 shared library for GIF images (run
ii libx11-6 4.3.0.dfsg.1-10 X Window System protocol client li
ii libxext6 4.3.0.dfsg.1-10 X Window System miscellaneous exte
ii libxft2 2.1.2-6 FreeType-based font drawing librar
ii libxrandr2 4.3.0.dfsg.1-10 X Window System Resize, Rotate and
ii libxrender1 0.8.3-7 X Rendering Extension client libra
ii xlibs 4.3.0.dfsg.1-10 X Keyboard Extension (XKB) configu
ii zlib1g 1:1.2.2-3 compression library - runtime
-- no debconf information
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]