Your message dated Wed, 13 Jul 2011 16:47:15 +0000
with message-id <[email protected]>
and subject line Bug#596383: fixed in lxsession 0.4.5-1
has caused the Debian Bug report #596383,
regarding lxsession: broken support for LTSP shutdown/reboot
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 this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)
--
596383: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=596383
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: lxsession
Version: 0.4.4-3
Severity: important
Tags: patch
it seems like support for LTSP logout/shutdown introduced in 0.4.4-1 no longer
works; the reboot or shutdown buttons simply do not get displayed.
hopefully the attached patch doesn't break anything else, but it does seem to
fix the issue for LTSP clients.
live well,
vagrant
Display shutdown and reboot buttons for LTSP clients.
Index: lxsession-0.4.4/lxsession-logout/lxsession-logout.c
===================================================================
--- lxsession-0.4.4.orig/lxsession-logout/lxsession-logout.c 2010-09-10 14:07:12.000000000 -0700
+++ lxsession-0.4.4/lxsession-logout/lxsession-logout.c 2010-09-10 14:08:04.000000000 -0700
@@ -481,7 +481,11 @@
/* LTSP support */
if (g_getenv("LTSP_CLIENT"))
+ {
handler_context.ltsp = TRUE;
+ handler_context.shutdown_available = TRUE;
+ handler_context.reboot_available = TRUE;
+ }
/* Make the button images accessible. */
gtk_icon_theme_append_search_path(gtk_icon_theme_get_default(), PACKAGE_DATA_DIR "/lxsession/images");
--- End Message ---
--- Begin Message ---
Source: lxsession
Source-Version: 0.4.5-1
We believe that the bug you reported is fixed in the latest version of
lxsession, which is due to be installed in the Debian FTP archive:
lxsession_0.4.5-1.debian.tar.gz
to main/l/lxsession/lxsession_0.4.5-1.debian.tar.gz
lxsession_0.4.5-1.dsc
to main/l/lxsession/lxsession_0.4.5-1.dsc
lxsession_0.4.5-1_amd64.deb
to main/l/lxsession/lxsession_0.4.5-1_amd64.deb
lxsession_0.4.5.orig.tar.gz
to main/l/lxsession/lxsession_0.4.5.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.
Andrew Lee (李健秋) <[email protected]> (supplier of updated lxsession 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.8
Date: Thu, 14 Jul 2011 00:07:42 +0800
Source: lxsession
Binary: lxsession
Architecture: source amd64
Version: 0.4.5-1
Distribution: unstable
Urgency: low
Maintainer: Debian LXDE Packaging Team
<[email protected]>
Changed-By: Andrew Lee (李健秋) <[email protected]>
Description:
lxsession - default session manager for LXDE
Closes: 596383
Changes:
lxsession (0.4.5-1) unstable; urgency=low
.
* Imported Upstream version 0.4.5
* Apply 04_fix-ltsp-shutdown-reboot.patch
Thanks Vagrant Cascadian <[email protected]> (Closes:#596383)
* Bumped Standards-Version to 3.9.2 (no changes)
* Update package description
Checksums-Sha1:
3e6e5e147ae5366a43c45c12a908280b084957c1 1383 lxsession_0.4.5-1.dsc
e66fd5d1f239f4cea6195218fbfab7bce19cd884 259755 lxsession_0.4.5.orig.tar.gz
d909787a9a7628cf3d3ae18f3253e3190b3c1e3b 10536 lxsession_0.4.5-1.debian.tar.gz
7c1e41effcddcad4b090557f68e4bd760dc25488 62712 lxsession_0.4.5-1_amd64.deb
Checksums-Sha256:
713fc3a24eb5d834f47a5766cba3480ca42407c81528244fad0bfaab971bd1a8 1383
lxsession_0.4.5-1.dsc
f65625a491f4d7aee24f1fb0e183a6abc9bd31a5fa8411eac125b2d00adeff15 259755
lxsession_0.4.5.orig.tar.gz
a88c08983f46c268911b9eec5eb7d97d6d27ddc5d81ed10142607413dec2648a 10536
lxsession_0.4.5-1.debian.tar.gz
190999c66140b94bb08223988df4de83260db0318ec1ed3df20ff26699c327b7 62712
lxsession_0.4.5-1_amd64.deb
Files:
ede02fd58a710e99446a8484d400285f 1383 x11 optional lxsession_0.4.5-1.dsc
d5cd0cb733748191b2c7371c9efda155 259755 x11 optional
lxsession_0.4.5.orig.tar.gz
205e39f05c4436dc4edcbfca53a97a62 10536 x11 optional
lxsession_0.4.5-1.debian.tar.gz
c138ca5d3b120197cb346e6192ff975a 62712 x11 optional lxsession_0.4.5-1_amd64.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.11 (GNU/Linux)
iEYEARECAAYFAk4dxt0ACgkQnQYz4bYlCYX/hgCffQTj3xC2J4cpUdPYK20wdoRc
JFAAni6qk2Hc0lioK015vT/sYCRc/7Rk
=vh6D
-----END PGP SIGNATURE-----
--- End Message ---