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

25 lines
624 B
Diff
Raw Normal View History

2021-12-07 18:22:59 +00:00
From 3e62d7b423175102bd2376adc9cf58ad736b23b0 Mon Sep 17 00:00:00 2001
2021-11-02 13:03:55 +00:00
From: Ray Strode <rstrode@redhat.com>
Date: Wed, 31 Jul 2013 17:32:55 -0400
Subject: [PATCH] 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
2021-12-07 18:22:59 +00:00
index 4d8bf174..9694078f 100644
2021-11-02 13:03:55 +00:00
--- 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
--
2021-12-07 18:22:59 +00:00
2.32.0
2021-11-02 13:03:55 +00:00