r41555 - /desktop/experimental/gdm3/debian/patches/92_systemd_unit.patch

joss at users.alioth.debian.org joss at users.alioth.debian.org
Sun Apr 27 12:44:32 UTC 2014


Author: joss
Date: Sun Apr 27 12:44:32 2014
New Revision: 41555

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=41555
Log:
Don’t use the DBus name because systemd gets it wrong somehow.

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

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=41555&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] Sun Apr 27 12:44:32 2014
@@ -1,8 +1,8 @@
 Index: gdm3-3.12.1/data/gdm.service.in
 ===================================================================
---- gdm3-3.12.1.orig/data/gdm.service.in	2014-04-26 22:33:02.131331403 +0200
-+++ gdm3-3.12.1/data/gdm.service.in	2014-04-26 22:33:11.179339923 +0200
-@@ -4,12 +4,14 @@ Conflicts=getty at tty@GDM_INITIAL_VT at .serv
+--- gdm3-3.12.1.orig/data/gdm.service.in	2014-04-27 14:40:14.210580120 +0200
++++ gdm3-3.12.1/data/gdm.service.in	2014-04-27 14:43:22.350149176 +0200
+@@ -4,12 +4,15 @@ Conflicts=getty at tty@GDM_INITIAL_VT at .serv
  After=systemd-user-sessions.service getty at tty@GDM_INITIAL_VT at .service 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
 -




More information about the pkg-gnome-commits mailing list