Your message dated Sat, 17 Mar 2007 11:32:05 +0000
with message-id <[EMAIL PROTECTED]>
and subject line Bug#403931: fixed in gnome-session 2.16.3-1
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.16.3-1

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.16.3-1.diff.gz
  to pool/main/g/gnome-session/gnome-session_2.16.3-1.diff.gz
gnome-session_2.16.3-1.dsc
  to pool/main/g/gnome-session/gnome-session_2.16.3-1.dsc
gnome-session_2.16.3-1_i386.deb
  to pool/main/g/gnome-session/gnome-session_2.16.3-1_i386.deb
gnome-session_2.16.3.orig.tar.gz
  to pool/main/g/gnome-session/gnome-session_2.16.3.orig.tar.gz



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.
Loic Minier <[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: Sat, 17 Mar 2007 12:04:03 +0100
Source: gnome-session
Binary: gnome-session
Architecture: source i386
Version: 2.16.3-1
Distribution: experimental
Urgency: medium
Maintainer: Josselin Mouette <[EMAIL PROTECTED]>
Changed-By: Loic Minier <[EMAIL PROTECTED]>
Description: 
 gnome-session - The GNOME 2 Session Manager
Closes: 403931
Changes: 
 gnome-session (2.16.3-1) experimental; urgency=medium
 .
   [ Josselin Mouette ]
   * 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.
 .
   [ Loic Minier ]
   * Add a get-orig-source target to retrieve the upstream tarball.
   * Include the new check-dist Makefile to prevent accidental uploads to
     unstable; bump build-dep on gnome-pkg-tools to >= 0.10.
   * New upstream stable release; bug fixes and translations.
Files: 
 bc50d550b7b09b2332f69893b17163f3 1844 gnome optional gnome-session_2.16.3-1.dsc
 78bab773e3a378873875ccc875626515 847466 gnome optional 
gnome-session_2.16.3.orig.tar.gz
 a82f4ad86b9bffab05c339b921115766 74834 gnome optional 
gnome-session_2.16.3-1.diff.gz
 84f8a9603755e13c205ef95574a9a9a8 493286 gnome optional 
gnome-session_2.16.3-1_i386.deb

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

iD8DBQFF+8zn4VUX8isJIMARAvMdAKCRTuPDOc5aNGo61l6P1tJZJTjPVgCeK+T8
ha7HX/NvpOXuI7ZbmIx8F2U=
=Edq1
-----END PGP SIGNATURE-----


--- End Message ---

Reply via email to