Jana Svarova jana.svarova@gmail.com 2013 Ekaterina Gerasimova kittykat3756@gmail.com 2013 Petr Kovar pknbe@volny.cz 2014 Update the system configuration for dconf to store settings in an NFS home directory. Store settings over <sys>NFS</sys> Jana Svarova

Adapted from GNOME Bugzilla: Bug 694569

Kat

Also affected by bugs 595579 and 670493.

https://bugzilla.gnome.org/show_bug.cgi?id=595579#c40 and https://bugzilla.gnome.org/show_bug.cgi?id=670493#c8

For dconf to work correctly when using Network File System (NFS) home directories, the dconf keyfile back end must be used.

Create or edit the /etc/dconf/profile/user file on every client.

At the very beginning of this file, add the following line:

service-db:keyfile/user
Kat

In-process changes will take effect immediately, but out-of-process changes will be delayed by the poll time on GFileMonitor.

The dconf keyfile back end will only take effect the next time that the user logs in. It polls the keyfile to determine whether updates have been made, so settings may not be updated immediately.

Kat

According to Ryan, "SIGBUS being semi-randomly delivered to your processes is a real downer". This means stuff will crash.

If a keyfile back end is not used, the user settings may not be retrieved or updated correctly.