Announcement: GnuCash 2.6.5 Release 2014-12-19
John Ralls
jralls at ceridwen.us
Fri Dec 19 19:16:12 EST 2014
> On Dec 19, 2014, at 3:56 PM, David Gillam <dave at davegillam.org> wrote:
>
> gnucash.org = "Download GnuCash 2.6.5 Mac OS X Intel" (http://downloads.sourceforge.net/sourceforge/gnucash/Gnucash-Intel-2.6.5-1.dmg)
>
> Interesting...now that link goes to the correct place.
>
> Unfortunately, even after (re)downloading it, it still crashes on startup.
>
> I'm running OSX 10.10.1.
Sometimes it takes a few minutes for the website changes to settle out, particularly since I’d forgotten something when I set the links; I’d already pushed the change when your first message came in; OTOH, when I tried the link before fixing it I didn’t get anything.
There are two problems with the launcher script, Gnucash.app/Contents/MacOS/Gnucash, which you can fix with the following patch if you like, or you can wait a bit for me to build new bundles and upload them.
Regards,
John Ralls
--- a/gnucash-bundler/gnucash.launcher
+++ b/gnucash-bundler/gnucash.launcher
@@ -34,6 +34,7 @@ export GTK2_RC_FILES="$bundle_etc/gtk-2.0/gtkrc"
if [ `uname -r | cut -d . -f 1` -ge 10 ]; then
export GTK_IM_MODULE_FILE="$bundle_etc/gtk-2.0/gtk.immodules"
fi
+export GDK_PIXBUF_MODULE_FILE="$bundle_lib/gdk-pixbuf-2.0/2.10.0/loaders.cache"
export PANGO_RC_FILE="$bundle_etc/pango/pangorc"
export PANGO_SYSCONFDIR="$bundle_etc"
export PANGO_LIBDIR="$bundle_lib"
@@ -68,7 +69,7 @@ GUILE_LOAD_PATH="${bundle_data}/guile/2.0/"
EXTRA_PATH="${EXTRA_PATH}:${RESPFX}/share/gnucash/guile-modules"
EXTRA_PATH="${EXTRA_PATH}:${RESPFX}/share/gnucash/scm"
GUILE_LOAD_PATH="${EXTRA_PATH}:${GUILE_LOAD_PATH}"
-GUILE_LOAD_COMPILED_PATH="${bundle_lib}/gnucash/scm/ccache:${GUILE_LOAD_COMPILED_PATH}"
+GUILE_LOAD_COMPILED_PATH="${bundle_lib}/gnucash/scm/ccache:${bundle_lib}/guile/2.0/ccache:${GUILE_LOAD_COMPILED_PATH}"
EXTRA_LIBS="${GNC_MODULE_PATH}"
EXTRA_LIBS="${EXTRA_LIBS}:/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/"
More information about the gnucash-user
mailing list