r52588 - in /desktop/experimental/gdm3/debian: changelog patches/92_systemd_unit.patch

bigon at users.alioth.debian.org bigon at users.alioth.debian.org
Wed Jul 5 22:09:26 UTC 2017


Author: bigon
Date: Wed Jul  5 22:09:25 2017
New Revision: 52588

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=52588
Log:
debian/patches/92_systemd_unit.patch: Do not comment the BusName=
directive anymore, gdm doesn't seem to be killed on reload anymore

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

Modified: desktop/experimental/gdm3/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/gdm3/debian/changelog?rev=52588&op=diff
==============================================================================
--- desktop/experimental/gdm3/debian/changelog	[utf-8] (original)
+++ desktop/experimental/gdm3/debian/changelog	[utf-8] Wed Jul  5 22:09:25 2017
@@ -5,8 +5,10 @@
   * Drop d/p/09_default_session.patch: Start the "gnome" session by default,
     "default" is always starting a X11 session but we want to start a Wayland
     one starting from now.
-
- -- Laurent Bigonville <bigon at debian.org>  Wed, 05 Jul 2017 12:25:06 +0200
+  * debian/patches/92_systemd_unit.patch: Do not comment the BusName=
+    directive anymore, gdm doesn't seem to be killed on reload anymore
+
+ -- Laurent Bigonville <bigon at debian.org>  Thu, 06 Jul 2017 00:09:02 +0200
 
 gdm3 (3.24.2-1) experimental; urgency=medium
 

Modified: desktop/experimental/gdm3/debian/patches/92_systemd_unit.patch
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/gdm3/debian/patches/92_systemd_unit.patch?rev=52588&op=diff
==============================================================================
--- desktop/experimental/gdm3/debian/patches/92_systemd_unit.patch	[utf-8] (original)
+++ desktop/experimental/gdm3/debian/patches/92_systemd_unit.patch	[utf-8] Wed Jul  5 22:09:25 2017
@@ -1,6 +1,6 @@
 --- a/data/gdm.service.in
 +++ b/data/gdm.service.in
-@@ -20,14 +20,17 @@
+@@ -20,14 +20,16 @@ After=rc-local.service plymouth-start.se
  OnFailure=plymouth-quit.service
  
  [Service]
@@ -14,9 +14,7 @@
  Restart=always
 +RestartSec=1s
  IgnoreSIGPIPE=no
--BusName=org.gnome.DisplayManager
-+# GDM is killed upon reload if BusName is set, let us forget it for now
-+#BusName=org.gnome.DisplayManager
+ BusName=org.gnome.DisplayManager
  StandardOutput=syslog
  StandardError=inherit
  EnvironmentFile=- at LANG_CONFIG_FILE@




More information about the pkg-gnome-commits mailing list