From 2662f4bca3ce05edc77e49e210245cd6aaa376b3 Mon Sep 17 00:00:00 2001 From: Geert Janssens Date: Sat, 26 Aug 2017 19:49:36 +0200 Subject: [PATCH] Mention GNC_DATA_HOME and AQBANKING_HOME in the environment file. --- gnucash/environment.in | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/gnucash/environment.in b/gnucash/environment.in index 69a805d04a..fe5f45374f 100644 --- a/gnucash/environment.in +++ b/gnucash/environment.in @@ -65,3 +65,16 @@ DYLD_LIBRARY_PATH={GNC_LIBRARY_PATH};{DYLD_LIBRARY_PATH} # below and set LANG to your preferred locale # LANG=nl_BE # LANGUAGE={LANG} + +# Set the location of the gnucash user specific application data +# The default depends on the operating system +# Linux - follows the freedesktop xdg data home specification +# Windows - uses the user's AppData(Roaming)\GnuCash +# OS X/Quarz - uses the value of NSApplicationSupportDirectory/GnuCash +# If these are not what you want, you can override it here +# GNC_DATA_HOME= + +# Similarly you can override the default location for AqBanking's settings. +# This will only be used if gnucash is built with AqBanking support enabled. +# Default: $HOME/.aqbanking +# AQBANKING_HOME=