diff options
Diffstat (limited to 'debian/patches/91_dconf_database_path.patch')
-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 |