[Pkg-xfce-commits] r5839 - goodies/trunk/lightdm/debian/patches
Yves-Alexis Perez
corsac at alioth.debian.org
Wed Jun 29 03:42:40 UTC 2011
Author: corsac
Date: 2011-06-29 15:42:40 +0000 (Wed, 29 Jun 2011)
New Revision: 5839
Added:
goodies/trunk/lightdm/debian/patches/03_quit-plymouth.patch
Modified:
goodies/trunk/lightdm/debian/patches/series
Log:
add a patch to quit plymouth instead of deactivating it since it fails to free
the vt (or something like that)
Added: goodies/trunk/lightdm/debian/patches/03_quit-plymouth.patch
===================================================================
--- goodies/trunk/lightdm/debian/patches/03_quit-plymouth.patch (rev 0)
+++ goodies/trunk/lightdm/debian/patches/03_quit-plymouth.patch 2011-06-29 15:42:40 UTC (rev 5839)
@@ -0,0 +1,13 @@
+diff --git a/src/display-manager.c b/src/display-manager.c
+index c8f5f32..5191fcc 100644
+--- a/src/display-manager.c
++++ b/src/display-manager.c
+@@ -616,7 +616,7 @@ display_manager_start (DisplayManager *manager)
+ plymouth_on_active_vt = plymouth_command_returns_true ("--has-active-vt");
+
+ /* Deactivate stops Plymouth from drawing, as we are about to start an X server to replace it */
+- plymouth_run_command ("deactivate", NULL);
++ plymouth_run_command ("quit", NULL);
+ }
+
+ /* Start each static display */
Modified: goodies/trunk/lightdm/debian/patches/series
===================================================================
--- goodies/trunk/lightdm/debian/patches/series 2011-06-27 16:44:07 UTC (rev 5838)
+++ goodies/trunk/lightdm/debian/patches/series 2011-06-29 15:42:40 UTC (rev 5839)
@@ -1,3 +1,4 @@
01_fix-ld-z,defs.patch
02_default-config.patch
+03_quit-plymouth.patch
04_fix_xauthority-path.patch
More information about the Pkg-xfce-commits
mailing list