]> rtime.felk.cvut.cz Git - sojka/debian/lightdm.git/commitdiff
remove unused patch
authorcorsac <corsac@0c9b3bff-18ee-0310-b944-d1aa2700132f>
Thu, 9 Oct 2014 09:07:10 +0000 (09:07 +0000)
committercorsac <corsac@0c9b3bff-18ee-0310-b944-d1aa2700132f>
Thu, 9 Oct 2014 09:07:10 +0000 (09:07 +0000)
git-svn-id: svn://anonscm.debian.org/pkg-xfce/goodies/trunk/lightdm@8648 0c9b3bff-18ee-0310-b944-d1aa2700132f

debian/patches/03_quit-plymouth.patch [deleted file]

diff --git a/debian/patches/03_quit-plymouth.patch b/debian/patches/03_quit-plymouth.patch
deleted file mode 100644 (file)
index 6a05142..0000000
+++ /dev/null
@@ -1,17 +0,0 @@
-Author: Yves-Alexis Perez <corsac@debian.org>
-Description: quit plymouth instead of deactivating it
-plymouth is quitted from the /etc/init.d/plymouth script, but it'll hang if
-plymouth has been deactivated before, so just quit it for now.
-Bug-Debian: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=632737
-Bug: https://bugs.launchpad.net/ubuntu/+source/lightdm/+bug/799069
---- a/src/xserver-local.c
-+++ b/src/xserver-local.c
-@@ -142,7 +142,7 @@ xserver_local_new (void)
-             g_debug ("X server %s will replace Plymouth", xserver_get_address (XSERVER (self)));
-             self->priv->replacing_plymouth = TRUE;
-             self->priv->vt = active_vt;
--            plymouth_deactivate ();
-+            plymouth_quit (FALSE);
-         }
-         else
-             g_debug ("Plymouth is running on VT %d, but this is less than the configured minimum of %d so not replacing it", active_vt, vt_get_min ());