Your message dated Wed, 20 Dec 2006 21:02:03 +0000
with message-id <[EMAIL PROTECTED]>
and subject line Bug#403931: fixed in gnome-session 2.14.3-5
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)

--- Begin Message ---
Package: gnome-session
Version: 2.8.1-6

If the symlink /etc/alternatives/x-session-manager doesn't exist, this
script in /etc/X11/Xsession.d fails.  Enclosed is a better alternative.

# If we are running the GNOME session, source ~/.gnomerc

BASESTARTUP=`basename "$STARTUP" | cut -d\  -f1`
XSM=`readlink /etc/alternatives/x-session-manager`
if [ "$XSM" = "" ]; then
  echo No /etc/alternatives/x-session-manager in
/etc/X11/Xsession.d/55gnome-session_gnomerc
fi
if [ "$BASESTARTUP" = gnome-session -o \
        \( "$BASESTARTUP" = x-session-manager -a \
        "$XSM" = \
                /usr/bin/gnome-session \) ]; then
  GNOMERC=$HOME/.gnomerc
  if [ -r "$GNOMERC" ]; then
    . "$GNOMERC"
  fi
fi

By not embedding the readlink command in the "if", we can avoid a syntax
error.  The lack of /etc/alternatives/x-session-manager
can occur in the course of an upgrade to etch.

Thanks!  Sorry about the previous incomplete bug report (no headers) and
I
also added the "echo" so the user gets a report in .xsession-errors.

David Gluss

Attachment: 55gnome-session_gnomerc
Description: 55gnome-session_gnomerc


--- End Message ---
--- Begin Message ---
Source: gnome-session
Source-Version: 2.14.3-5

We believe that the bug you reported is fixed in the latest version of
gnome-session, which is due to be installed in the Debian FTP archive:

gnome-session_2.14.3-5.diff.gz
  to pool/main/g/gnome-session/gnome-session_2.14.3-5.diff.gz
gnome-session_2.14.3-5.dsc
  to pool/main/g/gnome-session/gnome-session_2.14.3-5.dsc
gnome-session_2.14.3-5_amd64.deb
  to pool/main/g/gnome-session/gnome-session_2.14.3-5_amd64.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.
Josselin Mouette <[EMAIL PROTECTED]> (supplier of updated gnome-session 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: Wed, 20 Dec 2006 21:37:44 +0100
Source: gnome-session
Binary: gnome-session
Architecture: source amd64
Version: 2.14.3-5
Distribution: unstable
Urgency: medium
Maintainer: Josselin Mouette <[EMAIL PROTECTED]>
Changed-By: Josselin Mouette <[EMAIL PROTECTED]>
Description: 
 gnome-session - The GNOME 2 Session Manager
Closes: 403931
Changes: 
 gnome-session (2.14.3-5) unstable; urgency=medium
 .
   * Quote the readlink call to handle the case where the
     x-session-manager alternative is broken (closes: #403931).
   * Medium urgency because it has the potential to cause all X sessions
     to fail starting.
Files: 
 f27cb7b6b5c720a58ccd2e332d9f0f88 1694 gnome optional gnome-session_2.14.3-5.dsc
 d253331dfa8317ac6925ae2f1a4542af 82909 gnome optional 
gnome-session_2.14.3-5.diff.gz
 a66b33e738e676ceb4535277d355a135 523972 gnome optional 
gnome-session_2.14.3-5_amd64.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)

iD8DBQFFiaHLrSla4ddfhTMRAiJPAJ9mJtOF9YQHmVDm82/iP5BLIPfBpQCglQOU
x8TaIk1EFIXZyZOKamat9fI=
=cWw0
-----END PGP SIGNATURE-----


--- End Message ---

Reply via email to