gnucash unstable: Multiple changes pushed

John Ralls jralls at code.gnucash.org
Sun Feb 4 13:41:18 EST 2018


Updated	 via  https://github.com/Gnucash/gnucash/commit/fb7426b6 (commit)
	 via  https://github.com/Gnucash/gnucash/commit/63089e1f (commit)
	from  https://github.com/Gnucash/gnucash/commit/a3a42d29 (commit)



commit fb7426b60b6c7c10842e070db7658874e2dabdec
Author: John Ralls <jralls at ceridwen.us>
Date:   Sun Feb 4 10:16:22 2018 -0800

    Spelling Correction.

diff --git a/gnucash/environment.in b/gnucash/environment.in
index 78b809e..9218d6a 100644
--- a/gnucash/environment.in
+++ b/gnucash/environment.in
@@ -34,15 +34,15 @@
 # GNC_HOME the directory where GnuCash was installed. This is the base
 #          directory of all the other directories below
 # GNC_BIN  the directory where the GnuCash executable resides. This is
-#          equivalent to {GNUCASH_HOME}/bin
+#          equivalent to {GNC_HOME}/bin
 # GNC_LIB  the directory where the GnuCash private libraries reside. This is
-#          equivalent to {GNUCASH_HOME}/lib/gnucash
+#          equivalent to {GNC_HOME}/lib/gnucash
 # GNC_DATA the directory where GnuCash specific additional data is stored,
-#          equivalent to {GNUCASH_HOME}/share/gnucash
+#          equivalent to {GNC_HOME}/share/gnucash
 # GNC_CONF the directory where GnuCash configuration files are stored,
-#          equivalent to {GNUCASH_HOME}/etc/gnucash
+#          equivalent to {GNC_HOME}/etc/gnucash
 # SYS_LIB  the directory where the GnuCash public libraries reside. This is
-#          equivalent to {GNUCASH_HOME}/lib
+#          equivalent to {GNC_HOME}/lib
 
 [Variables]
 # PATH is used to find the finance::quote utility functions

commit 63089e1f1a25ca83c751b96896fb5996fe9b8c39
Author: John Ralls <jralls at ceridwen.us>
Date:   Sun Feb 4 10:12:38 2018 -0800

    Bug 793155 - Gnucash 2.7.4 crashes on launch MacOS 10.13.4 PB1
    
    Crash because Guile couldn't find boot-9.scm, fix by telling it where
    to look.

diff --git a/gnucash/environment.in b/gnucash/environment.in
index 8c903ac..78b809e 100644
--- a/gnucash/environment.in
+++ b/gnucash/environment.in
@@ -60,7 +60,7 @@ GUILE_WARN_DEPRECATED=no
 # modules.
 # GUILE_LIBS=
 # GUILE_COMPILED_LIBS=
-GUILE_LOAD_PATH={GNC_DATA}/scm;{GUILE_LIBS};{GUILE_LOAD_PATH}
+GUILE_LOAD_PATH={GNC_DATA}/scm;{GNC_HOME}/share/guile//@GUILE_EFFECTIVE_VERSION@;{GUILE_LIBS};{GUILE_LOAD_PATH}
 
 # On Windows {GNC_LIB} points to {GNC_HOME}/bin because that's where the DLLs
 # are. It's not where the compiled scheme files are so we use {SYS_LIB} here.



Summary of changes:
 gnucash/environment.in | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)



More information about the gnucash-changes mailing list