Your message dated Sat, 26 Nov 2005 02:32:15 -0800
with message-id <[EMAIL PROTECTED]>
and subject line Bug#151430: fixed in xbanner 1.31-25
has caused the attached Bug report 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 I am
talking about this indicates a serious mail system misconfiguration
somewhere. Please contact me immediately.)
Debian bug tracking system administrator
(administrator, Debian Bugs database)
--------------------------------------
Received: (at submit) by bugs.debian.org; 2 Jul 2002 03:32:09 +0000
>From [EMAIL PROTECTED] Mon Jul 01 22:32:09 2002
Return-path: <[EMAIL PROTECTED]>
Received: from pl1181.nas911.n-yokohama.nttpc.ne.jp (standard.erephon)
[210.139.43.157]
by master.debian.org with esmtp (Exim 3.12 1 (Debian))
id 17PEOe-0002lS-00; Mon, 01 Jul 2002 22:32:08 -0500
Received: by yk.rim.or.jp
via sendmail from stdin
id <[EMAIL PROTECTED]> (Debian Smail3.2.0.114)
for [EMAIL PROTECTED]; Tue, 2 Jul 2002 12:32:05 +0900 (JST)
Message-Id: <[EMAIL PROTECTED]>
Date: Tue, 2 Jul 2002 12:32:05 +0900 (JST)
To: [EMAIL PROTECTED]
From: [EMAIL PROTECTED]
Reply-to: [EMAIL PROTECTED]
Subject: xdm background too loud: less obtrusive screen desired
Delivered-To: [EMAIL PROTECTED]
Package: xbanner
Version: 1.31-19
Severity: wishlist
The default background of xdm login screen
is a tad loud to my taste, and I suspect to others as well.
(Actually, this is NOT a default of `xdm', but
obviously `xbanner' package has modified
xdm startup configuration, and thus I am sending
this wishlist report to xbanner maintainer.)
I investigated a little and found that
the startup script uses
/etc/X11/xdm/Xsetup
to run XBanner to show background as in
/usr/X11R6/bin/xbanner -file /etc/X11/XBanner.ad
(quoted from Xsetup.).
The configuration in Xbanner.ad, then,
have much to be desired.
Now, the XBanner.ad uses
the color red for the title "Debian" and
the background is a gradient color from red, green to blue
and then back to red. Very colorful.
And TOO colorful indeed to my taste and I suspect to
some others as well.
Attached is a diff that somewhat uses
less loud color combination for the background
and smoother title.
(The smoother font requires xfonts-scalable package to
be downloaded, though.)
[EMAIL PROTECTED] apt-cache showpkg xbanner
Package: xbanner
Versions:
1.31-19(/var/lib/apt/lists/ring.hosei.ac.jp_archives_linux_debian_debian_dists_testing_main_binary-i386_Packages)(/var/lib/apt/lists/http.us.debian.org_debian_dists_testing_main_binary-i386_Packages)(/var/lib/dpkg/status)
1.31-16(/var/lib/apt/lists/http.us.debian.org_debian_dists_stable_main_binary-i386_Packages)(/var/lib/apt/lists/210.157.158.33_debian_dists_potato_main_binary-i386_Packages)
Reverse Depends:
Dependencies:
1.31-19 - debconf (2 0.5) xfonts-scalable (0 (null)) libc6 (2 2.2.4-4) xlibs (4
4.1.0) gsfonts-x11 (0 (null))
1.31-16 - libc6 (2 2.1.2) libxpm4 (0 (null)) xlib6g (2 3.3.5) freefont (0
(null)) xfonts-scalable (0 (null))
Provides:
1.31-19 -
1.31-16 -
Reverse Provides:
[EMAIL PROTECTED]
Here is the patch.
[EMAIL PROTECTED] diff -cibw XBanner.ad.dpkg-dist XBanner.ad
*** XBanner.ad.dpkg-dist Sat Feb 16 09:06:29 2002
--- XBanner.ad Sun Jun 30 19:42:25 2002
***************
*** 39,51 ****
! FgGrad : Does a Color gradient on the text and has a shadow.
! FgPlasma : The foreground of the text is a PlasmaCloud
! Shake : Can produce the infamouse 'Nervous? Tense?
Tired?' sign
! XBanner.Effect: Shadowed-Outline
! The font for the effect. See the doc about finding good scalable fonts.
!XBanner.Font:
-bitstream-charter-bold-i-normal--200-*-100-100-*-*-iso8859-1
!XBanner.Font:
-bitstream-terminal-bold-r-normal--50-360-100-100-c-300-iso8859-1
! !XBanner.Font:
-bitstream-courier-bold-r-normal--200-*-100-100-*-*-iso8859-1
! XBanner.Font: -bitstream-charter-bold-i-normal--150-*-100-100-*-*-iso8859-1
! The placement of the text. Allowed values are:
! TopLeft TopCenter TopRight BottomLeft BottomCenter BottomRight XY Center
--- 39,55 ----
! FgGrad : Does a Color gradient on the text and has a shadow.
! FgPlasma : The foreground of the text is a PlasmaCloud
! Shake : Can produce the infamouse 'Nervous? Tense?
Tired?' sign
! !#XBanner.Effect: Shadowed-Outline
! XBanner.Effect: StandOut2
! The font for the effect. See the doc about finding good scalable fonts.
!XBanner.Font:
-bitstream-charter-bold-i-normal--200-*-100-100-*-*-iso8859-1
!XBanner.Font:
-bitstream-terminal-bold-r-normal--50-360-100-100-c-300-iso8859-1
! ! Using bitstream fonts requires xfonts-scalable Debian package.
! !
! XBanner.Font: -bitstream-courier-bold-r-normal--200-*-100-100-*-*-iso8859-1
!
! !#XBanner.Font: -adobe-utopia-*-i-normal--125-*-100-100-*-*-iso8859-1
! The placement of the text. Allowed values are:
! TopLeft TopCenter TopRight BottomLeft BottomCenter BottomRight XY Center
***************
*** 73,85 ****
! Styles: None, TopDown, LeftRight, LeftDiagonal, RightDiagonal, LeftSplit,
! RightSplit, Fan, Fill, BgPix, Plasma, Ripples
XBanner.BgStyle: LeftRight
! Fill up the screen anyway, even if we paint it with something else later.
XBanner.BgFill: False
XBanner.BgFillColor: gray
! The color gradient for the BG
! XBanner.BgGrad: red,green,#0000ff,red
! Repeat the color gradient of the background several times. Good to reduce
! the number of allocated colors, and make the BarSize smaller which means
--- 77,94 ----
! Styles: None, TopDown, LeftRight, LeftDiagonal, RightDiagonal, LeftSplit,
! RightSplit, Fan, Fill, BgPix, Plasma, Ripples
XBanner.BgStyle: LeftRight
+ !#XBanner.BgStyle: Plasma
! Fill up the screen anyway, even if we paint it with something else later.
XBanner.BgFill: False
XBanner.BgFillColor: gray
! The color gradient for the BG
! !# XBanner.BgGrad: red,green,#0000ff,red
! !#XBanner.BgGrad: green,blue,#0000ff,green
! !#XBanner.BgGrad: darkblue,blue,#0000ff,darkblue
! !#XBanner.BgGrad: blue,darkblue,#0000ff,blue
! XBanner.BgGrad: blue,darkblue,darkblue,blue
! Repeat the color gradient of the background several times. Good to reduce
! the number of allocated colors, and make the BarSize smaller which means
***************
*** 208,220 ****
! Color names for the foreground, shadow and hi-lite colors. If using a
! named color, must be in your X server's list. A #rrggbb is also allowed.
! XBanner.Foreground: red
! XBanner.ShadowColor: black
! XBanner.HiColor: yellow
!
! !XBanner.Foreground: goldenrod
! !XBanner.ShadowColor: darkgoldenrod
! !XBanner.HiColor: lightgoldenrod
!XBanner.Foreground: #ffff00000000
!XBanner.ShadowColor: #0000ffff0000
--- 217,230 ----
! Color names for the foreground, shadow and hi-lite colors. If using a
! named color, must be in your X server's list. A #rrggbb is also allowed.
! ! #XBanner.Foreground: red
! !XBanner.Foreground: white
! !XBanner.ShadowColor: black
! !XBanner.HiColor: yellow
!
! XBanner.Foreground: goldenrod
! XBanner.ShadowColor: darkgoldenrod
! XBanner.HiColor: lightgoldenrod
!XBanner.Foreground: #ffff00000000
!XBanner.ShadowColor: #0000ffff0000
[EMAIL PROTECTED]
PS: I think there was a problem in Debian package
directory sometime this year.
(This includes testing.)
I have xbanner downloaded somehow without my explicit
awareness.
After a series of operations, namely
apt-get -u update
apt-get -u upgrade
on the next xdm session, I saw this VERY COLORFUL
xdm screen and was quite surprised...
I wonder if, for a short period of time, the
package dependency relationship was screwed up somewhere, but
I digress.
I probaby had installed xbanner before, but it again probably
had very quite background until this unintended (on my part)
update???.
I was so puzzled about this, that I sent a previous mail
to `xdm' maintainer by mistake.
Also I noticed that xfonts-scalable was probably NOT a required
package of old xbanner package. (The reason I think so is that
my scalable font directory was EMPTY until I realize that
xbanner was responsible for this jaggy "Debian" characters
on the background and when I tinkered with setup to
use smoother fonts, I noticed that I didn't have
any scalable font at all. So I had to manually download such
fonts. I suspect that the dependency on scalable font was
missing from early "test" distribution(?).
After downloading xbanner manually, I noticed that
the package seems to refer to xfonts-scalable now.
(But then on the other hand, I wonder why xbanner was NOT
downloaded automagically when I tried
apt-get -u update
apt-get -u upgrade
a few times in the last several weeks. A mystery to me.)
PS: I know some people might think this request is frivolous, but
the outlook of GUI, and its color balance is very important.
I hope someone with more artistic talent (AND
human-machine interface design experience) will
polish up the xdm screen!
Thank you in advance for your attention.
---------------------------------------
Received: (at 151430-close) by bugs.debian.org; 26 Nov 2005 10:35:59 +0000
>From [EMAIL PROTECTED] Sat Nov 26 02:35:59 2005
Return-path: <[EMAIL PROTECTED]>
Received: from katie by spohr.debian.org with local (Exim 4.50)
id 1EfxLr-0007wR-8v; Sat, 26 Nov 2005 02:32:15 -0800
From: Jose Carlos Medeiros <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
X-Katie: $Revision: 1.60 $
Subject: Bug#151430: fixed in xbanner 1.31-25
Message-Id: <[EMAIL PROTECTED]>
Sender: Archive Administrator <[EMAIL PROTECTED]>
Date: Sat, 26 Nov 2005 02:32:15 -0800
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02
(1.212-2003-09-23-exp) on spohr.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
X-CrossAssassin-Score: 3
Source: xbanner
Source-Version: 1.31-25
We believe that the bug you reported is fixed in the latest version of
xbanner, which is due to be installed in the Debian FTP archive:
xbanner_1.31-25.diff.gz
to pool/main/x/xbanner/xbanner_1.31-25.diff.gz
xbanner_1.31-25.dsc
to pool/main/x/xbanner/xbanner_1.31-25.dsc
xbanner_1.31-25_i386.deb
to pool/main/x/xbanner/xbanner_1.31-25_i386.deb
A summary of the changes between this version and the previous one is
attached.
Thank you for reporting the bug, which will now be closed. If you
have further comments please address them to [EMAIL PROTECTED],
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Jose Carlos Medeiros <[EMAIL PROTECTED]> (supplier of updated xbanner package)
(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [EMAIL PROTECTED])
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Format: 1.7
Date: Fri, 18 Nov 2005 15:59:11 -0200
Source: xbanner
Binary: xbanner
Architecture: source i386
Version: 1.31-25
Distribution: unstable
Urgency: low
Maintainer: Jose Carlos Medeiros <[EMAIL PROTECTED]>
Changed-By: Jose Carlos Medeiros <[EMAIL PROTECTED]>
Description:
xbanner - Beautify your X login screen
Closes: 151430 162215 331605 334126 334257
Changes:
xbanner (1.31-25) unstable; urgency=low
.
* Added dirs, docs, watch files. Deleted postinst and debian/autogen.sh (put
its contents in rules). Updated copyright and rules files and updated
package to Standards-Version: 3.6.2.
* Deleted x-window-system from Depends. (closes: #334126)
* Updated Swedish po-debconf translation, thanks to Daniel Nylander
<[EMAIL PROTECTED]>. (Closes: #331605)
* Updated French po-debconf translation, thanks to Christian Perrier
<[EMAIL PROTECTED]>. (Closes: #334257)
* Changed xbannerconfig to call xbanner without "-file" parameter, now
default color is blue and Debian written Red. (Closes: #151430)
* Added Brazilian Portuguese po-debconf translation, thanks to Jose Carlos
Medeiros <[EMAIL PROTECTED]>.
* Changed xbannerconfig to solve problems when install in XDM. (Closes:
#162215)
Files:
8734dbe4e46faef42f1fa3a752732851 633 x11 optional xbanner_1.31-25.dsc
3ec200b685adc07a8e8650901e6865c7 19209 x11 optional xbanner_1.31-25.diff.gz
6a803ccbaf30d4e53b1c3e635f693aef 151172 x11 optional xbanner_1.31-25_i386.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.1 (GNU/Linux)
iD8DBQFDiDZcGKGxzw/lPdkRAiOCAKCd5JTJuJs11bfqKN4iXAMgqGUWFwCaAtJR
TCOt+K+sDB0tcRe3W+sGUbM=
=mC4G
-----END PGP SIGNATURE-----
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]