Blame SOURCES/system-dconf.patch

f42647
From 2cd39fafe8109a41d1e87b8ba89a2c3229d71a01 Mon Sep 17 00:00:00 2001
2fc437
From: Ray Strode <rstrode@redhat.com>
2fc437
Date: Wed, 31 Jul 2013 17:32:55 -0400
f42647
Subject: [PATCH 7/8] data: add system dconf databases to gdm profile
2fc437
2fc437
This way system settings can affect the login screen.
2fc437
---
2fc437
 data/dconf/gdm.in | 4 ++++
2fc437
 1 file changed, 4 insertions(+)
2fc437
2fc437
diff --git a/data/dconf/gdm.in b/data/dconf/gdm.in
2fc437
index 4d8bf174..9694078f 100644
2fc437
--- a/data/dconf/gdm.in
2fc437
+++ b/data/dconf/gdm.in
2fc437
@@ -1,2 +1,6 @@
2fc437
 user-db:user
2fc437
+system-db:gdm
2fc437
+system-db:local
2fc437
+system-db:site
2fc437
+system-db:distro
2fc437
 file-db:@DATADIR@/@PACKAGE@/greeter-dconf-defaults
2fc437
-- 
f42647
2.14.2
2fc437