From 1b0ac95fda13f6701f29c4052e2f501d7714fb67 Mon Sep 17 00:00:00 2001 From: Josselin Mouette Date: Wed, 15 Sep 2010 14:40:34 -0400 Subject: Put the schemas in /usr The gdm.schemas file is not configurable. It has nothing to do in /etc. --- daemon/session-worker-main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'daemon/session-worker-main.c') diff --git a/daemon/session-worker-main.c b/daemon/session-worker-main.c index 4a4abcad..35b44636 100644 --- a/daemon/session-worker-main.c +++ b/daemon/session-worker-main.c @@ -169,7 +169,7 @@ main (int argc, exit (1); } - 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"); exit (1); } -- cgit v1.2.1