mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
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.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@23267 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
@@ -61,7 +61,3 @@ DYLD_LIBRARY_PATH={GNC_LIBRARY_PATH};{DYLD_LIBRARY_PATH}
|
||||
# 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
|
||||
|
||||
Reference in New Issue
Block a user