r45595 - in /desktop/unstable/gdm3/debian: changelog patches/92_systemd_unit.patch

biebl at users.alioth.debian.org biebl at users.alioth.debian.org
Fri Jul 24 11:40:42 UTC 2015


Author: biebl
Date: Fri Jul 24 11:40:42 2015
New Revision: 45595

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=45595
Log:
Re-add our workaround which drops BusName from gdm.service. There are
apparently still issues related to upgrades from older gdm versions
resulting in the X session to be terminated during the upgrade.

Modified:
    desktop/unstable/gdm3/debian/changelog
    desktop/unstable/gdm3/debian/patches/92_systemd_unit.patch

Modified: desktop/unstable/gdm3/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gdm3/debian/changelog?rev=45595&op=diff
==============================================================================
--- desktop/unstable/gdm3/debian/changelog	[utf-8] (original)
+++ desktop/unstable/gdm3/debian/changelog	[utf-8] Fri Jul 24 11:40:42 2015
@@ -1,3 +1,11 @@
+gdm3 (3.14.2-2) UNRELEASED; urgency=medium
+
+  * Re-add our workaround which drops BusName from gdm.service. There are
+    apparently still issues related to upgrades from older gdm versions
+    resulting in the X session to be terminated during the upgrade.
+
+ -- Michael Biebl <biebl at debian.org>  Fri, 24 Jul 2015 13:34:11 +0200
+
 gdm3 (3.14.2-1) unstable; urgency=medium
 
   * New upstream release.

Modified: desktop/unstable/gdm3/debian/patches/92_systemd_unit.patch
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gdm3/debian/patches/92_systemd_unit.patch?rev=45595&op=diff
==============================================================================
--- desktop/unstable/gdm3/debian/patches/92_systemd_unit.patch	[utf-8] (original)
+++ desktop/unstable/gdm3/debian/patches/92_systemd_unit.patch	[utf-8] Fri Jul 24 11:40:42 2015
@@ -1,8 +1,8 @@
 Index: gdm-3.14.2/data/gdm.service.in
 ===================================================================
---- gdm-3.14.2.orig/data/gdm.service.in	2015-07-09 13:16:34.242136285 +0200
-+++ gdm-3.14.2/data/gdm.service.in	2015-07-09 13:16:52.518630409 +0200
-@@ -20,13 +20,15 @@
+--- gdm-3.14.2.orig/data/gdm.service.in	2015-07-09 13:08:55.990860974 +0200
++++ gdm-3.14.2/data/gdm.service.in	2015-07-09 13:10:17.864673341 +0200
+@@ -20,13 +20,16 @@
  OnFailure=plymouth-quit.service
  
  [Service]
@@ -15,7 +15,9 @@
  Restart=always
 +RestartSec=1s
  IgnoreSIGPIPE=no
- BusName=org.gnome.DisplayManager
+-BusName=org.gnome.DisplayManager
++# GDM is killed upon reload if BusName is set, let us forget it for now
++#BusName=org.gnome.DisplayManager
  StandardOutput=syslog
  StandardError=inherit
  EnvironmentFile=- at LANG_CONFIG_FILE@




More information about the pkg-gnome-commits mailing list