[gdm] Revert "manager: add hack to quit plymouth after a delay"



commit c46f1f6798088c4d0ebc809fe200e2fee50d69f6
Author: Ray Strode <rstrode redhat com>
Date:   Mon Mar 23 08:46:40 2015 -0400

    Revert "manager: add hack to quit plymouth after a delay"
    
    This reverts commit 862ba1bd67ec85b5784d3e8809a405f1845b1c43.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=746498

 daemon/gdm-manager.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/daemon/gdm-manager.c b/daemon/gdm-manager.c
index e9ed29d..8c36e06 100644
--- a/daemon/gdm-manager.c
+++ b/daemon/gdm-manager.c
@@ -189,7 +189,7 @@ plymouth_quit_with_transition (void)
         GError  *error;
 
         error = NULL;
-        res = g_spawn_command_line_async ("sleep 2; /bin/plymouth quit --retain-splash", &error);
+        res = g_spawn_command_line_async ("/bin/plymouth quit --retain-splash", &error);
         if (! res) {
                 g_warning ("Could not quit plymouth: %s", error->message);
                 g_error_free (error);


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]