Re: [GNC] Gnucash 4.7 Problem

2021-09-28 Thread Geert Janssens
> Thomas Marks > -Original Message- > From: Geert Janssens > Sent: Sep 28, 2021 10:05 AM > To: John Ralls , > Cc: gnucash-user > Subject: Re: [GNC] Gnucash 4.7 Problem > > Hi Thomas, > > No. Our testing shows it only is an issue for linux use

Re: [GNC] Gnucash 4.7 Problem

2021-09-28 Thread Geert Janssens
Hi Thomas, No. Our testing shows it only is an issue for linux users (including flatpak users). The Windows and Macos packager work fine. Regards, Geert Op dinsdag 28 september 2021 15:57:22 CEST schreef Thomas Forrester: > Does this affect the pre-built installer packages. In particular, doe

Re: [GNC] Gnucash 4.7 Problem

2021-09-28 Thread Thomas Forrester
Does this affect the pre-built installer packages. In particular, does this affect people who have installed 4.7 on Windows? Thanks. On Mon, Sep 27, 2021 at 8:18 PM John Ralls wrote: > Yeah, we're going to do a snap release tomorrow. I've already tagged it > and built the tarballs. > > Regards

Re: [GNC] Gnucash 4.7 Problem

2021-09-27 Thread John Ralls
Yeah, we're going to do a snap release tomorrow. I've already tagged it and built the tarballs. Regards, John Ralls > On Sep 27, 2021, at 6:03 PM, Jon Schewe wrote: > > The flatpak apears to be broken as well. I run it and nothing appears. > > jpschewe@jon-2019:~ >> flatpak run org.gnucash.G

Re: [GNC] Gnucash 4.7 Problem

2021-09-27 Thread Jon Schewe
The flatpak apears to be broken as well. I run it and nothing appears. jpschewe@jon-2019:~ >flatpak run org.gnucash.GnuCash F: Ignoring D-Conf migrate-path setting /org/gnucash/GnuCash ~ jpschewe@jon-2019:~ >echo $? 133 On Mon, 2021-09-27 at 09:44 +0200, Geert Janssens wrote: > Unfortunately t

Re: [GNC] Gnucash 4.7 Problem

2021-09-27 Thread Geert Janssens
Unfortunately this is a bug. I missed a name change in the conversion code for gnucash preferences. The fix is in the patch attached. As this is a crasher we may have to do a hotfix release. What do you think John ? Regards, Geert Op maandag 27 september 2021 06:43:26 CEST schreef John Ralls

Re: [GNC] Gnucash 4.7 Problem

2021-09-26 Thread John Ralls
Please remember to copy the list on all replies. Removing /usr/local/lib/gnucash isn't enough. You'd also need to remove at least /usr/local/lib/libgnc* and /usr/local/share/gnucash. You don't need the whole build directory. There's a single file, install-manifest.txt, that contains all of the

Re: [GNC] Gnucash 4.7 Problem

2021-09-26 Thread john
If you didn't already, run make/ninja uninstall in the 4.6 build directory. Configure and build GnuCash 4.7 in an empty directory, then install. If that doesn't correct the problem get a stack trace of the crash and attach it and the trracefile to a new bug report. Regards, John Ralls > On Se

Re: [GNC] Gnucash 4.7 Problem

2021-09-26 Thread Harry G McGavran Jr via gnucash-user
This was with Ubuntu 20.04... On 9/26/21 8:25 PM, Harry G McGavran Jr wrote: I just built Gnucash 4.7 from the release page. It built fine, and it runs fine from the build directory, but the installed gnucash binary in /usr/local/bin fails with: Trace/breakpoint trap (core dumped) It only see

[GNC] Gnucash 4.7 Problem

2021-09-26 Thread Harry G McGavran Jr via gnucash-user
I just built Gnucash 4.7 from the release page. It built fine, and it runs fine from the build directory, but the installed gnucash binary in /usr/local/bin fails with: Trace/breakpoint trap (core dumped) It only seems to run without error when run from the bin directory where the build is actu