Re: [GNC-dev] GnuCash 4.7 Released

2021-09-27 Thread Geert Janssens
Hi David, This is definitely a crasher bug that unfortunately managed to slip passed our testing. I am surprised the warning only happens when installing gnucash, not while building it. Likewise you can run GnuCash just fine from the build directory but not from the install path. I'll push a f

Re: [GNC-dev] GnuCash 4.7 Released

2021-09-27 Thread Christian Wehling
Hi, I have a similar problem but with the "Flicker" dialogue. The installation runs without errors, but the programme start aborts with the message [...] * 13:13:26 INFO [gnc_load_app_icons] Path 21: /home/chris/github/gnucash/install/share/icons * 13:13:26 OTHER Settings schema 'org.gnucash

Re: [GNC-dev] GnuCash 4.7 Released

2021-09-27 Thread Geert Janssens
Yeah, unfortunately this affects most of the aqbanking related settings. If you can, apply the patch I added to a previous reply and rebuild. Regards, Geert Op maandag 27 september 2021 10:08:29 CEST schreef Christian Wehling: > Hi, > I have a similar problem but with the "Flicker" dialogue. >

Re: [GNC-dev] GnuCash 4.7 Released

2021-09-27 Thread Christian Wehling
Thank you, that works now. Regards, Christian Am Montag, dem 27.09.2021 um 10:23 +0200 schrieb Geert Janssens: > Yeah, unfortunately this affects most of the aqbanking related > settings. > > If you can, apply the patch I added to a previous reply and rebuild. > > Regards, > > Geert > > Op ma

Re: [GNC-dev] GnuCash 4.7 Released

2021-09-27 Thread John Ralls
David, Does strings /usr/local/share/glib-2.0/schemas/gschemas.compiled | grep dialogs.import.hbci return (i)org.gnucash.dialogs.import.hbci /org/gnucash/dialogs/import/hbci/ org.gnucash.GnuCash.dialogs.import.hbci.connection-dialog org.gnucash.GnuCash.dialogs.import.hbci.connection-di

Re: [GNC-dev] GnuCash 4.7 Released

2021-09-27 Thread john
David, The problem is that schemes.compiled doesn't have the new org.gnucash.GnuCash paths. Or rather didn't, because running glib-compile-schemas again should have added that and you should now be able to run GnuCash. Can you check that? Geert and I were working with another user on IRC this a