From: corsac Date: Thu, 9 Oct 2014 09:07:10 +0000 (+0000) Subject: remove unused patch X-Git-Url: https://rtime.felk.cvut.cz/gitweb/sojka/debian/lightdm.git/commitdiff_plain/4da1c0b9f05f451fe36fb1c5c07736dc9abd4eca remove unused patch git-svn-id: svn://anonscm.debian.org/pkg-xfce/goodies/trunk/lightdm@8648 0c9b3bff-18ee-0310-b944-d1aa2700132f --- diff --git a/debian/patches/03_quit-plymouth.patch b/debian/patches/03_quit-plymouth.patch deleted file mode 100644 index 6a05142..0000000 --- a/debian/patches/03_quit-plymouth.patch +++ /dev/null @@ -1,17 +0,0 @@ -Author: Yves-Alexis Perez -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 ());