r23267 - gnucash/trunk/src/bin - Gnc-Prefs: stop using gconf as gsettings backend

Geert Janssens gjanssens at code.gnucash.org
Mon Oct 7 10:30:40 EDT 2013


Author: gjanssens
Date: 2013-10-07 10:30:40 -0400 (Mon, 07 Oct 2013)
New Revision: 23267
Trac: http://svn.gnucash.org/trac/changeset/23267

Modified:
   gnucash/trunk/src/bin/environment.in
Log:
Gnc-Prefs: stop using gconf as gsettings backend

WARNING: the saved settings in gconf are not (yet) migrated to gsettings !
         running gnucash as of this commit will start you with default values
         for all preferences !

You can of course change your preferences, your changes will be saved
properly in gsettings and restored when you restart gnucash. But what
has been set in GConf before will basically be ignored.

Modified: gnucash/trunk/src/bin/environment.in
===================================================================
--- gnucash/trunk/src/bin/environment.in	2013-10-07 14:30:10 UTC (rev 23266)
+++ gnucash/trunk/src/bin/environment.in	2013-10-07 14:30:40 UTC (rev 23267)
@@ -61,7 +61,3 @@
 # below and set LANG to your preferred locale
 # LANG=nl_BE
 # LANGUAGE={LANG}
-
-# Temporarily use gconf as backend for GSettings
-# This allows for a gradual transition from GConf to GSettings
-GSETTINGS_BACKEND=gconf



More information about the gnucash-changes mailing list