From ff7cca187362093a056dd84e085100c0bdab6ee6 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Tue, 16 Jul 2013 18:34:08 -0400 Subject: docs: mention nfs in the overview docs The keyfile backend was not mentioned at all in the shipped docs so far. --- docs/dconf-overview.xml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) (limited to 'docs') diff --git a/docs/dconf-overview.xml b/docs/dconf-overview.xml index 3700bb4..b1cfadf 100644 --- a/docs/dconf-overview.xml +++ b/docs/dconf-overview.xml @@ -63,6 +63,21 @@ + + NFS + + + The binary database format that dconf uses by default is not suitable for use on NFS, where mmap does not + work well. To handle this common use case, dconf can be configured to use a plain text keyfile instead of + a binary database. The keyfile is put in the $XDG_CONFIG_HOME/dconf + directory. + + + To enable keyfile storage, add a line containing service-db:keyfile/user to the file + /etc/dconf/profile/user. + + + Portability -- cgit v1.2.1