diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-07 17:43:08 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-07 17:43:08 +0000 |
commit | f450ba4056f3af0d17aeb1e5534619ce2231b63d (patch) | |
tree | 22ac78ea73d361fe6af5cafc06a338dc03c1745a /debian/patches/91_dconf_database_path.patch | |
parent | Adding upstream version 43.0. (diff) | |
download | gdm3-f450ba4056f3af0d17aeb1e5534619ce2231b63d.tar.xz gdm3-f450ba4056f3af0d17aeb1e5534619ce2231b63d.zip |
Adding debian version 43.0-3.debian/43.0-3debian
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to '')
-rw-r--r-- | debian/patches/91_dconf_database_path.patch | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/debian/patches/91_dconf_database_path.patch b/debian/patches/91_dconf_database_path.patch new file mode 100644 index 0000000..f842a64 --- /dev/null +++ b/debian/patches/91_dconf_database_path.patch @@ -0,0 +1,19 @@ +From: Josselin Mouette <joss@debian.org> +Date: Sat, 10 May 2014 22:52:23 +0200 +Subject: Point to a dconf path in /var/lib/gdm3 instead of the one in + $DATADIR + +Origin: vendor, Debian +Forwarded: no +--- + data/dconf/gdm.in | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + +diff --git a/data/dconf/gdm.in b/data/dconf/gdm.in +index 4d8bf17..2118723 100644 +--- a/data/dconf/gdm.in ++++ b/data/dconf/gdm.in +@@ -1,2 +1,2 @@ + user-db:user +-file-db:@DATADIR@/@PACKAGE@/greeter-dconf-defaults ++file-db:/var/lib/gdm3/greeter-dconf-defaults |