Blame SOURCES/0001-data-add-system-dconf-databases-to-gdm-profile.patch

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