Report forwarded to debian-bugs-dist@lists.debian.org, unknown-package@qa.debian.org:
Bug#94713; Package xbase-clientsversion: 4.0.2-13.
debian-bugs-dist@lists.debian.orgunknown-package@qa.debian.org
Subject: Bug#94713: xmessage foreground color
Reply-To: M.Buckett@dcs.hull.ac.uk, 94713@bugs.debian.org
Resent-From: "M.Buckett"
Resent-To: debian-bugs-dist@lists.debian.org
Resent-CC: unknown-package@qa.debian.org
Resent-Date: Sat, 21 Apr 2001 12:18:29 GMT
Resent-Message-ID:
Resent-Sender: owner@bugs.debian.org
X-Debian-PR-Message: report 94713
X-Debian-PR-Package: xbase-clientsversion: 4.0.2-13
X-Debian-PR-Keywords:
X-Loop: owner@bugs.debian.org
Received: via spool by bugs@bugs.debian.org id=B.98785538525378
(code B ref -1); Sat, 21 Apr 2001 12:18:29 GMT
To: submit@bugs.debian.org
Date: Sat, 21 Apr 2001 13:16:03 +0100 (BST)
X-Mailer: ELM [version 2.5 PL3]
MIME-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
Message-Id:
From: "M.Buckett"
Delivered-To: submit@bugs.debian.org
Package: xbase-clientsVersion: 4.0.2-13
I found this bug in the stable xcontrib package but have submitted to bug for
xbase-clients as xmessage seems to have moved between the two packages.
xmessage package seems to have a bug and here is a fix:
in xmessage/makeform.c
300c300
< XtVaSetValues(text, XtNwidth, width, XtNheight, height, NULL);
---
> XtVaSetValues(XtParent(text), XtNwidth, width, XtNheight, height,
NULL);
xmessage -fg green
doesn't give green text in the message box.
Explanation:
xmessage included in the xcontrib package for my debian distribution
seemed to have a problem displaying a message. All I would get was a
white empty box and the Okay message but the box was the correct size
for the text. I discovered that this was due to my Xresources setup as
clearing them displayed the message correctly. No matter how I tried I
did not seem to be able to keep my Xresources and have xmessage work.
Looking at the source and comparing it with xmotd (both use asciiTextWidget) I
discovered that xmessage made a different call to set the values of the widget,
so I made xmessage the same and hey presto it works. I'm no X programmer so I'm
not sure how correct this is but it seems to work.
Acknowledgement sent to M.Buckett@dcs.hull.ac.uk:
New Bug report received and forwarded. Copy sent to unknown-package@qa.debian.org.
-t
From: owner@bugs.debian.org (Debian Bug Tracking System)
To: M.Buckett@dcs.hull.ac.uk
Subject: Bug#94713: Acknowledgement (xmessage foreground color)
Message-ID:
In-Reply-To:
References:
X-Debian-PR-Message: ack 94713
Thank you for the problem report you have sent regarding Debian.
This is an automatically generated reply, to let you know your message has
been received. It is being forwarded to the developers mailing list for
their attention; they will reply in due course.
Your message has been sent to the package maintainer(s):
unknown-package@qa.debian.org
If you wish to submit further information on your problem, please send
it to 94713@bugs.debian.org (and *not* to
bugs@bugs.debian.org).
Please do not reply to the address at the top of this message,
unless you wish to report a problem with the Bug-tracking system.
Darren Benham
(administrator, Debian Bugs database)
Received: (at submit) by bugs.debian.org; 21 Apr 2001 12:16:25 +0000
From M.Buckett@dcs.hull.ac.uk Sat Apr 21 07:16:25 2001
Return-path:
Received: from lehar.ucc.hull.ac.uk (mailhub4.hull.ac.uk) [150.237.196.3]
by master.debian.org with esmtp (Exim 3.12 1 (Debian))
id 14qwJN-0006b3-00; Sat, 21 Apr 2001 07:16:25 -0500
Received: from humus1.ucc.hull.ac.uk (actually host humus.ucc.hull.ac.uk)
by lehar.ucc.hull.ac.uk; Sat, 21 Apr 2001 13:16:16 +0100
Received: from cs8mb by humus1.ucc.hull.ac.uk with local (Exim 1.60 #1)
id 14qwJ1-0000QE-00; Sat, 21 Apr 2001 13:16:03 +0100
Subject: xmessage foreground color
To: submit@bugs.debian.org
Date: Sat, 21 Apr 2001 13:16:03 +0100 (BST)
Reply-To: M.Buckett@dcs.hull.ac.uk
X-Mailer: ELM [version 2.5 PL3]
MIME-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
Message-Id:
From: "M.Buckett"
Delivered-To: submit@bugs.debian.org
Package: xbase-clientsVersion: 4.0.2-13
I found this bug in the stable xcontrib package but have submitted to bug for
xbase-clients as xmessage seems to have moved between the two packages.
xmessage package seems to have a bug and here is a fix:
in xmessage/makeform.c
300c300
< XtVaSetValues(text, XtNwidth, width, XtNheight, height, NULL);
---
> XtVaSetValues(XtParent(text), XtNwidth, width, XtNheight, height,
NULL);
xmessage -fg green
doesn't give green text in the message box.
Explanation:
xmessage included in the xcontrib package for my debian distribution
seemed to have a problem displaying a message. All I would get was a
white empty box and the Okay message but the box was the correct size
for the text. I discovered that this was due to my Xresources setup as
clearing them displayed the message correctly. No matter how I tried I
did not seem to be able to keep my Xresources and have xmessage work.
Looking at the source and comparing it with xmotd (both use asciiTextWidget) I
discovered that xmessage made a different call to set the values of the widget,
so I made xmessage the same and hey presto it works. I'm no X programmer so I'm
not sure how correct this is but it seems to work.
Bug reassigned from package `xbase-clientsversion: 4.0.2-13' to `xbase-clients'.
Request was from Josip Rodin <joy@cibalia.gkvk.hr>
to control@bugs.debian.org.
Received: (at control) by bugs.debian.org; 21 Apr 2001 13:32:44 +0000
From joy@cibalia.gkvk.hr Sat Apr 21 08:32:44 2001
Return-path:
Received: from cibalia.gkvk.hr [161.53.211.3] (mail)
by master.debian.org with esmtp (Exim 3.12 1 (Debian))
id 14qxVE-0002FW-00; Sat, 21 Apr 2001 08:32:44 -0500
Received: from joy by cibalia.gkvk.hr with local (Exim 3.12 #1 (Debian))
id 14qxVy-00049j-00
for ; Sat, 21 Apr 2001 15:33:30 +0200
Date: Sat, 21 Apr 2001 15:33:30 +0200
To: control@bugs.debian.org
Subject: real names
Message-ID: <20010421153330.C15755@cibalia.gkvk.hr>
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
User-Agent: Mutt/1.2.5i
From: Josip Rodin
Delivered-To: control@bugs.debian.org
reassign 94529 fetchmail
reassign 93770 proftpd
reassign 94713 xbase-clients
--
Digital Electronic Being Intended for Assassination and Nullification
Changed Bug title.
Request was from Branden Robinson <branden@debian.org>
to control@bugs.debian.org.
Received: (at control) by bugs.debian.org; 21 Apr 2001 22:36:01 +0000
From branden@deadbeast.net Sat Apr 21 17:36:01 2001
Return-path:
Received: from cc551902-b.indnpls1.in.home.com (apocalypse.deadbeast.net) [24.183.211.35]
by master.debian.org with esmtp (Exim 3.12 1 (Debian))
id 14r5yy-0003VA-00; Sat, 21 Apr 2001 17:36:00 -0500
Received: by apocalypse.deadbeast.net (Postfix, from userid 1000)
id 5E39F67009; Sat, 21 Apr 2001 17:36:00 -0500 (EST)
Date: Sat, 21 Apr 2001 17:36:00 -0500
From: Branden Robinson
To: control@bugs.debian.org
Subject: more triage
Message-ID: <20010421173600.C19980@deadbeast.net>
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
User-Agent: Mutt/1.3.17i
Delivered-To: control@bugs.debian.org
retitle 94713 xbase-clients: [xmessage] gets its widget hierarchy wrong [UPSTREAM]
tags 94713 patch
retitle 94511 xserver-xfree86: [mga] Xft-using applications segfault [UPSTREAM]
tags 94511 moreinfo
retitle 94343 binutils: ar or ranlib mangles libICE.a from XFree86
reassign 94343 binutils
retitle 94299 debconf: causes xserver-xfree86 postinst to die with status 10
reassign 92499 debconf
retitle 93732 xbase-clients: [xf86cfg] dies with SIGILL [UPSTREAM]
merge 76251 93732
retitle 93671 xserver-xfree86: [mga] screen corruption or system hang on MGA G100 AGP with acceleration on [UPSTREAM]
retitle 93665 xbase-clients: [xcalc] uses wrong order of operations in infix mode [UPSTREAM]
retitle 93420 xserver-xfree86: [wacom] module lacks USB support
tags 93420 moreinfo
retitle 92511 xlibs: German locales missing for iso-8859-15 [UPSTREAM]
tags 92511 patch
retitle 92453 xutils: ships pswrap and makepsres in /usr/X11R6/bin instead of /usr/bin, like dpsclient
tags 92453 wontfix
retitle 92403 xterm: Spanish translation for templates file
tags 92403 patch
retitle 92401 xfs: Spanish translation for templates file
tags 92401 patch
retitle 91882 xserver-xfree86: [mga] reproducible SEGV on MGA G200 AGP with Meeting Maker client [UPSTREAM]
tags 90793 moreinfo
retitle 90430 xserver-xfree86: mouse goes to hell in package postinst
tags 90430 moreinfo
retitle 90314 xserver-xfree86: [ati] reports many unresolved symbols when loading module [UPSTREAM]
retitle 90155 xserver-xfree86: apparent off-by-one error interpreting horizontal sync values [UPSTREAM]
retitle 90030 xserver-xfree86: more hand-holding desired in X server driver selection debconf screen
severity 90030 wishlist
tags 90000 patch
thanks
--
G. Branden Robinson | Human beings rarely imagine a god that
Debian GNU/Linux | behaves any better than a spoiled child.
branden@debian.org | -- Robert Heinlein
http://www.debian.org/~branden/ |
Tags added: patch
Request was from Branden Robinson <branden@debian.org>
to control@bugs.debian.org.
Received: (at control) by bugs.debian.org; 21 Apr 2001 22:36:01 +0000
From branden@deadbeast.net Sat Apr 21 17:36:01 2001
Return-path:
Received: from cc551902-b.indnpls1.in.home.com (apocalypse.deadbeast.net) [24.183.211.35]
by master.debian.org with esmtp (Exim 3.12 1 (Debian))
id 14r5yy-0003VA-00; Sat, 21 Apr 2001 17:36:00 -0500
Received: by apocalypse.deadbeast.net (Postfix, from userid 1000)
id 5E39F67009; Sat, 21 Apr 2001 17:36:00 -0500 (EST)
Date: Sat, 21 Apr 2001 17:36:00 -0500
From: Branden Robinson
To: control@bugs.debian.org
Subject: more triage
Message-ID: <20010421173600.C19980@deadbeast.net>
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
User-Agent: Mutt/1.3.17i
Delivered-To: control@bugs.debian.org
retitle 94713 xbase-clients: [xmessage] gets its widget hierarchy wrong [UPSTREAM]
tags 94713 patch
retitle 94511 xserver-xfree86: [mga] Xft-using applications segfault [UPSTREAM]
tags 94511 moreinfo
retitle 94343 binutils: ar or ranlib mangles libICE.a from XFree86
reassign 94343 binutils
retitle 94299 debconf: causes xserver-xfree86 postinst to die with status 10
reassign 92499 debconf
retitle 93732 xbase-clients: [xf86cfg] dies with SIGILL [UPSTREAM]
merge 76251 93732
retitle 93671 xserver-xfree86: [mga] screen corruption or system hang on MGA G100 AGP with acceleration on [UPSTREAM]
retitle 93665 xbase-clients: [xcalc] uses wrong order of operations in infix mode [UPSTREAM]
retitle 93420 xserver-xfree86: [wacom] module lacks USB support
tags 93420 moreinfo
retitle 92511 xlibs: German locales missing for iso-8859-15 [UPSTREAM]
tags 92511 patch
retitle 92453 xutils: ships pswrap and makepsres in /usr/X11R6/bin instead of /usr/bin, like dpsclient
tags 92453 wontfix
retitle 92403 xterm: Spanish translation for templates file
tags 92403 patch
retitle 92401 xfs: Spanish translation for templates file
tags 92401 patch
retitle 91882 xserver-xfree86: [mga] reproducible SEGV on MGA G200 AGP with Meeting Maker client [UPSTREAM]
tags 90793 moreinfo
retitle 90430 xserver-xfree86: mouse goes to hell in package postinst
tags 90430 moreinfo
retitle 90314 xserver-xfree86: [ati] reports many unresolved symbols when loading module [UPSTREAM]
retitle 90155 xserver-xfree86: apparent off-by-one error interpreting horizontal sync values [UPSTREAM]
retitle 90030 xserver-xfree86: more hand-holding desired in X server driver selection debconf screen
severity 90030 wishlist
tags 90000 patch
thanks
--
G. Branden Robinson | Human beings rarely imagine a god that
Debian GNU/Linux | behaves any better than a spoiled child.
branden@debian.org | -- Robert Heinlein
http://www.debian.org/~branden/ |
Changed Bug title.
Request was from Branden Robinson <branden@debian.org>
to control@bugs.debian.org.
Received: (at control) by bugs.debian.org; 1 Jan 2002 22:02:52 +0000
From branden@deadbeast.net Tue Jan 01 16:02:52 2002
Return-path:
Received: from cc551902-b.indnpls1.in.home.com (apocalypse.deadbeast.net) [24.183.211.35]
by master.debian.org with esmtp (Exim 3.12 1 (Debian))
id 16LWzi-0007tp-00; Tue, 01 Jan 2002 16:02:50 -0600
Received: by apocalypse.deadbeast.net (Postfix, from userid 1000)
id 78C78425A; Tue, 1 Jan 2002 17:01:47 -0500 (EST)
Date: Tue, 1 Jan 2002 17:01:47 -0500
From: Branden Robinson
To: control@bugs.debian.org
Subject: mass upstream thing
Message-ID: <20020101220147.GD11195@deadbeast.net>
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
User-Agent: Mutt/1.3.24i
Delivered-To: control@bugs.debian.org
retitle 13417 xnest: cannot start if not using a font server and one of the hard-coded font path elements is unusable . tag 13417 + upstream
retitle 13710 xnest: cannot start if not using a font server and one of the hard-coded font path elements is unusable . tag 13710 + upstream
retitle 14191 xbase-clients: [xkbwatch] no manpage . tag 14191 + upstream
retitle 14940 xnest: dies with SIGFPE in xnestResolveColor() . tag 14940 + upstream
retitle 16089 xbase-clients: [editres] shows very big widget tree with some junk . tag 16089 + upstream
retitle 21788 xbase-clients: [xset] -q option falsely assumes XFree86-Misc extension to be present . tag 21788 + upstream
retitle 22506 xspecs: docs for how xkbcomp really works (esp. regarding rules files) wanted . tag 22506 + upstream
retitle 24302 xbase-clients: [xinit] requires absolute path to client program (unclear manpage info) . tag 24302 + upstream
retitle 24880 xbase-clients: [xieperf] needs to ship images/* files in appropriate place . tag 24880 + upstream
retitle 24913 xlibs: [xkb] German de(nodeadkeys) problem, shift-backslash should generate apostrophe, not acute . tag 24913 + upstream
retitle 25092 xnest: cannot start if not using a font server and one of the hard-coded font path elements is unusable . tag 25092 + upstream
retitle 26976 xbase-clients: [xon] does not catch its own -debug option . tag 26976 + upstream
retitle 29737 xbase-clients: [oclock] doesn't update the time until resize when -transparent . tag 29737 + upstream
retitle 31396 xbase-clients: [xkbbell,xkbvleds,xkbwatch] no manpages . tag 31396 + upstream
retitle 31399 xprt: no manpage for Xprt . tag 31399 + upstream
retitle 32009 xbase-clients: [xrdb] multiple overrides in widget translations don't work right . tag 32009 + upstream
retitle 32205 libxaw7: popup menu widgets will draw themselves larger than the visible screen . tag 32205 + upstream
retitle 34363 xnest: cannot start if not using a font server and one of the hard-coded font path elements is unusable . tag 34363 + upstream
retitle 36184 xbase-clients: [xauth] wiped out $HOME/.Xauthority when filesystem filled up . tag 36184 + upstream
retitle 37682 xdm: X -indirect users get wtmp entries written as logged onto 'console' . tag 37682 + upstream
retitle 38261 xbase-clients: [xlsfonts] processes patterns incorrectly . tag 38261 + upstream
retitle 38778 xlibs: XLookupString() does different things for LANG=fr vs. LANG=fr_FR . tag 38778 + upstream
retitle 39997 xfonts-cyrillic: fonts' bounding boxes incorrect . tag 39997 + upstream
retitle 40403 xfonts-cyrillic: some XLFD names incorrect with respect to size . tag 40403 + upstream
retitle 43490 xbase-clients: [xset] missing full DPMS control . tag 43490 + upstream
retitle 46892 xbase-clients: [xmessage] wrong window size displaying message with tabs . tag 46892 + upstream
retitle 48199 xbase-clients: [xauth] can't handle IP changes . tag 48199 + upstream
retitle 48934 xbase-clients: [xkbcomp] segfaults with -I flag . tag 48934 + upstream
retitle 50842 xbase-clients: [xset] led # option doesn't (re)set LEDs as documented . tag 50842 + upstream
retitle 50859 xfs: daemon runs as root . tag 50859 + upstream
retitle 50949 xbase-clients: [xmodmap] all line numbers are off-by-one . tag 50949 + upstream
retitle 50972 xbase-clients: [xwd] dumping wrong window . tag 50972 + upstream
retitle 52217 xfs: -ls option with argument that does not contain '/' character causes SIGSEGV . tag 52217 + upstream
retitle 52223 xfs: SIGSEGV's upon receiving SIGUSR1 or SIGHUP . tag 52223 + upstream
retitle 56179 xspecs: XKB source format is poorly (or non-) documented . tag 56179 + upstream
retitle 56399 xlibs: dvorak XKB keymap sends odd keysym for BackSpace key? . tag 56399 + upstream
retitle 56531 xbase-clients: [xset] dpms force functions fail . tag 56531 + upstream
retitle 58576 xlibs: Missing support for dead_abovering in locale/iso8859-1/Compose . tag 58576 + upstream
retitle 59308 xbase-clients: [xrdb] fails with spaces in the -I path . tag 59308 + upstream
retitle 60505 xbase-clients: [xclock] displays wrong time . tag 60505 + upstream
retitle 63633 xbase-clients: [xauth] should use getpwuid to find home dir . tag 63633 + upstream
retitle 64925 xfs: dies after serving fonts on Alpha . tag 64925 + upstream
retitle 74457 xdm: login widget doesn't recognize AltGr key . tag 74457 + upstream
retitle 75344 xbase-clients: [xauth] needs to way to identify and remove stale xauth cookies . tag 75344 + upstream
retitle 76220 xlibs: [XKB] us symbols file has Multi_key but not Meta_R . tag 76220 + upstream
retitle 76251 xbase-clients: [xf86cfg] dies with SIGILL . tag 76251 + upstream
retitle 76411 xbase-clients: [xf86cfg] dies with SIGILL . tag 76411 + upstream
retitle 76429 xfs: daemon dies without message . tag 76429 + upstream
retitle 76439 xlibs: [XKB] hu symbols file presumes locale is hu_HU . tag 76439 + upstream
retitle 76466 xlibs: [locale] locale.dir has wrong entries for th_TH locale . tag 76466 + upstream
retitle 76484 xbase-clients: [xf86cfg] dies with SIGILL . tag 76484 + upstream
retitle 76650 xbase-clients: [glxinfo] queries :0 even when told to use other display . tag 76650 + upstream
retitle 77039 xlibs: [xkb] Alt keys should produce Meta keysyms on all PC keyboards . tag 77039 + upstream
retitle 77498 xlibs: [Xaw7] scrollbars with text widgets don't work like Xaw6 did . tag 77498 + upstream
retitle 78787 xlibs: backspace key does not generate Delete keycode as it should . tag 78787 + upstream
retitle 79006 libxaw7: password text widget does not hide password . tag 79006 + upstream
retitle 81329 xlibs: [XKB] finnish symbols file doesn't support nodeadkeys variant . tag 81329 + upstream
retitle 82804 xbase-clients: [xmag] BadMatch during X_GetImage and then coredump . tag 82804 + upstream
retitle 84199 xbase-clients: [xrdb] two problems parsing comments . tag 84199 + upstream
retitle 84355 xlibs: [XKB] AltGr not working and 'xfree86' keycodes missing . tag 84355 + upstream
retitle 85415 xbase-clients: [xset] cannot set keyboard LEDs . tag 85415 + upstream
retitle 85601 xbase-clients: [xf86cfg] dies with SIGILL . tag 85601 + upstream
retitle 86086 xserver-xfree86: [nv] cursor becomes a 32x32 white block for split second sometimes . tag 86086 + upstream
retitle 86184 xserver-xfree86: [i128] driver corrupts all VT's . tag 86184 + upstream
retitle 86196 xserver-xfree86: [s3virge] SolidFillRect broken on Trio3D . tag 86196 + upstream
retitle 86457 xserver-xfree86: [ati] ATI 210888GX not well-supported . tag 86457 + upstream
retitle 86572 xserver-xfree86: [trident] mouse displaced on CyberBlade/i7 . tag 86572 + upstream
retitle 86650 xserver-xfree86: [savage] modeline that worked in 3.3.x fails in 4.0.2 (maxHValue decreased in driver?) . tag 86650 + upstream
retitle 86758 xbase-clients: [xf86cfg] dies with SIGILL . tag 86758 + upstream
retitle 87265 xserver-xfree86: [r128] ATI Xpert 2000 reports unresolved drm symbols and bombs (during opaque moves?) . tag 87265 + upstream
retitle 87650 xbase-clients: [xman] not preprocessing tables correctly . tag 87650 + upstream
retitle 87739 xserver-xfree86: [mga] XVideo doesn't work with DRI enabled on G200 . tag 87739 + upstream
retitle 88344 xserver-xfree86: [ati] fails to start with ATI Mach64 GX card . tag 88344 + upstream
retitle 88536 xserver-xfree86: [tdfx] video mode and VC switching doesn't work . tag 88536 + upstream
retitle 88954 xserver-xfree86: xf86PciInfo.h doesn't know about ATI Rage 128 SM (1002:354D) . tag 88954 + upstream
retitle 89323 xbase-clients: [xvidtune] dies with SIGFPE . tag 89323 + upstream
retitle 89607 xserver-xfree86: [sis] server aborts on startup without any errors on SiS 6326 . tag 89607 + upstream
retitle 89610 xserver-xfree86: [trident] does not recognize Trident CyberBlade XP [1023:9910] . tag 89610 + upstream
retitle 89613 xserver-xfree86: [siliconmotion] driver does not restore svgatextmode console modes when switching VT's from X . tag 89613 + upstream
retitle 90155 xserver-xfree86: apparent off-by-one error interpreting horizontal sync values . tag 90155 + upstream
retitle 90314 xserver-xfree86: [ati] reports many unresolved symbols when loading module . tag 90314 + upstream
retitle 90714 xbase-clients: [xlsfonts] (xlsfonts | wc -l) != (xlsfonts | sort | uniq | wc -l) . tag 90714 + upstream
retitle 92726 xbase-clients: [editres] dies with SIGSEGV when re-displaying resource box . tag 92726 + upstream
retitle 93420 xserver-xfree86: [wacom] module lacks USB support . tag 93420 + upstream
retitle 93653 xserver-xfree86: X server complains about Mode_switch generating both Mod3 and Mod4 . tag 93653 + upstream
retitle 93665 xbase-clients: [xcalc] uses wrong order of operations in infix mode . tag 93665 + upstream
retitle 93671 xserver-xfree86: [mga] screen corruption or system hang on MGA G100 AGP with acceleration on . tag 93671 + upstream
retitle 93732 xbase-clients: [xf86cfg] dies with SIGILL . tag 93732 + upstream
retitle 94713 xbase-clients: [xmessage] gets its widget hierarchy wrong . tag 94713 + upstream
retitle 94888 xbase-clients: [xvidtune] divides by zero and dies with SIGFPE . tag 94888 + upstream
retitle 95163 xserver-xfree86: [trident] all 800x600 modes deleted for no reported reason . tag 95163 + upstream
retitle 95180 xserver-xfree86: X server changes kbdrate settings on start . tag 95180 + upstream
retitle 95268 xlibs: [xkb] pc104 symbols don't have Alt generate Meta . tag 95268 + upstream
retitle 95302 xlibs: [Xlib] thinks dashes in encoding portion of $LANG are significant . tag 95302 + upstream
retitle 95555 xserver-xfree86: [savage] server locks up after shutdown within display manager on MX/IX . tag 95555 + upstream
retitle 95951 xlibs: [libICE] message replies do not work properly for subprotocols . tag 95951 + upstream
retitle 96286 xserver-xfree86: [s3virge] dies with SIGBUS after beating the hell out of the VidMode extension . tag 96286 + upstream
retitle 96310 xserver-xfree86: [sis] Mono8x8PatternFillRect, ScreenToScreenCopy, and NoSolidFillRect broken as of 4.0.3 on SiS 530 . tag 96310 + upstream
retitle 96562 xlibs: [xkb] Alt keys do not produce Meta keysyms . tag 96562 + upstream
retitle 96921 xserver-xfree86: [ati/r128] FIFO timeouts and calling of unresolved functions on Rage 128 RF . tag 96921 + upstream
retitle 97104 xserver-xfree86: [core server] uses excessive ammounts of memory . tag 97104 + upstream
retitle 97337 xserver-xfree86: [glint] freezes machine on VT switch away from X in multiheaded config on Appian Graphics Geronimo Pro . tag 97337 + upstream
retitle 97401 xbase-clients: Cards file should list 'vesa' driver for S3 Trio64 . tag 97401 + upstream
retitle 97630 xserver-xfree86: [glint] PixmapCache and ScreenToScreenCopy broken on Permedia2 . tag 97630 + upstream
retitle 97955 xbase-clients: [oclock] -transparent option renders color options ineffectual . tag 97955 + upstream
retitle 97986 xlibmesa3: [mga_dri] VT corrupted when DRI used . tag 97986 + upstream
retitle 99042 xdm: abort-display() function doesn't work . tag 99042 + upstream
retitle 99350 xlibs: [locale] es_ES@euro line needed in locale.alias [FIXED in HEAD 2001-06-26] . tag 99350 + upstream
retitle 99409 xserver-xfree86: [sis] driver cannot use internal LCD, only external display on SiS 630 . tag 99409 + upstream
retitle 100000 xlibs: [xkb] Another alt keys not -> meta keysyms report . tag 100000 + upstream
retitle 101937 xbase-clients: 'xwd -name windowtitle -frame' doesn't capture frame . tag 101937 + upstream
retitle 107323 xserver-xfree86: some font glyphs display as boxes until xfs restarted . tag 107323 + upstream
retitle 107382 xbase-clients: [xgamma] only sets gamma for first screen . tag 107382 + upstream
retitle 108325 xbase-clients: [xf86cfg] tries to configure 3.x server, but does nothing useful . tag 108325 + upstream
retitle 110912 xbase-clients: [xset] DPMS doesn't suspend/blank the screen . tag 110912 + upstream
retitle 79381 xbase-clients: [xhost] manpage implies that you can 'xhost +user@hostname' . tag 79381 + upstream
retitle 80404 xbase-clients: [ico, listres, viewres, xcalc, xditview] some sort of pre-processing relic in manpages . tag 80404 + upstream
retitle 101817 xbase-clients: [xf86cfg] lousy grammar in error message . tag 101817 + upstream
retitle 104241 xbase-clients: [xwd] manpage mentions nonexistent 'xpr' program . tag 104241 + upstream
retitle 112381 libxaw7-dev: manpage cases 'Xaw' incorrectly in .SH NAME . tag 112381 + upstream
retitle 8931 xbase-clients: [xrdb] should magically know when whitespace is syntactically insignificant and strip it . tag 8931 + upstream
retitle 13879 xbase-clients: [xedit,xgc,xditview,ico,listres,viewres] some clients do not work properly on a 640x480 display . tag 13879 + upstream
retitle 36054 xbase-clients: [xclock] should center its string when in digital mode . tag 36054 + upstream
retitle 40535 xbase-clients: [xauth] remove should be able to remove specific cookies . tag 40535 + upstream
retitle 62763 xbase-clients: [xbiff] manual page could use clarification on volume parameter . tag 62763 + upstream
retitle 77069 xnest: MIT-SHM extension wanted . tag 77069 + upstream
retitle 79690 xlibs: [XKB] new symbols file: la-latin . tag 79690 + upstream
retitle 80510 xbase-clients: [xkbevd] ship example.cf file . tag 80510 + upstream
retitle 84720 xlibs: [XKB] suggested symbols file for Croatian (hr) . tag 84720 + upstream
retitle 85588 xlibs: [XKB] danish symbols file has AltGr+space produce a non-breaking space, which is annoying . tag 85588 + upstream
retitle 85613 xfree86: want case-sensitive XLFD font names . tag 85613 + upstream
retitle 86539 xlibs: [XKB] new symbols files: hu_yz and hu_US_yz . tag 86539 + upstream
retitle 92706 xbase-clients: [xcalc] should have localization support (LC_NUMERIC) . tag 92706 + upstream
--
G. Branden Robinson |
Debian GNU/Linux | If encryption is outlawed, only
branden@debian.org | outlaws will @goH7Ok=Changed Bug title.
Request was from Branden Robinson <branden@debian.org>
to control@bugs.debian.org.
Received: (at control) by bugs.debian.org; 1 Jan 2002 22:12:51 +0000
From branden@deadbeast.net Tue Jan 01 16:12:51 2002
Return-path:
Received: from cc551902-b.indnpls1.in.home.com (apocalypse.deadbeast.net) [24.183.211.35]
by master.debian.org with esmtp (Exim 3.12 1 (Debian))
id 16LX9O-0008Kg-00; Tue, 01 Jan 2002 16:12:50 -0600
Received: by apocalypse.deadbeast.net (Postfix, from userid 1000)
id DC002425A; Tue, 1 Jan 2002 17:11:47 -0500 (EST)
Date: Tue, 1 Jan 2002 17:11:47 -0500
From: Branden Robinson
To: control@bugs.debian.org
Subject: another screwup
Message-ID: <20020101221147.GE11195@deadbeast.net>
References: <20020101220147.GD11195@deadbeast.net>
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
In-Reply-To: <20020101220147.GD11195@deadbeast.net>
User-Agent: Mutt/1.3.24i
Delivered-To: control@bugs.debian.org
retitle 13417 xnest: cannot start if not using a font server and one of the hard-coded font path elements is unusable
tag 13417 + upstream
retitle 13710 xnest: cannot start if not using a font server and one of the hard-coded font path elements is unusable
tag 13710 + upstream
retitle 14191 xbase-clients: [xkbwatch] no manpage
tag 14191 + upstream
retitle 14940 xnest: SIGFPE in xnestResolveColor()
tag 14940 + upstream
severity 14940 important
retitle 16089 xbase-clients: [editres] shows very big widget tree with some junk
tag 16089 + upstream
retitle 21788 xbase-clients: [xset] -q option falsely assumes XFree86-Misc extension to be present
tag 21788 + upstream
retitle 22506 xspecs: docs for how xkbcomp really works (esp. regarding rules files) wanted
tag 22506 + upstream
retitle 24302 xbase-clients: [xinit] requires absolute path to client program (unclear manpage info)
tag 24302 + upstream
retitle 24880 xbase-clients: [xieperf] needs to ship images/* files in appropriate place
tag 24880 + upstream
retitle 24913 xlibs: [xkb] German de(nodeadkeys) problem, shift-backslash should generate apostrophe, not acute
tag 24913 + upstream
retitle 25092 xnest: cannot start if not using a font server and one of the hard-coded font path elements is unusable
tag 25092 + upstream
retitle 26976 xbase-clients: [xon] does not catch its own -debug option
tag 26976 + upstream
retitle 29737 xbase-clients: [oclock] doesn't update the time until resize when -transparent
tag 29737 + upstream
retitle 31396 xbase-clients: [xkbbell,xkbvleds,xkbwatch] no manpages
tag 31396 + upstream
retitle 31399 xprt: no manpage for Xprt
tag 31399 + upstream
retitle 32009 xbase-clients: [xrdb] multiple overrides in widget translations don't work right
tag 32009 + upstream
retitle 32205 libxaw7: popup menu widgets will draw themselves larger than the visible screen
tag 32205 + upstream
retitle 34363 xnest: cannot start if not using a font server and one of the hard-coded font path elements is unusable
tag 34363 + upstream
retitle 36184 xbase-clients: [xauth] wiped out $HOME/.Xauthority when filesystem filled up
tag 36184 + upstream
retitle 37682 xdm: X -indirect users get wtmp entries written as logged onto 'console'
tag 37682 + upstream
retitle 38261 xbase-clients: [xlsfonts] processes patterns incorrectly
tag 38261 + upstream
retitle 38778 xlibs: XLookupString() does different things for LANG=fr vs. LANG=fr_FR
tag 38778 + upstream
retitle 39997 xfonts-cyrillic: fonts' bounding boxes incorrect
tag 39997 + upstream
retitle 40403 xfonts-cyrillic: some XLFD names incorrect with respect to size
tag 40403 + upstream
retitle 43490 xbase-clients: [xset] missing full DPMS control
tag 43490 + upstream
retitle 46892 xbase-clients: [xmessage] wrong window size displaying message with tabs
tag 46892 + upstream
retitle 48199 xbase-clients: [xauth] can't handle IP changes
tag 48199 + upstream
retitle 48934 xbase-clients: [xkbcomp] segfaults with -I flag
tag 48934 + upstream
retitle 50842 xbase-clients: [xset] led # option doesn't (re)set LEDs as documented
tag 50842 + upstream
retitle 50859 xfs: daemon runs as root
tag 50859 + upstream
retitle 50949 xbase-clients: [xmodmap] all line numbers are off-by-one
tag 50949 + upstream
retitle 50972 xbase-clients: [xwd] dumping wrong window
tag 50972 + upstream
retitle 52217 xfs: -ls option with argument that does not contain '/' character causes SIGSEGV
tag 52217 + upstream
retitle 52223 xfs: SIGSEGV's upon receiving SIGUSR1 or SIGHUP
tag 52223 + upstream
retitle 56179 xspecs: XKB source format is poorly (or non-) documented
tag 56179 + upstream
retitle 56399 xlibs: dvorak XKB keymap sends odd keysym for BackSpace key?
tag 56399 + upstream
retitle 56531 xbase-clients: [xset] dpms force functions fail
tag 56531 + upstream
retitle 58576 xlibs: Missing support for dead_abovering in locale/iso8859-1/Compose
tag 58576 + upstream
retitle 59308 xbase-clients: [xrdb] fails with spaces in the -I path
tag 59308 + upstream
retitle 60505 xbase-clients: [xclock] displays wrong time
tag 60505 + upstream
retitle 63633 xbase-clients: [xauth] should use getpwuid to find home dir
tag 63633 + upstream
retitle 64925 xfs: dies after serving fonts on Alpha
tag 64925 + upstream
severity 64925 important
retitle 74457 xdm: login widget doesn't recognize AltGr key
tag 74457 + upstream
retitle 75344 xbase-clients: [xauth] needs to way to identify and remove stale xauth cookies
tag 75344 + upstream
retitle 76220 xlibs: [XKB] us symbols file has Multi_key but not Meta_R
tag 76220 + upstream
retitle 76251 xbase-clients: [xf86cfg] dies with SIGILL
tag 76251 + upstream
severity 76251 important
retitle 76411 xbase-clients: [xf86cfg] dies with SIGILL
tag 76411 + upstream
retitle 76429 xfs: daemon dies without message
tag 76429 + upstream
severity 76492 important
retitle 76439 xlibs: [XKB] hu symbols file presumes locale is hu_HU
tag 76439 + upstream
retitle 76466 xlibs: [locale] locale.dir has wrong entries for th_TH locale
tag 76466 + upstream
retitle 76484 xbase-clients: [xf86cfg] dies with SIGILL
tag 76484 + upstream
retitle 76650 xbase-clients: [glxinfo] queries :0 even when told to use other display
tag 76650 + upstream
retitle 77039 xlibs: [xkb] Alt keys should produce Meta keysyms on all PC keyboards
tag 77039 + upstream
retitle 77498 xlibs: [Xaw7] scrollbars with text widgets don't work like Xaw6 did
tag 77498 + upstream
retitle 78787 xlibs: backspace key does not generate Delete keycode as it should
tag 78787 + upstream
retitle 79006 libxaw7: password text widget does not hide password
tag 79006 + upstream
retitle 81329 xlibs: [XKB] finnish symbols file doesn't support nodeadkeys variant
tag 81329 + upstream
retitle 82804 xbase-clients: [xmag] BadMatch during X_GetImage and then coredump
tag 82804 + upstream
retitle 84199 xbase-clients: [xrdb] two problems parsing comments
tag 84199 + upstream
retitle 84355 xlibs: [XKB] AltGr not working and 'xfree86' keycodes missing
tag 84355 + upstream
retitle 85415 xbase-clients: [xset] cannot set keyboard LEDs
tag 85415 + upstream
retitle 85601 xbase-clients: [xf86cfg] dies with SIGILL
tag 85601 + upstream
retitle 86086 xserver-xfree86: [nv] cursor becomes a 32x32 white block for split second sometimes
tag 86086 + upstream
retitle 86184 xserver-xfree86: [i128] driver corrupts all VT's
tag 86184 + upstream
retitle 86196 xserver-xfree86: [s3virge] SolidFillRect broken on Trio3D
tag 86196 + upstream
retitle 86457 xserver-xfree86: [ati] ATI 210888GX not well-supported
tag 86457 + upstream
retitle 86572 xserver-xfree86: [trident] mouse displaced on CyberBlade/i7
tag 86572 + upstream
retitle 86650 xserver-xfree86: [savage] modeline that worked in 3.3.x fails in 4.0.2 (maxHValue decreased in driver?)
tag 86650 + upstream
retitle 86758 xbase-clients: [xf86cfg] dies with SIGILL
tag 86758 + upstream
retitle 87265 xserver-xfree86: [r128] ATI Xpert 2000 reports unresolved drm symbols and bombs (during opaque moves?)
tag 87265 + upstream
retitle 87650 xbase-clients: [xman] not preprocessing tables correctly
tag 87650 + upstream
retitle 87739 xserver-xfree86: [mga] XVideo doesn't work with DRI enabled on G200
tag 87739 + upstream
retitle 88344 xserver-xfree86: [ati] fails to start with ATI Mach64 GX card
tag 88344 + upstream
retitle 88536 xserver-xfree86: [tdfx] video mode and VC switching doesn't work
tag 88536 + upstream
retitle 88954 xserver-xfree86: xf86PciInfo.h doesn't know about ATI Rage 128 SM (1002:354D)
tag 88954 + upstream
retitle 89323 xbase-clients: [xvidtune] dies with SIGFPE
tag 89323 + upstream
severity 89323 important
retitle 89607 xserver-xfree86: [sis] server aborts on startup without any errors on SiS 6326
tag 89607 + upstream
retitle 89610 xserver-xfree86: [trident] does not recognize Trident CyberBlade XP [1023:9910]
tag 89610 + upstream
retitle 89613 xserver-xfree86: [siliconmotion] driver does not restore svgatextmode console modes when switching VT's from X
tag 89613 + upstream
retitle 90155 xserver-xfree86: apparent off-by-one error interpreting horizontal sync values
tag 90155 + upstream
retitle 90314 xserver-xfree86: [ati] reports many unresolved symbols when loading module
tag 90314 + upstream
retitle 90714 xbase-clients: [xlsfonts] (xlsfonts | wc -l) != (xlsfonts | sort | uniq | wc -l)
tag 90714 + upstream
retitle 92726 xbase-clients: [editres] SEGV when re-displaying resource box
tag 92726 + upstream
retitle 93420 xserver-xfree86: [wacom] module lacks USB support
tag 93420 + upstream
retitle 93653 xserver-xfree86: X server complains about Mode_switch generating both Mod3 and Mod4
tag 93653 + upstream
retitle 93665 xbase-clients: [xcalc] uses wrong order of operations in infix mode
tag 93665 + upstream
retitle 93671 xserver-xfree86: [mga] screen corruption or system hang on MGA G100 AGP with acceleration on
tag 93671 + upstream
retitle 93732 xbase-clients: [xf86cfg] dies with SIGILL
tag 93732 + upstream
retitle 94713 xbase-clients: [xmessage] gets its widget hierarchy wrong
tag 94713 + upstream
retitle 94888 xbase-clients: [xvidtune] divides by zero and dies with SIGFPE
tag 94888 + upstream
severity 94888 important
merge 89323 94888
retitle 95163 xserver-xfree86: [trident] all 800x600 modes deleted for no reported reason
tag 95163 + upstream
retitle 95180 xserver-xfree86: X server changes kbdrate settings on start
tag 95180 + upstream
retitle 95268 xlibs: [xkb] pc104 symbols don't have Alt generate Meta
tag 95268 + upstream
retitle 95302 xlibs: [Xlib] thinks dashes in encoding portion of $LANG are significant
tag 95302 + upstream
retitle 95555 xserver-xfree86: [savage] server locks up after shutdown within display manager on MX/IX
tag 95555 + upstream
retitle 95951 xlibs: [libICE] message replies do not work properly for subprotocols
tag 95951 + upstream
retitle 96286 xserver-xfree86: [s3virge] dies with SIGBUS after beating the hell out of the VidMode extension
tag 96286 + upstream
severity 96286 important
retitle 96310 xserver-xfree86: [sis] Mono8x8PatternFillRect, ScreenToScreenCopy, and NoSolidFillRect broken as of 4.0.3 on SiS 530
tag 96310 + upstream
retitle 96562 xlibs: [xkb] Alt keys do not produce Meta keysyms
tag 96562 + upstream
retitle 96921 xserver-xfree86: [ati/r128] FIFO timeouts and calling of unresolved functions on Rage 128 RF
tag 96921 + upstream
retitle 97104 xserver-xfree86: [core server] uses excessive ammounts of memory
tag 97104 + upstream
retitle 97337 xserver-xfree86: [glint] freezes machine on VT switch away from X in multiheaded config on Appian Graphics Geronimo Pro
tag 97337 + upstream
retitle 97401 xbase-clients: Cards file should list 'vesa' driver for S3 Trio64
tag 97401 + upstream
retitle 97630 xserver-xfree86: [glint] PixmapCache and ScreenToScreenCopy broken on Permedia2
tag 97630 + upstream
retitle 97955 xbase-clients: [oclock] -transparent option renders color options ineffectual
tag 97955 + upstream
retitle 97986 xlibmesa3: [mga_dri] VT corrupted when DRI used
tag 97986 + upstream
retitle 99042 xdm: abort-display() function doesn't work
tag 99042 + upstream
retitle 99350 xlibs: [locale] es_ES@euro line needed in locale.alias [FIXED in HEAD 2001-06-26]
tag 99350 + upstream
retitle 99409 xserver-xfree86: [sis] driver cannot use internal LCD, only external display on SiS 630
tag 99409 + upstream
retitle 100000 xlibs: [xkb] Another alt keys not -> meta keysyms report
tag 100000 + upstream
retitle 101937 xbase-clients: 'xwd -name windowtitle -frame' doesn't capture frame
tag 101937 + upstream
retitle 107323 xserver-xfree86: some font glyphs display as boxes until xfs restarted
tag 107323 + upstream
retitle 107382 xbase-clients: [xgamma] only sets gamma for first screen
tag 107382 + upstream
retitle 108325 xbase-clients: [xf86cfg] tries to configure 3.x server, but does nothing useful
tag 108325 + upstream
retitle 110912 xbase-clients: [xset] DPMS doesn't suspend/blank the screen
tag 110912 + upstream
retitle 79381 xbase-clients: [xhost] manpage implies that you can 'xhost +user@hostname'
tag 79381 + upstream
retitle 80404 xbase-clients: [ico, listres, viewres, xcalc, xditview] some sort of pre-processing relic in manpages
tag 80404 + upstream
retitle 101817 xbase-clients: [xf86cfg] lousy grammar in error message
tag 101817 + upstream
retitle 104241 xbase-clients: [xwd] manpage mentions nonexistent 'xpr' program
tag 104241 + upstream
retitle 112381 libxaw7-dev: manpage cases 'Xaw' incorrectly in .SH NAME
tag 112381 + upstream
retitle 8931 xbase-clients: [xrdb] should magically know when whitespace is syntactically insignificant and strip it
tag 8931 + upstream
retitle 13879 xbase-clients: [xedit,xgc,xditview,ico,listres,viewres] some clients do not work properly on a 640x480 display
tag 13879 + upstream
retitle 36054 xbase-clients: [xclock] should center its string when in digital mode
tag 36054 + upstream
retitle 40535 xbase-clients: [xauth] remove should be able to remove specific cookies
tag 40535 + upstream
retitle 62763 xbase-clients: [xbiff] manual page could use clarification on volume parameter
tag 62763 + upstream
retitle 77069 xnest: MIT-SHM extension wanted
tag 77069 + upstream
retitle 79690 xlibs: [XKB] new symbols file: la-latin
tag 79690 + upstream
retitle 80510 xbase-clients: [xkbevd] ship example.cf file
tag 80510 + upstream
retitle 84720 xlibs: [XKB] suggested symbols file for Croatian (hr)
tag 84720 + upstream
retitle 85588 xlibs: [XKB] danish symbols file has AltGr+space produce a non-breaking space, which is annoying
tag 85588 + upstream
retitle 85613 xfree86: want case-sensitive XLFD font names
tag 85613 + upstream
retitle 86539 xlibs: [XKB] new symbols files: hu_yz and hu_US_yz
tag 86539 + upstream
retitle 92706 xbase-clients: [xcalc] should have localization support (LC_NUMERIC)
tag 92706 + upstream
--
G. Branden Robinson | Optimists believe we live in the
Debian GNU/Linux | best of all possible worlds.
branden@deadbeast.net | Pessimists are afraid the optimists
http://www.deadbeast.net/~branden/ | are right.
Tags added: upstream
Request was from Branden Robinson <branden@debian.org>
to control@bugs.debian.org.
Received: (at control) by bugs.debian.org; 1 Jan 2002 22:12:51 +0000
From branden@deadbeast.net Tue Jan 01 16:12:51 2002
Return-path:
Received: from cc551902-b.indnpls1.in.home.com (apocalypse.deadbeast.net) [24.183.211.35]
by master.debian.org with esmtp (Exim 3.12 1 (Debian))
id 16LX9O-0008Kg-00; Tue, 01 Jan 2002 16:12:50 -0600
Received: by apocalypse.deadbeast.net (Postfix, from userid 1000)
id DC002425A; Tue, 1 Jan 2002 17:11:47 -0500 (EST)
Date: Tue, 1 Jan 2002 17:11:47 -0500
From: Branden Robinson
To: control@bugs.debian.org
Subject: another screwup
Message-ID: <20020101221147.GE11195@deadbeast.net>
References: <20020101220147.GD11195@deadbeast.net>
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
In-Reply-To: <20020101220147.GD11195@deadbeast.net>
User-Agent: Mutt/1.3.24i
Delivered-To: control@bugs.debian.org
retitle 13417 xnest: cannot start if not using a font server and one of the hard-coded font path elements is unusable
tag 13417 + upstream
retitle 13710 xnest: cannot start if not using a font server and one of the hard-coded font path elements is unusable
tag 13710 + upstream
retitle 14191 xbase-clients: [xkbwatch] no manpage
tag 14191 + upstream
retitle 14940 xnest: SIGFPE in xnestResolveColor()
tag 14940 + upstream
severity 14940 important
retitle 16089 xbase-clients: [editres] shows very big widget tree with some junk
tag 16089 + upstream
retitle 21788 xbase-clients: [xset] -q option falsely assumes XFree86-Misc extension to be present
tag 21788 + upstream
retitle 22506 xspecs: docs for how xkbcomp really works (esp. regarding rules files) wanted
tag 22506 + upstream
retitle 24302 xbase-clients: [xinit] requires absolute path to client program (unclear manpage info)
tag 24302 + upstream
retitle 24880 xbase-clients: [xieperf] needs to ship images/* files in appropriate place
tag 24880 + upstream
retitle 24913 xlibs: [xkb] German de(nodeadkeys) problem, shift-backslash should generate apostrophe, not acute
tag 24913 + upstream
retitle 25092 xnest: cannot start if not using a font server and one of the hard-coded font path elements is unusable
tag 25092 + upstream
retitle 26976 xbase-clients: [xon] does not catch its own -debug option
tag 26976 + upstream
retitle 29737 xbase-clients: [oclock] doesn't update the time until resize when -transparent
tag 29737 + upstream
retitle 31396 xbase-clients: [xkbbell,xkbvleds,xkbwatch] no manpages
tag 31396 + upstream
retitle 31399 xprt: no manpage for Xprt
tag 31399 + upstream
retitle 32009 xbase-clients: [xrdb] multiple overrides in widget translations don't work right
tag 32009 + upstream
retitle 32205 libxaw7: popup menu widgets will draw themselves larger than the visible screen
tag 32205 + upstream
retitle 34363 xnest: cannot start if not using a font server and one of the hard-coded font path elements is unusable
tag 34363 + upstream
retitle 36184 xbase-clients: [xauth] wiped out $HOME/.Xauthority when filesystem filled up
tag 36184 + upstream
retitle 37682 xdm: X -indirect users get wtmp entries written as logged onto 'console'
tag 37682 + upstream
retitle 38261 xbase-clients: [xlsfonts] processes patterns incorrectly
tag 38261 + upstream
retitle 38778 xlibs: XLookupString() does different things for LANG=fr vs. LANG=fr_FR
tag 38778 + upstream
retitle 39997 xfonts-cyrillic: fonts' bounding boxes incorrect
tag 39997 + upstream
retitle 40403 xfonts-cyrillic: some XLFD names incorrect with respect to size
tag 40403 + upstream
retitle 43490 xbase-clients: [xset] missing full DPMS control
tag 43490 + upstream
retitle 46892 xbase-clients: [xmessage] wrong window size displaying message with tabs
tag 46892 + upstream
retitle 48199 xbase-clients: [xauth] can't handle IP changes
tag 48199 + upstream
retitle 48934 xbase-clients: [xkbcomp] segfaults with -I flag
tag 48934 + upstream
retitle 50842 xbase-clients: [xset] led # option doesn't (re)set LEDs as documented
tag 50842 + upstream
retitle 50859 xfs: daemon runs as root
tag 50859 + upstream
retitle 50949 xbase-clients: [xmodmap] all line numbers are off-by-one
tag 50949 + upstream
retitle 50972 xbase-clients: [xwd] dumping wrong window
tag 50972 + upstream
retitle 52217 xfs: -ls option with argument that does not contain '/' character causes SIGSEGV
tag 52217 + upstream
retitle 52223 xfs: SIGSEGV's upon receiving SIGUSR1 or SIGHUP
tag 52223 + upstream
retitle 56179 xspecs: XKB source format is poorly (or non-) documented
tag 56179 + upstream
retitle 56399 xlibs: dvorak XKB keymap sends odd keysym for BackSpace key?
tag 56399 + upstream
retitle 56531 xbase-clients: [xset] dpms force functions fail
tag 56531 + upstream
retitle 58576 xlibs: Missing support for dead_abovering in locale/iso8859-1/Compose
tag 58576 + upstream
retitle 59308 xbase-clients: [xrdb] fails with spaces in the -I path
tag 59308 + upstream
retitle 60505 xbase-clients: [xclock] displays wrong time
tag 60505 + upstream
retitle 63633 xbase-clients: [xauth] should use getpwuid to find home dir
tag 63633 + upstream
retitle 64925 xfs: dies after serving fonts on Alpha
tag 64925 + upstream
severity 64925 important
retitle 74457 xdm: login widget doesn't recognize AltGr key
tag 74457 + upstream
retitle 75344 xbase-clients: [xauth] needs to way to identify and remove stale xauth cookies
tag 75344 + upstream
retitle 76220 xlibs: [XKB] us symbols file has Multi_key but not Meta_R
tag 76220 + upstream
retitle 76251 xbase-clients: [xf86cfg] dies with SIGILL
tag 76251 + upstream
severity 76251 important
retitle 76411 xbase-clients: [xf86cfg] dies with SIGILL
tag 76411 + upstream
retitle 76429 xfs: daemon dies without message
tag 76429 + upstream
severity 76492 important
retitle 76439 xlibs: [XKB] hu symbols file presumes locale is hu_HU
tag 76439 + upstream
retitle 76466 xlibs: [locale] locale.dir has wrong entries for th_TH locale
tag 76466 + upstream
retitle 76484 xbase-clients: [xf86cfg] dies with SIGILL
tag 76484 + upstream
retitle 76650 xbase-clients: [glxinfo] queries :0 even when told to use other display
tag 76650 + upstream
retitle 77039 xlibs: [xkb] Alt keys should produce Meta keysyms on all PC keyboards
tag 77039 + upstream
retitle 77498 xlibs: [Xaw7] scrollbars with text widgets don't work like Xaw6 did
tag 77498 + upstream
retitle 78787 xlibs: backspace key does not generate Delete keycode as it should
tag 78787 + upstream
retitle 79006 libxaw7: password text widget does not hide password
tag 79006 + upstream
retitle 81329 xlibs: [XKB] finnish symbols file doesn't support nodeadkeys variant
tag 81329 + upstream
retitle 82804 xbase-clients: [xmag] BadMatch during X_GetImage and then coredump
tag 82804 + upstream
retitle 84199 xbase-clients: [xrdb] two problems parsing comments
tag 84199 + upstream
retitle 84355 xlibs: [XKB] AltGr not working and 'xfree86' keycodes missing
tag 84355 + upstream
retitle 85415 xbase-clients: [xset] cannot set keyboard LEDs
tag 85415 + upstream
retitle 85601 xbase-clients: [xf86cfg] dies with SIGILL
tag 85601 + upstream
retitle 86086 xserver-xfree86: [nv] cursor becomes a 32x32 white block for split second sometimes
tag 86086 + upstream
retitle 86184 xserver-xfree86: [i128] driver corrupts all VT's
tag 86184 + upstream
retitle 86196 xserver-xfree86: [s3virge] SolidFillRect broken on Trio3D
tag 86196 + upstream
retitle 86457 xserver-xfree86: [ati] ATI 210888GX not well-supported
tag 86457 + upstream
retitle 86572 xserver-xfree86: [trident] mouse displaced on CyberBlade/i7
tag 86572 + upstream
retitle 86650 xserver-xfree86: [savage] modeline that worked in 3.3.x fails in 4.0.2 (maxHValue decreased in driver?)
tag 86650 + upstream
retitle 86758 xbase-clients: [xf86cfg] dies with SIGILL
tag 86758 + upstream
retitle 87265 xserver-xfree86: [r128] ATI Xpert 2000 reports unresolved drm symbols and bombs (during opaque moves?)
tag 87265 + upstream
retitle 87650 xbase-clients: [xman] not preprocessing tables correctly
tag 87650 + upstream
retitle 87739 xserver-xfree86: [mga] XVideo doesn't work with DRI enabled on G200
tag 87739 + upstream
retitle 88344 xserver-xfree86: [ati] fails to start with ATI Mach64 GX card
tag 88344 + upstream
retitle 88536 xserver-xfree86: [tdfx] video mode and VC switching doesn't work
tag 88536 + upstream
retitle 88954 xserver-xfree86: xf86PciInfo.h doesn't know about ATI Rage 128 SM (1002:354D)
tag 88954 + upstream
retitle 89323 xbase-clients: [xvidtune] dies with SIGFPE
tag 89323 + upstream
severity 89323 important
retitle 89607 xserver-xfree86: [sis] server aborts on startup without any errors on SiS 6326
tag 89607 + upstream
retitle 89610 xserver-xfree86: [trident] does not recognize Trident CyberBlade XP [1023:9910]
tag 89610 + upstream
retitle 89613 xserver-xfree86: [siliconmotion] driver does not restore svgatextmode console modes when switching VT's from X
tag 89613 + upstream
retitle 90155 xserver-xfree86: apparent off-by-one error interpreting horizontal sync values
tag 90155 + upstream
retitle 90314 xserver-xfree86: [ati] reports many unresolved symbols when loading module
tag 90314 + upstream
retitle 90714 xbase-clients: [xlsfonts] (xlsfonts | wc -l) != (xlsfonts | sort | uniq | wc -l)
tag 90714 + upstream
retitle 92726 xbase-clients: [editres] SEGV when re-displaying resource box
tag 92726 + upstream
retitle 93420 xserver-xfree86: [wacom] module lacks USB support
tag 93420 + upstream
retitle 93653 xserver-xfree86: X server complains about Mode_switch generating both Mod3 and Mod4
tag 93653 + upstream
retitle 93665 xbase-clients: [xcalc] uses wrong order of operations in infix mode
tag 93665 + upstream
retitle 93671 xserver-xfree86: [mga] screen corruption or system hang on MGA G100 AGP with acceleration on
tag 93671 + upstream
retitle 93732 xbase-clients: [xf86cfg] dies with SIGILL
tag 93732 + upstream
retitle 94713 xbase-clients: [xmessage] gets its widget hierarchy wrong
tag 94713 + upstream
retitle 94888 xbase-clients: [xvidtune] divides by zero and dies with SIGFPE
tag 94888 + upstream
severity 94888 important
merge 89323 94888
retitle 95163 xserver-xfree86: [trident] all 800x600 modes deleted for no reported reason
tag 95163 + upstream
retitle 95180 xserver-xfree86: X server changes kbdrate settings on start
tag 95180 + upstream
retitle 95268 xlibs: [xkb] pc104 symbols don't have Alt generate Meta
tag 95268 + upstream
retitle 95302 xlibs: [Xlib] thinks dashes in encoding portion of $LANG are significant
tag 95302 + upstream
retitle 95555 xserver-xfree86: [savage] server locks up after shutdown within display manager on MX/IX
tag 95555 + upstream
retitle 95951 xlibs: [libICE] message replies do not work properly for subprotocols
tag 95951 + upstream
retitle 96286 xserver-xfree86: [s3virge] dies with SIGBUS after beating the hell out of the VidMode extension
tag 96286 + upstream
severity 96286 important
retitle 96310 xserver-xfree86: [sis] Mono8x8PatternFillRect, ScreenToScreenCopy, and NoSolidFillRect broken as of 4.0.3 on SiS 530
tag 96310 + upstream
retitle 96562 xlibs: [xkb] Alt keys do not produce Meta keysyms
tag 96562 + upstream
retitle 96921 xserver-xfree86: [ati/r128] FIFO timeouts and calling of unresolved functions on Rage 128 RF
tag 96921 + upstream
retitle 97104 xserver-xfree86: [core server] uses excessive ammounts of memory
tag 97104 + upstream
retitle 97337 xserver-xfree86: [glint] freezes machine on VT switch away from X in multiheaded config on Appian Graphics Geronimo Pro
tag 97337 + upstream
retitle 97401 xbase-clients: Cards file should list 'vesa' driver for S3 Trio64
tag 97401 + upstream
retitle 97630 xserver-xfree86: [glint] PixmapCache and ScreenToScreenCopy broken on Permedia2
tag 97630 + upstream
retitle 97955 xbase-clients: [oclock] -transparent option renders color options ineffectual
tag 97955 + upstream
retitle 97986 xlibmesa3: [mga_dri] VT corrupted when DRI used
tag 97986 + upstream
retitle 99042 xdm: abort-display() function doesn't work
tag 99042 + upstream
retitle 99350 xlibs: [locale] es_ES@euro line needed in locale.alias [FIXED in HEAD 2001-06-26]
tag 99350 + upstream
retitle 99409 xserver-xfree86: [sis] driver cannot use internal LCD, only external display on SiS 630
tag 99409 + upstream
retitle 100000 xlibs: [xkb] Another alt keys not -> meta keysyms report
tag 100000 + upstream
retitle 101937 xbase-clients: 'xwd -name windowtitle -frame' doesn't capture frame
tag 101937 + upstream
retitle 107323 xserver-xfree86: some font glyphs display as boxes until xfs restarted
tag 107323 + upstream
retitle 107382 xbase-clients: [xgamma] only sets gamma for first screen
tag 107382 + upstream
retitle 108325 xbase-clients: [xf86cfg] tries to configure 3.x server, but does nothing useful
tag 108325 + upstream
retitle 110912 xbase-clients: [xset] DPMS doesn't suspend/blank the screen
tag 110912 + upstream
retitle 79381 xbase-clients: [xhost] manpage implies that you can 'xhost +user@hostname'
tag 79381 + upstream
retitle 80404 xbase-clients: [ico, listres, viewres, xcalc, xditview] some sort of pre-processing relic in manpages
tag 80404 + upstream
retitle 101817 xbase-clients: [xf86cfg] lousy grammar in error message
tag 101817 + upstream
retitle 104241 xbase-clients: [xwd] manpage mentions nonexistent 'xpr' program
tag 104241 + upstream
retitle 112381 libxaw7-dev: manpage cases 'Xaw' incorrectly in .SH NAME
tag 112381 + upstream
retitle 8931 xbase-clients: [xrdb] should magically know when whitespace is syntactically insignificant and strip it
tag 8931 + upstream
retitle 13879 xbase-clients: [xedit,xgc,xditview,ico,listres,viewres] some clients do not work properly on a 640x480 display
tag 13879 + upstream
retitle 36054 xbase-clients: [xclock] should center its string when in digital mode
tag 36054 + upstream
retitle 40535 xbase-clients: [xauth] remove should be able to remove specific cookies
tag 40535 + upstream
retitle 62763 xbase-clients: [xbiff] manual page could use clarification on volume parameter
tag 62763 + upstream
retitle 77069 xnest: MIT-SHM extension wanted
tag 77069 + upstream
retitle 79690 xlibs: [XKB] new symbols file: la-latin
tag 79690 + upstream
retitle 80510 xbase-clients: [xkbevd] ship example.cf file
tag 80510 + upstream
retitle 84720 xlibs: [XKB] suggested symbols file for Croatian (hr)
tag 84720 + upstream
retitle 85588 xlibs: [XKB] danish symbols file has AltGr+space produce a non-breaking space, which is annoying
tag 85588 + upstream
retitle 85613 xfree86: want case-sensitive XLFD font names
tag 85613 + upstream
retitle 86539 xlibs: [XKB] new symbols files: hu_yz and hu_US_yz
tag 86539 + upstream
retitle 92706 xbase-clients: [xcalc] should have localization support (LC_NUMERIC)
tag 92706 + upstream
--
G. Branden Robinson | Optimists believe we live in the
Debian GNU/Linux | best of all possible worlds.
branden@deadbeast.net | Pessimists are afraid the optimists
http://www.deadbeast.net/~branden/ | are right.
Information forwarded to debian-bugs-dist@lists.debian.org, Debian X Strike Force <debian-x@lists.debian.org>:
Bug#94713; Package xbase-clients.
debian-bugs-dist@lists.debian.orgDebian X Strike Force
X-Loop: owner@bugs.debian.org
Subject: Bug#94713: xbase-clients: [xmessage] gets its widget hierarchy wrong
Reply-To: 94713@bugs.debian.org, 94713@bugs.debian.org
Resent-From: Brice Goglin
Resent-To: debian-bugs-dist@lists.debian.org
Resent-CC: Debian X Strike Force
Resent-Date: Mon, 09 Apr 2007 15:22:14 +0000
Resent-Message-ID:
Resent-Sender: owner@bugs.debian.org
X-Debian-PR-Message: report 94713
X-Debian-PR-Package: xbase-clients
X-Debian-PR-Keywords: upstream patch
X-Debian-PR-Source: xbase-clients
Received: via spool by 94713-submit@bugs.debian.org id=B94713.117613174923217
(code B ref 94713); Mon, 09 Apr 2007 15:22:14 +0000
Received: (at 94713) by bugs.debian.org; 9 Apr 2007 15:15:49 +0000
Received: from iona.labri.fr ([147.210.8.143])
by rietz.debian.org with esmtp (Exim 4.50)
id 1Havau-0005we-PH
for 94713@bugs.debian.org; Mon, 09 Apr 2007 15:15:48 +0000
Received: from localhost (localhost.localdomain [127.0.0.1])
by iona.labri.fr (Postfix) with ESMTP id F0ABE101773;
Mon, 9 Apr 2007 17:15:16 +0200 (CEST)
X-Virus-Scanned: amavisd-new at labri.fr
Received: from iona.labri.fr ([127.0.0.1])
by localhost (iona.labri.fr [127.0.0.1]) (amavisd-new, port 10024)
with LMTP id 5xVZB8uqIOLX; Mon, 9 Apr 2007 17:15:11 +0200 (CEST)
Received: from [192.168.44.21] (maison.loulous.org [82.230.112.130])
(using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits))
(Client did not present a certificate)
by iona.labri.fr (Postfix) with ESMTP id A4156101772;
Mon, 9 Apr 2007 17:15:11 +0200 (CEST)
Message-ID: <461A5843.4030603@ens-lyon.org>
Date: Mon, 09 Apr 2007 17:14:11 +0200
From: Brice Goglin
User-Agent: Icedove 1.5.0.10 (X11/20070329)
MIME-Version: 1.0
To: "M.Buckett"
CC: 94713@bugs.debian.org
X-Enigmail-Version: 0.94.2.0
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: 7bit
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02
(1.212-2003-09-23-exp) on rietz.debian.org
X-Spam-Level:
X-Spam-Status: No, hits=-6.0 required=4.0 tests=BAYES_00,HAS_BUG_NUMBER
autolearn=no version=2.60-bugs.debian.org_2005_01_02
Hi,
About 6 years ago, you reported a bug to the Debian BTS regarding
xmessage problems with its widget hierarchy. You provided a sort of
patch which apparently still applies to latest release of xmessage. Does
the problem still happen with Xorg/Etch? If so, I'll forward the bug
upstream.
Thanks,
Brice
Acknowledgement sent to 94713@bugs.debian.org:
Extra info received and forwarded to list. Copy sent to Debian X Strike Force <debian-x@lists.debian.org>.
-t
Content-Disposition: inline
Content-Transfer-Encoding: quoted-printable
MIME-Version: 1.0
X-Mailer: MIME-tools 5.417 (Entity 5.417)
Content-Type: text/plain; charset=utf-8
X-Loop: owner@bugs.debian.org
From: owner@bugs.debian.org (Debian Bug Tracking System)
To: 94713@bugs.debian.org
Subject: Bug#94713: Info received (Bug#94713: xbase-clients: [xmessage]
gets its widget hierarchy wrong)
Message-Id:
References: <461A5843.4030603@ens-lyon.org>
X-Debian-PR-Message: ack-info 94713
X-Debian-PR-Package: xbase-clients
X-Debian-PR-Keywords: upstream patch
X-Debian-PR-Source: xbase-clients
Reply-To: 94713@bugs.debian.org
Thank you for the additional information you have supplied regarding
this problem report. It has been forwarded to the package maintainer(s)
and to other interested parties to accompany the original report.
Your message has been sent to the package maintainer(s):
Debian X Strike Force
If you wish to continue to submit further information on this problem,
please send it to 94713@bugs.debian.org, as before.
Please do not reply to the address at the top of this message,
unless you wish to report a problem with the Bug-tracking system.
Debian bug tracking system administrator
(administrator, Debian Bugs database)
Received: (at 94713) by bugs.debian.org; 9 Apr 2007 15:15:49 +0000
From Brice.Goglin@ens-lyon.org Mon Apr 09 15:15:49 2007
Return-path:
Received: from iona.labri.fr ([147.210.8.143])
by rietz.debian.org with esmtp (Exim 4.50)
id 1Havau-0005we-PH
for 94713@bugs.debian.org; Mon, 09 Apr 2007 15:15:48 +0000
Received: from localhost (localhost.localdomain [127.0.0.1])
by iona.labri.fr (Postfix) with ESMTP id F0ABE101773;
Mon, 9 Apr 2007 17:15:16 +0200 (CEST)
X-Virus-Scanned: amavisd-new at labri.fr
Received: from iona.labri.fr ([127.0.0.1])
by localhost (iona.labri.fr [127.0.0.1]) (amavisd-new, port 10024)
with LMTP id 5xVZB8uqIOLX; Mon, 9 Apr 2007 17:15:11 +0200 (CEST)
Received: from [192.168.44.21] (maison.loulous.org [82.230.112.130])
(using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits))
(Client did not present a certificate)
by iona.labri.fr (Postfix) with ESMTP id A4156101772;
Mon, 9 Apr 2007 17:15:11 +0200 (CEST)
Message-ID: <461A5843.4030603@ens-lyon.org>
Date: Mon, 09 Apr 2007 17:14:11 +0200
From: Brice Goglin
Reply-To: 94713@bugs.debian.org
User-Agent: Icedove 1.5.0.10 (X11/20070329)
MIME-Version: 1.0
To: "M.Buckett"
CC: 94713@bugs.debian.org
Subject: Bug#94713: xbase-clients: [xmessage] gets its widget hierarchy wrong
X-Enigmail-Version: 0.94.2.0
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: 7bit
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02
(1.212-2003-09-23-exp) on rietz.debian.org
X-Spam-Level:
X-Spam-Status: No, hits=-6.0 required=4.0 tests=BAYES_00,HAS_BUG_NUMBER
autolearn=no version=2.60-bugs.debian.org_2005_01_02
Hi,
About 6 years ago, you reported a bug to the Debian BTS regarding
xmessage problems with its widget hierarchy. You provided a sort of
patch which apparently still applies to latest release of xmessage. Does
the problem still happen with Xorg/Etch? If so, I'll forward the bug
upstream.
Thanks,
Brice
Information forwarded to debian-bugs-dist@lists.debian.org, Debian X Strike Force <debian-x@lists.debian.org>:
Bug#94713; Package xbase-clients.
debian-bugs-dist@lists.debian.orgDebian X Strike Force
X-Loop: owner@bugs.debian.org
Subject: Bug#94713: Returned mail: : Recipient address rejected: Unknown user (from barracudas.hull.ac.uk)
Reply-To: Brice Goglin , 94713@bugs.debian.org
Resent-From: Brice Goglin
Resent-To: debian-bugs-dist@lists.debian.org
Resent-CC: Debian X Strike Force
Resent-Date: Mon, 09 Apr 2007 16:12:03 +0000
Resent-Message-ID:
Resent-Sender: owner@bugs.debian.org
X-Debian-PR-Message: report 94713
X-Debian-PR-Package: xbase-clients
X-Debian-PR-Keywords: upstream patch
X-Debian-PR-Source: xbase-clients
Received: via spool by 94713-submit@bugs.debian.org id=B94713.117613399620796
(code B ref 94713); Mon, 09 Apr 2007 16:12:03 +0000
Received: (at 94713) by bugs.debian.org; 9 Apr 2007 15:53:16 +0000
Received: from iona.labri.fr ([147.210.8.143])
by rietz.debian.org with esmtp (Exim 4.50)
id 1HawB9-0005EN-Qz; Mon, 09 Apr 2007 15:53:16 +0000
Received: from localhost (localhost.localdomain [127.0.0.1])
by iona.labri.fr (Postfix) with ESMTP id 1373A101763;
Mon, 9 Apr 2007 17:52:44 +0200 (CEST)
X-Virus-Scanned: amavisd-new at labri.fr
Received: from iona.labri.fr ([127.0.0.1])
by localhost (iona.labri.fr [127.0.0.1]) (amavisd-new, port 10024)
with LMTP id mTMRdpnLYtd3; Mon, 9 Apr 2007 17:52:39 +0200 (CEST)
Received: from [192.168.44.21] (maison.loulous.org [82.230.112.130])
(using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits))
(Client did not present a certificate)
by iona.labri.fr (Postfix) with ESMTP id 94886101772;
Mon, 9 Apr 2007 17:52:38 +0200 (CEST)
Message-ID: <461A610B.4040407@ens-lyon.org>
Date: Mon, 09 Apr 2007 17:51:39 +0200
From: Brice Goglin
User-Agent: Icedove 1.5.0.10 (X11/20070329)
MIME-Version: 1.0
To: 94713@bugs.debian.org
CC: control@bugs.debian.org
References: <200704091524.AMX31253@mirapoint1.hull.ac.uk>
In-Reply-To: <200704091524.AMX31253@mirapoint1.hull.ac.uk>
X-Enigmail-Version: 0.94.2.0
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: 7bit
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02
(1.212-2003-09-23-exp) on rietz.debian.org
X-Spam-Level:
X-Spam-Status: No, hits=-3.0 required=4.0 tests=BAYES_00 autolearn=no
version=2.60-bugs.debian.org_2005_01_02
forwarded 94713 https://bugs.freedesktop.org/show_bug.cgi?id=10573
thank you
The submitter's address is invalid but the bug and patch were clear
enough to forward upstream anyway.
Brice
Acknowledgement sent to Brice Goglin <Brice.Goglin@ens-lyon.org>:
Extra info received and forwarded to list. Copy sent to Debian X Strike Force <debian-x@lists.debian.org>.
-t
Content-Disposition: inline
Content-Transfer-Encoding: quoted-printable
MIME-Version: 1.0
X-Mailer: MIME-tools 5.417 (Entity 5.417)
Content-Type: text/plain; charset=utf-8
X-Loop: owner@bugs.debian.org
From: owner@bugs.debian.org (Debian Bug Tracking System)
To: Brice Goglin
Subject: Bug#94713: Info received (Returned mail: :
Recipient address rejected: Unknown user (from barracudas.hull.ac.uk))
Message-Id:
References: <461A610B.4040407@ens-lyon.org>
X-Debian-PR-Message: ack-info 94713
X-Debian-PR-Package: xbase-clients
X-Debian-PR-Keywords: upstream patch
X-Debian-PR-Source: xbase-clients
Reply-To: 94713@bugs.debian.org
Thank you for the additional information you have supplied regarding
this problem report. It has been forwarded to the package maintainer(s)
and to other interested parties to accompany the original report.
Your message has been sent to the package maintainer(s):
Debian X Strike Force
If you wish to continue to submit further information on this problem,
please send it to 94713@bugs.debian.org, as before.
Please do not reply to the address at the top of this message,
unless you wish to report a problem with the Bug-tracking system.
Debian bug tracking system administrator
(administrator, Debian Bugs database)
Received: (at 94713) by bugs.debian.org; 9 Apr 2007 15:53:16 +0000
From Brice.Goglin@ens-lyon.org Mon Apr 09 15:53:16 2007
Return-path:
Received: from iona.labri.fr ([147.210.8.143])
by rietz.debian.org with esmtp (Exim 4.50)
id 1HawB9-0005EN-Qz; Mon, 09 Apr 2007 15:53:16 +0000
Received: from localhost (localhost.localdomain [127.0.0.1])
by iona.labri.fr (Postfix) with ESMTP id 1373A101763;
Mon, 9 Apr 2007 17:52:44 +0200 (CEST)
X-Virus-Scanned: amavisd-new at labri.fr
Received: from iona.labri.fr ([127.0.0.1])
by localhost (iona.labri.fr [127.0.0.1]) (amavisd-new, port 10024)
with LMTP id mTMRdpnLYtd3; Mon, 9 Apr 2007 17:52:39 +0200 (CEST)
Received: from [192.168.44.21] (maison.loulous.org [82.230.112.130])
(using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits))
(Client did not present a certificate)
by iona.labri.fr (Postfix) with ESMTP id 94886101772;
Mon, 9 Apr 2007 17:52:38 +0200 (CEST)
Message-ID: <461A610B.4040407@ens-lyon.org>
Date: Mon, 09 Apr 2007 17:51:39 +0200
From: Brice Goglin
User-Agent: Icedove 1.5.0.10 (X11/20070329)
MIME-Version: 1.0
To: 94713@bugs.debian.org
CC: control@bugs.debian.org
Subject: Re: Returned mail: : Recipient address
rejected: Unknown user (from barracudas.hull.ac.uk)
References: <200704091524.AMX31253@mirapoint1.hull.ac.uk>
In-Reply-To: <200704091524.AMX31253@mirapoint1.hull.ac.uk>
X-Enigmail-Version: 0.94.2.0
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: 7bit
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02
(1.212-2003-09-23-exp) on rietz.debian.org
X-Spam-Level:
X-Spam-Status: No, hits=-3.0 required=4.0 tests=BAYES_00 autolearn=no
version=2.60-bugs.debian.org_2005_01_02
forwarded 94713 https://bugs.freedesktop.org/show_bug.cgi?id=10573
thank you
The submitter's address is invalid but the bug and patch were clear
enough to forward upstream anyway.
Brice
Noted your statement that Bug has been forwarded to https://bugs.freedesktop.org/show_bug.cgi?id=10573.
Request was from Brice Goglin <Brice.Goglin@ens-lyon.org>
to control@bugs.debian.org.
Received: (at control) by bugs.debian.org; 9 Apr 2007 15:53:16 +0000
From Brice.Goglin@ens-lyon.org Mon Apr 09 15:53:16 2007
Return-path:
Received: from iona.labri.fr ([147.210.8.143])
by rietz.debian.org with esmtp (Exim 4.50)
id 1HawB9-0005EN-Qz; Mon, 09 Apr 2007 15:53:16 +0000
Received: from localhost (localhost.localdomain [127.0.0.1])
by iona.labri.fr (Postfix) with ESMTP id 1373A101763;
Mon, 9 Apr 2007 17:52:44 +0200 (CEST)
X-Virus-Scanned: amavisd-new at labri.fr
Received: from iona.labri.fr ([127.0.0.1])
by localhost (iona.labri.fr [127.0.0.1]) (amavisd-new, port 10024)
with LMTP id mTMRdpnLYtd3; Mon, 9 Apr 2007 17:52:39 +0200 (CEST)
Received: from [192.168.44.21] (maison.loulous.org [82.230.112.130])
(using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits))
(Client did not present a certificate)
by iona.labri.fr (Postfix) with ESMTP id 94886101772;
Mon, 9 Apr 2007 17:52:38 +0200 (CEST)
Message-ID: <461A610B.4040407@ens-lyon.org>
Date: Mon, 09 Apr 2007 17:51:39 +0200
From: Brice Goglin
User-Agent: Icedove 1.5.0.10 (X11/20070329)
MIME-Version: 1.0
To: 94713@bugs.debian.org
CC: control@bugs.debian.org
Subject: Re: Returned mail: : Recipient address
rejected: Unknown user (from barracudas.hull.ac.uk)
References: <200704091524.AMX31253@mirapoint1.hull.ac.uk>
In-Reply-To: <200704091524.AMX31253@mirapoint1.hull.ac.uk>
X-Enigmail-Version: 0.94.2.0
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: 7bit
Delivered-To: control@bugs.debian.org
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02
(1.212-2003-09-23-exp) on rietz.debian.org
X-Spam-Level:
X-Spam-Status: No, hits=-3.0 required=4.0 tests=BAYES_00 autolearn=no
version=2.60-bugs.debian.org_2005_01_02
forwarded 94713 https://bugs.freedesktop.org/show_bug.cgi?id=10573
thank you
The submitter's address is invalid but the bug and patch were clear
enough to forward upstream anyway.
Brice
Bug reassigned from package `xbase-clients' to `x11-utils'.
Request was from Julien Cristau <jcristau@debian.org>
to control@bugs.debian.org.
Received: (at control) by bugs.debian.org; 19 Jul 2007 22:09:48 +0000
From julien.cristau@liafa.jussieu.fr Thu Jul 19 22:09:48 2007
Return-path:
Received: from master.debian.org ([70.103.162.29])
by rietz.debian.org with esmtp (Exim 4.50)
id 1IBeBo-0007d0-5T
for control@bugs.debian.org; Thu, 19 Jul 2007 22:09:45 +0000
Received: from localhost ([127.0.0.1] helo=patate.is-a-geek.org)
by master.debian.org with esmtp (Exim 4.50)
id 1IBeBn-0008Rb-Gs; Thu, 19 Jul 2007 22:09:39 +0000
Received: by patate.is-a-geek.org (Postfix, from userid 1000)
id B39151F9B5; Fri, 20 Jul 2007 00:09:38 +0200 (CEST)
Date: Fri, 20 Jul 2007 00:09:38 +0200
From: Julien Cristau
To: control@bugs.debian.org
Cc: debian-x@lists.debian.org
Subject: xbase-clients bugs reassigning, round 2
Message-ID: <20070719220933.GA27555@patate.is-a-geek.org>
Mail-Followup-To: control@bugs.debian.org, debian-x@lists.debian.org
MIME-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
X-Operating-System: Linux 2.6.22-rc7-686 i686
User-Agent: Mutt/1.5.16 (2007-06-11)
Delivered-To: control@bugs.debian.org
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02
(1.212-2003-09-23-exp) on rietz.debian.org
X-Spam-Level:
X-Spam-Status: No, hits=-7.0 required=4.0 tests=BAYES_00,FROMDEVELOPER,
VALID_BTS_CONTROL autolearn=no version=2.60-bugs.debian.org_2005_01_02
package x11-apps x11-session-utils x11-utils x11-xfs-utils x11-xkb-utils x11-xserver-utils xauth xbase-clients xinit
user debian-x@lists.debian.org
reassign 62763 x11-apps
usertag 62763 xbiff
reassign 245065 x11-xkb-utils
usertag 245065 setxkbmap
reassign 297003 xinit
reassign 297006 xinit
reassign 35596 x11-apps
usertag 35596 xbiff
reassign 36054 x11-apps
usertag 36054 xclock
reassign 36830 x11-apps
usertag 36830 xbiff
reassign 40535 xauth
reassign 80510 x11-xkb-utils
usertag 80510 xkbevd
reassign 92706 x11-apps
usertag 92706 xcalc
reassign 131668 xinit
reassign 169239 x11-apps
usertag 169239 xbiff
reassign 173314 x11-apps
usertag 173314 xcalc
reassign 201994 x11-apps
usertag 201994 xconsole
reassign 213676 xinit
reassign 224402 x11-apps
usertag 224402 xlock
reassign 229695 x11-apps
usertag 229695 xman
# i'm not sure the next two shouldn't be wontfix (menu icons...)
reassign 244488 x11-apps
usertag 244488 xcalc
reassign 244505 x11-apps
usertag 244505 xman
reassign 281518 x11-xserver-utils
usertag 281518 xsetpointer
reassign 341641 x11-apps
usertag 341641 xman
reassign 46892 x11-utils
usertag 46892 xmessage
reassign 59308 x11-xserver-utils
usertag 59308 xrdb
reassign 93665 x11-apps
usertag 93665 xcalc
reassign 94713 x11-utils
usertag 94713 xmessage
reassign 101937 x11-apps
usertag 101937 xwd
reassign 180712 x11-apps
usertag 180712 xmag
reassign 236198 x11-xserver-utils
usertag 236198 xmodmap
reassign 306708 x11-xkb-utils
usertag 306708 xkbprint
reassign 343828 x11-xserver-utils
usertag 343828 xrdb
reassign 350313 x11-utils
Information forwarded to debian-bugs-dist@lists.debian.org, Debian X Strike Force <debian-x@lists.debian.org>:
Bug#94713; Package x11-utils.
debian-bugs-dist@lists.debian.orgDebian X Strike Force
X-Loop: owner@bugs.debian.org
Subject: Bug#94713: between Decorator, Facade texts. If you've read a texts. If you've read a
Reply-To: quantitiesw@wanadoo.fr, 94713@bugs.debian.org
Resent-From: "Ellis Stanton"
Resent-To: debian-bugs-dist@lists.debian.org
Resent-CC: Debian X Strike Force
Resent-Date: Mon, 30 Jun 2008 11:15:48 +0000
Resent-Message-ID:
Resent-Sender: owner@bugs.debian.org
X-Debian-PR-Message: followup 94713
X-Debian-PR-Package: x11-utils
X-Debian-PR-Keywords: upstream patch
X-Debian-PR-Source: x11-utils
Received: via spool by 94713-submit@bugs.debian.org id=B94713.121482377317795
(code B ref 94713); Mon, 30 Jun 2008 11:15:48 +0000
Received: (at 94713) by bugs.debian.org; 30 Jun 2008 11:02:53 +0000
X-Spam-Checker-Version: SpamAssassin 3.1.4-bugs.debian.org_2005_01_02
(2006-07-26) on rietz.debian.org
X-Spam-Level: **
X-Spam-Status: No, score=2.9 required=4.0 tests=BAYES_50,DNS_FROM_RFC_ABUSE,
DNS_FROM_RFC_POST autolearn=no
version=3.1.4-bugs.debian.org_2005_01_02
Received: from 165.red-88-2-160.staticip.rima-tde.net ([88.2.160.165])
by rietz.debian.org with esmtp (Exim 4.63)
(envelope-from )
id 1KDH9o-0004Kg-0K; Mon, 30 Jun 2008 11:02:53 +0000
Received: from [88.2.160.165] by smtp.wanadoo.fr; Mon, 30 Jun 2008 12:02:52 +0100
Date: Mon, 30 Jun 2008 12:02:52 +0100
From: "Ellis Stanton"
X-Mailer: The Bat! (v3.5.25) Professional
X-Priority: 3 (Normal)
Message-ID: <302432119.15944138022112@wanadoo.fr>
To: 94649@bugs.debian.org
MIME-Version: 1.0
Content-Type: text/plain;
charset=windows-1250
Content-Transfer-Encoding: 7bit
or commerce business, hasn’t resolved
http://heatwritten.com
Acknowledgement sent to quantitiesw@wanadoo.fr:
Extra info received and forwarded to list. Copy sent to Debian X Strike Force <debian-x@lists.debian.org>.
-t
Content-Disposition: inline
Content-Transfer-Encoding: quoted-printable
MIME-Version: 1.0
X-Mailer: MIME-tools 5.420 (Entity 5.420)
Content-Type: text/plain; charset=utf-8
X-Loop: owner@bugs.debian.org
From: owner@bugs.debian.org (Debian Bug Tracking System)
To: quantitiesw@wanadoo.fr
Subject: Bug#94713: Info received (between Decorator, Facade texts. If
you've read a texts. If you've read a )
Message-ID:
References: <302432119.15944138022112@wanadoo.fr>
X-Debian-PR-Message: ack-info 94713
X-Debian-PR-Package: x11-utils
X-Debian-PR-Keywords: upstream patch
X-Debian-PR-Source: x11-utils
Reply-To: 94713@bugs.debian.org
Thank you for the additional information you have supplied regarding
this Bug report.
This is an automatically generated reply to let you know your message
has been received.
Your message is being forwarded to the package maintainers and other
interested parties for their attention; they will reply in due course.
Your message has been sent to the package maintainer(s):
Debian X Strike Force
If you wish to submit further information on this problem, please
send it to 94713@bugs.debian.org, as before.
Please do not send mail to owner@bugs.debian.org unless you wish
to report a problem with the Bug-tracking system.
--=20
94713: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=3D94713
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
Received: (at 94713) by bugs.debian.org; 30 Jun 2008 11:02:53 +0000
From quantitiesw@wanadoo.fr Mon Jun 30 11:02:53 2008
X-Spam-Checker-Version: SpamAssassin 3.1.4-bugs.debian.org_2005_01_02
(2006-07-26) on rietz.debian.org
X-Spam-Level: **
X-Spam-Status: No, score=2.9 required=4.0 tests=BAYES_50,DNS_FROM_RFC_ABUSE,
DNS_FROM_RFC_POST autolearn=no
version=3.1.4-bugs.debian.org_2005_01_02
Return-path:
Received: from 165.red-88-2-160.staticip.rima-tde.net ([88.2.160.165])
by rietz.debian.org with esmtp (Exim 4.63)
(envelope-from )
id 1KDH9o-0004Kg-0K; Mon, 30 Jun 2008 11:02:53 +0000
Received: from [88.2.160.165] by smtp.wanadoo.fr; Mon, 30 Jun 2008 12:02:52 +0100
Date: Mon, 30 Jun 2008 12:02:52 +0100
From: "Ellis Stanton"
X-Mailer: The Bat! (v3.5.25) Professional
Reply-To: quantitiesw@wanadoo.fr
X-Priority: 3 (Normal)
Message-ID: <302432119.15944138022112@wanadoo.fr>
To: 94649@bugs.debian.org
Subject: between Decorator, Facade texts. If you've read a texts. If you've read a
MIME-Version: 1.0
Content-Type: text/plain;
charset=windows-1250
Content-Transfer-Encoding: 7bit
or commerce business, hasn’t resolved
http://heatwritten.com