SHA256
1
0
forked from pool/gdm

Accepting request 635607 from GNOME:Next

OBS-URL: https://build.opensuse.org/request/show/635607
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gdm?expand=0&rev=412
This commit is contained in:
2018-09-23 01:30:29 +00:00
committed by Git OBS Bridge
parent 36f7ff3648
commit eeabd7a7c4
11 changed files with 215 additions and 80 deletions

View File

@@ -1,7 +1,7 @@
Index: gdm-3.26.1/daemon/main.c
Index: gdm-3.29.90/daemon/main.c
===================================================================
--- gdm-3.26.1.orig/daemon/main.c
+++ gdm-3.26.1/daemon/main.c
--- gdm-3.29.90.orig/daemon/main.c 2018-08-03 16:20:51.000000000 +0200
+++ gdm-3.29.90/daemon/main.c 2018-08-04 00:35:56.183076931 +0200
@@ -33,6 +33,8 @@
#include <sys/wait.h>
#include <locale.h>
@@ -43,7 +43,7 @@ Index: gdm-3.26.1/daemon/main.c
static gboolean do_timed_exit = FALSE;
static gboolean print_version = FALSE;
static gboolean fatal_warnings = FALSE;
@@ -383,6 +403,8 @@ main (int argc,
@@ -382,6 +402,8 @@ main (int argc,
g_chdir ("/");
@@ -52,7 +52,7 @@ Index: gdm-3.26.1/daemon/main.c
main_loop = g_main_loop_new (NULL, FALSE);
g_unix_signal_add (SIGTERM, on_shutdown_signal_cb, main_loop);
@@ -405,6 +427,10 @@ main (int argc,
@@ -404,6 +426,10 @@ main (int argc,
g_main_loop_unref (main_loop);