r23776 - gnucash/trunk - Document the need for a gsettings backend

Geert Janssens gjanssens at code.gnucash.org
Mon Jan 27 04:15:46 EST 2014


Author: gjanssens
Date: 2014-01-27 04:15:44 -0500 (Mon, 27 Jan 2014)
New Revision: 23776
Trac: http://svn.gnucash.org/trac/changeset/23776

Modified:
   gnucash/trunk/README.dependencies
Log:
Document the need for a gsettings backend

Modified: gnucash/trunk/README.dependencies
===================================================================
--- gnucash/trunk/README.dependencies	2014-01-26 19:11:44 UTC (rev 23775)
+++ gnucash/trunk/README.dependencies	2014-01-27 09:15:44 UTC (rev 23776)
@@ -87,6 +87,18 @@
 python			2.4.0			 python bindings; headers
 						 required, not just binaries.
 
+  at runtime, required
+  ---------------------
+a gsettings backend to store the gnucash global preferences in
+This backend is platform dependent.
+- linux:        dconf
+- windows:      registry
+- osx/quarz:    plists
+
+Note that the osx and windows backends are built-in in gio for their
+respective platforms. On linux and similar systems, the dconf package
+should be installed.
+
   at runtime, suggested
   ---------------------
 isocodes: translation of currency names



More information about the gnucash-changes mailing list