[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#694441: unblock: gdm3/3.4.1-5



Package: release.debian.org
Severity: normal
User: release.debian.org@packages.debian.org
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
: :' :
`. `'
  `-


Reply to: