You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
25 lines
628 B
25 lines
628 B
7 years ago
|
From 2cd39fafe8109a41d1e87b8ba89a2c3229d71a01 Mon Sep 17 00:00:00 2001
|
||
|
From: Ray Strode <rstrode@redhat.com>
|
||
|
Date: Wed, 31 Jul 2013 17:32:55 -0400
|
||
|
Subject: [PATCH 7/8] data: add system dconf databases to gdm profile
|
||
|
|
||
|
This way system settings can affect the login screen.
|
||
|
---
|
||
|
data/dconf/gdm.in | 4 ++++
|
||
|
1 file changed, 4 insertions(+)
|
||
|
|
||
|
diff --git a/data/dconf/gdm.in b/data/dconf/gdm.in
|
||
|
index 4d8bf174..9694078f 100644
|
||
|
--- a/data/dconf/gdm.in
|
||
|
+++ b/data/dconf/gdm.in
|
||
|
@@ -1,2 +1,6 @@
|
||
|
user-db:user
|
||
|
+system-db:gdm
|
||
|
+system-db:local
|
||
|
+system-db:site
|
||
|
+system-db:distro
|
||
|
file-db:@DATADIR@/@PACKAGE@/greeter-dconf-defaults
|
||
|
--
|
||
|
2.14.2
|
||
|
|