From c27d0f24960144bdfbb618092f993fc725b2b082 Mon Sep 17 00:00:00 2001 From: Sjoerd Simons Date: Sun, 14 Oct 2012 12:01:18 +0200 Subject: Look in the correct location for gdm.schemas on HUP https://bugzilla.gnome.org/show_bug.cgi?id=686108 (cherry picked from commit 7cafff03c4bd012ac485613d254dd94aa44376a5) --- daemon/main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/daemon/main.c b/daemon/main.c index 3b8572ca..6d02ad36 100644 --- a/daemon/main.c +++ b/daemon/main.c @@ -366,7 +366,7 @@ signal_cb (int signo, g_object_unref (settings); settings = gdm_settings_new (); if (settings != NULL) { - if (! gdm_settings_direct_init (settings, GDMCONFDIR "/gdm.schemas", "/")) { + if (! gdm_settings_direct_init (settings, DATADIR "/gdm/gdm.schemas", "/")) { g_warning ("Unable to initialize settings"); } } -- cgit v1.2.1