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; 30 Jun 2002 10:46:03 +0000
>From [EMAIL PROTECTED] Sun Jun 30 05:46:03 2002
Return-path: <[EMAIL PROTECTED]>
Received: from pl1975.nas911.n-yokohama.nttpc.ne.jp (standard.erephon) 
[210.139.52.183] 
        by master.debian.org with esmtp (Exim 3.12 1 (Debian))
        id 17OcDR-0002f3-00; Sun, 30 Jun 2002 05:46:01 -0500
Received: by yk.rim.or.jp
        via sendmail from stdin
        id <[EMAIL PROTECTED]> (Debian Smail3.2.0.114)
        for [EMAIL PROTECTED]; Sun, 30 Jun 2002 19:45:57 +0900 (JST) 
Message-Id: <[EMAIL PROTECTED]>
Date: Sun, 30 Jun 2002 19:45:57 +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: xdm
Version: 4.1.0-16
Severity: wishlist

The default background of xdm login screen
is a tad  loud to my taste, and I suspect to others as well.

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.

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 xdm
Package: xdm
Versions: 
4.1.0-16(/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)
3.3.6-11potato32(/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)(/var/lib/apt/lists/security.debian.org_dists_stable_updates_main_binary-i386_Packages)(/var/lib/apt/lists/security.debian.org_dists_potato_updates_main_binary-i386_Packages)

Reverse Depends: 
  xfree86-common,xdm
  xbase,xdm
  task-x-window-system,xdm
  gdm,xdm
  xbase-clients,xdm 4.0
  x-window-system,xdm
Dependencies: 
4.1.0-16 - debconf (4 0.5) xbase-clients (0 (null)) cpp (0 (null)) libc6 (2 
2.2.4-4) libpam0g (2 0.72-1) libxaw7 (4 4.1.0) xlibs (4 4.1.0) xutils (0 
(null)) xbase (3 3.3.2.3a-2) xbase-clients (3 4.0.1pre2.RC4) 
3.3.6-11potato32 - xbase-clients (0 (null)) cpp (0 (null)) libc6 (2 2.1.2) 
xlib6g (2 3.3.6-4) xbase (3 3.3.2.3a-2) 
Provides: 
4.1.0-16 - x-display-manager 
3.3.6-11potato32 - 
Reverse Provides: 
[EMAIL PROTECTED] 

Here is the patch.


duron:/etc/X11# diff -cibw XBanner.ad.saved XBanner.ad
*** XBanner.ad.saved    Sun Jun 30 18:00:32 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: -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
--- 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
duron:/etc/X11# 


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]

Reply via email to