Your message dated Mon, 26 Nov 2012 19:04:57 +0000
with message-id <[email protected]>
and subject line Re: Bug#694441: unblock: gdm3/3.4.1-5
has caused the Debian Bug report #694441,
regarding unblock: gdm3/3.4.1-5
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.)
--
694441: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=694441
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: release.debian.org
Severity: normal
User: [email protected]
Usertags: unblock
Please unblock package gdm3 for a pair of bug fixes including one that
could lead to a very bad situation upon removal.
gdm3 (3.4.1-5) unstable; urgency=low
* gdm3.prerm: do not stop gdm3 if $DISPLAY is between :0 and :9 which
generally mean local displays. Displays > 10 will most of the time
mean SSH.
* greeter.gsettings: no workspaces in the login session.
Closes: #686584.
Index: debian/gdm3.prerm
===================================================================
--- debian/gdm3.prerm (révision 36188)
+++ debian/gdm3.prerm (copie de travail)
@@ -49,7 +49,7 @@
if [ -x /etc/init.d/gdm3 ]; then
nostop=
for hostname in "" "localhost" "$(hostname)" "$(hostname -f)"; do
- if echo $DISPLAY | grep -q "^$hostname:0.*"; then
+ if echo $DISPLAY | egrep -q "^$hostname:[0-9](\.[0-9])?$"; then
nostop=yes
fi
done
Index: debian/greeter.gsettings
===================================================================
--- debian/greeter.gsettings (révision 36188)
+++ debian/greeter.gsettings (copie de travail)
@@ -51,3 +51,7 @@
# so just to be sure
[org.gnome.metacity]
compositing-manager=false
+
+# No workspaces
+[org.gnome.desktop.wm.preferences]
+num-workspaces=1
unblock gdm3/3.4.1-5
Thanks,
--
.''`. Josselin Mouette
: :' :
`. `'
`-
--- End Message ---
--- Begin Message ---
On Mon, 2012-11-26 at 14:28 +0100, Josselin Mouette wrote:
> gdm3 (3.4.1-5) unstable; urgency=low
>
> * gdm3.prerm: do not stop gdm3 if $DISPLAY is between :0 and :9
> which
> generally mean local displays. Displays > 10 will most of the
> time
> mean SSH.
> * greeter.gsettings: no workspaces in the login session.
> Closes: #686584.
Unblocked; thanks.
Regards,
Adam
--- End Message ---