Package: mrxvt Version: 0.4.2-1 Severity: normal
mrxvt's -bl (borderless) option doesn't seem to work, at least not in the window managers I've tried (xfwm4, fvwm, metacity). The following patch appears to fix it for me, although I'm not sure how elegant a solution it is. (Obtained from <http://forums.gentoo.org/viewtopic-t-316072.html#2726007) --- mrxvt-0.4.2/src/init.c.orig 2005-11-30 21:19:58.000000000 +0100 +++ mrxvt-0.4.2/src/init.c 2005-11-30 21:21:05.000000000 +0100 @@ -2581,7 +2581,7 @@ hints = (CARD32) 0; mwmhints.flags = MWM_HINTS_DECORATIONS; - mwmhints.decorations = MWM_DECOR_BORDER | MWM_DECOR_RESIZEH; + mwmhints.decorations = 0; /* Motif compatible WM */ prop = XInternAtom (r->Xdisplay, "_MOTIF_WM_HINTS", True); -- System Information: Debian Release: testing/unstable APT prefers unstable APT policy: (990, 'unstable'), (1, 'experimental') Architecture: i386 (i686) Shell: /bin/sh linked to /bin/bash Kernel: Linux 2.6.15-rc2-s2.2-rc13 Locale: [EMAIL PROTECTED], [EMAIL PROTECTED] (charmap=ISO-8859-15) Versions of packages mrxvt depends on: ii libc6 2.3.5-8.1 GNU C Library: Shared libraries an ii libfontconfig1 2.3.2-1.1 generic font configuration library ii libfreetype6 2.1.10-1 FreeType 2 font engine, shared lib ii libice6 6.8.2.dfsg.1-11 Inter-Client Exchange library ii libjpeg62 6b-10 The Independent JPEG Group's JPEG ii libpng12-0 1.2.8rel-5 PNG library - runtime ii libsm6 6.8.2.dfsg.1-11 X Window System Session Management ii libx11-6 6.8.2.dfsg.1-11 X Window System protocol client li ii libxft2 2.1.7-1 FreeType-based font drawing librar ii libxpm4 6.8.2.dfsg.1-11 X pixmap library ii libxrender1 1:0.9.0-2 X Rendering Extension client libra ii mrxvt-common 0.4.2-1 lightweight multi-tabbed X termina ii xlibs 6.8.2.dfsg.1-11 X Window System client libraries m ii zlib1g 1:1.2.3-8 compression library - runtime mrxvt recommends no packages. -- debconf-show failed -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

