Apologies if this is a duplicate - my ISP's "upgraded" emailer is FUBAR.
Yes, that's exactly what I found. I got around it by running Gnucash in an environment in which XDG_DATA_DIRS omitted the /usr/local/share reference. Thanks for the update! On Tue, 29 Nov, 2022 at 3:41 AM, Geert Janssens <[email protected]> wrote: To: [email protected]; phil wolff A bug (https://bugs.gnucash.org/show_bug.cgi?id=798672) was opened reporting this same issue, which prompted me to look at it again. I think I have found the cause of the issue this time and added a fix to our source code. It should be fixed for gnucash 4.13. If you can build for yourself from source, you could apply this minor change: https://github.com/Gnucash/gnucash/commit/98251d59a6e6940efae2001a1e619c08828c8738 Otherwise, you can monitor the bugs on the Ubuntu bug tracker (which the original poster added to our own bug report mentioned above) and/or poke the package maintainers to apply the fix earlier. Regards, Geert Op dinsdag 11 oktober 2022 21:29:12 CET schreef Phil Wolff: > On 10/10/22 12:14, Geert Janssens wrote: > > > Phil, > > > > > I'm sorry I stopped responding on this thread. I ran out of time and also > out of things to suggest. This is the first time I have ever seen the > situation where dconf-editor and gsettings (cli tool) work fine and gnucash > doesn't. > > > > > So far gsettings issues have always been the result of missing schema files > or an old set being found before the proper ones. > > > > > So the only clue left for now is to figure out exactly which schema folders > gnucash checks. That's why I was looking for a way to print the contents of > variable XDG_DATA_DIRS gnucash sees while starting. > > > > > Do you still have the file > > $HOME/.config/gnucash/config-user.scm > > With the contents to print XDG__DATA_DIRS ? > > Welcome back!! Yes, I still have it. > > > > > If so, can you run gnucash from the command line as follows: > > > > > gnucash --no-file --logto stderr > > > > > And post the result that's printed in the terminal here ? > > I ran it, and got a long dump of error messages (below). The first few lines > confirm that /usr/share/glib-2.0/schemas/gschemas.compiled is not being > read. After some thought, I deleted > /usr/local/share/glib-2.0/schemas/gschemas.compiled and ran the command > again: > > dellbert@dellbert:/usr/local/share/glib-2.0/schemas$ gnucash --nofile > --logto stderr * 16:15:15 WARN <gnc.scm> > XDG__DATA_DIRS=/usr/share/ubuntu-xorg:/usr/share/gnome:/home/dellbert/.loca > l/share/flatpak/exports/share:/var/lib/flatpak/exports/share:/usr/local/shar > e/:/usr/share/:/var/lib/snapd/desktop Found Finance::Quote version 1.51. > > Encouraged by this, I tried gnucash from the desktop icon, and it started up > just like it did before the upgrade - splash screen, register page, > scheduled transaction preview, the whole nine yards. > > I created an empty file (touch gschemas.compiled) and tried again - same > successful result. > > > I renamed the schemas folder, created a new one, copied one schema file > (org.gnome.rhythmbox.gschema.xml) from /usr/share/glib-2.0/schemas, > compiled it and ran the test command again. The result was a long dump like > the one below. > > It appears that, unlike the previous version I was running, this version > (4.8a+(2021-09-28)) of gnucash can't tolerate a non-trivial > /usr/local/share/glib-2.0/schemas/gschemas.compiled file. > > Here's the original dump: > > dellbert@dellbert:/usr/local/share/glib-2.0/schemas$ gnucash --nofile > --logto stderr * 16:34:36 ERROR <GLib-GIO> g_settings_new_full: assertion > 'schema != NULL' failed * 16:34:36 WARN <gnc.app-utils.gsettings> > [gnc_gsettings_get_settings_ptr()] Ignoring attempt to access unknown > gsettings schema org.gnucash.GnuCash.general * 16:34:36 ERROR > <gnc.app-utils> GVariant* gnc_gsettings_get_user_value(const gchar*, const > gchar*): assertion 'G_IS_SETTINGS (settings_ptr)' failed * 16:34:36 ERROR > <GLib-GIO> g_settings_new_full: assertion 'schema != NULL' failed * > 16:34:36 WARN <gnc.app-utils.gsettings> [gnc_gsettings_get_settings_ptr()] > Ignoring attempt to access unknown gsettings schema org.gnucash.general * > 16:34:36 ERROR <gnc.app-utils> GVariant* gnc_gsettings_get_user_value(const > gchar*, const gchar*): assertion 'G_IS_SETTINGS (settings_ptr)' failed * > 16:34:36 ERROR <GLib-GIO> g_settings_new_full: assertion 'schema != NULL' > failed * 16:34:36 WARN <gnc.app-utils.gsettings> > [gnc_gsettings_get_settings_ptr()] Ignoring attempt to access unknown > gsettings schema org.gnucash.GnuCash.general * 16:34:36 ERROR > <gnc.app-utils> gdouble gnc_gsettings_get_float(const gchar*, const > gchar*): assertion 'G_IS_SETTINGS (settings_ptr)' failed * 16:34:36 ERROR > <GLib-GIO> g_settings_new_full: assertion 'schema != NULL' failed * > 16:34:36 WARN <gnc.app-utils.gsettings> [gnc_gsettings_get_settings_ptr()] > Ignoring attempt to access unknown gsettings schema > org.gnucash.GnuCash.general * 16:34:36 ERROR <gnc.app-utils> gboolean > gnc_gsettings_get_bool(const gchar*, const gchar*): assertion > 'G_IS_SETTINGS (settings_ptr)' failed * 16:34:36 ERROR <GLib-GIO> > g_settings_new_full: assertion 'schema != NULL' failed * 16:34:36 WARN > <gnc.app-utils.gsettings> [gnc_gsettings_get_settings_ptr()] Ignoring > attempt to access unknown gsettings schema org.gnucash.GnuCash.general * > 16:34:36 ERROR <gnc.app-utils> gboolean gnc_gsettings_get_bool(const > gchar*, const gchar*): assertion 'G_IS_SETTINGS (settings_ptr)' failed * > 16:34:36 ERROR <GLib-GIO> g_settings_new_full: assertion 'schema != NULL' > failed * 16:34:36 WARN <gnc.app-utils.gsettings> > [gnc_gsettings_get_settings_ptr()] Ignoring attempt to access unknown > gsettings schema org.gnucash.GnuCash.general * 16:34:36 ERROR > <gnc.app-utils> gboolean gnc_gsettings_get_bool(const gchar*, const > gchar*): assertion 'G_IS_SETTINGS (settings_ptr)' failed * 16:34:36 WARN > <gnc.app-utils> [file_retain_type_changed_cb()] no file retention policy > was set, assuming conservative policy 'forever' * 16:34:36 ERROR <GLib-GIO> > g_settings_new_full: assertion 'schema != NULL' failed * 16:34:36 WARN > <gnc.app-utils.gsettings> [gnc_gsettings_get_settings_ptr()] Ignoring > attempt to access unknown gsettings schema org.gnucash.GnuCash.general * > 16:34:36 ERROR <gnc.app-utils> gboolean gnc_gsettings_get_bool(const > gchar*, const gchar*): assertion 'G_IS_SETTINGS (settings_ptr)' failed * > 16:34:36 ERROR <GLib-GIO> g_settings_new_full: assertion 'schema != NULL' > failed * 16:34:36 WARN <gnc.app-utils.gsettings> > [gnc_gsettings_get_settings_ptr()] Ignoring attempt to access unknown > gsettings schema org.gnucash.GnuCash.general * 16:34:36 ERROR > <gnc.app-utils> gulong gnc_gsettings_register_cb(const gchar*, const > gchar*, gpointer, gpointer): assertion 'G_IS_SETTINGS (settings_ptr)' > failed * 16:34:36 ERROR <GLib-GIO> g_settings_new_full: assertion 'schema > != NULL' failed * 16:34:36 WARN <gnc.app-utils.gsettings> > [gnc_gsettings_get_settings_ptr()] Ignoring attempt to access unknown > gsettings schema org.gnucash.GnuCash.general * 16:34:36 ERROR > <gnc.app-utils> gulong gnc_gsettings_register_cb(const gchar*, const > gchar*, gpointer, gpointer): assertion 'G_IS_SETTINGS (settings_ptr)' > failed * 16:34:36 ERROR <GLib-GIO> g_settings_new_full: assertion 'schema > != NULL' failed * 16:34:36 WARN <gnc.app-utils.gsettings> > [gnc_gsettings_get_settings_ptr()] Ignoring attempt to access unknown > gsettings schema org.gnucash.GnuCash.general * 16:34:36 ERROR > <gnc.app-utils> gulong gnc_gsettings_register_cb(const gchar*, const > gchar*, gpointer, gpointer): assertion 'G_IS_SETTINGS (settings_ptr)' > failed * 16:34:36 ERROR <GLib-GIO> g_settings_new_full: assertion 'schema > != NULL' failed * 16:34:36 WARN <gnc.app-utils.gsettings> > [gnc_gsettings_get_settings_ptr()] Ignoring attempt to access unknown > gsettings schema org.gnucash.GnuCash.general * 16:34:36 ERROR > <gnc.app-utils> gulong gnc_gsettings_register_cb(const gchar*, const > gchar*, gpointer, gpointer): assertion 'G_IS_SETTINGS (settings_ptr)' > failed * 16:34:36 ERROR <GLib-GIO> g_settings_new_full: assertion 'schema > != NULL' failed * 16:34:36 WARN <gnc.app-utils.gsettings> > [gnc_gsettings_get_settings_ptr()] Ignoring attempt to access unknown > gsettings schema org.gnucash.GnuCash.general * 16:34:36 ERROR > <gnc.app-utils> gulong gnc_gsettings_register_cb(const gchar*, const > gchar*, gpointer, gpointer): assertion 'G_IS_SETTINGS (settings_ptr)' > failed * 16:34:36 ERROR <GLib-GIO> g_settings_new_full: assertion 'schema > != NULL' failed * 16:34:36 WARN <gnc.app-utils.gsettings> > [gnc_gsettings_get_settings_ptr()] Ignoring attempt to access unknown > gsettings schema org.gnucash.GnuCash.general * 16:34:36 ERROR > <gnc.app-utils> gboolean gnc_gsettings_get_bool(const gchar*, const > gchar*): assertion 'G_IS_SETTINGS (settings_ptr)' failed * 16:34:36 ERROR > <GLib-GIO> g_settings_new_full: assertion 'schema != NULL' failed * > 16:34:36 WARN <gnc.app-utils.gsettings> [gnc_gsettings_get_settings_ptr()] > Ignoring attempt to access unknown gsettings schema > org.gnucash.GnuCash.general * 16:34:36 ERROR <gnc.app-utils> gchar* > gnc_gsettings_get_string(const gchar*, const gchar*): assertion > 'G_IS_SETTINGS (settings_ptr)' failed * 16:34:36 ERROR <GLib-GIO> > g_settings_new_full: assertion 'schema != NULL' failed * 16:34:36 WARN > <gnc.app-utils.gsettings> [gnc_gsettings_get_settings_ptr()] Ignoring > attempt to access unknown gsettings schema org.gnucash.GnuCash.general * > 16:34:36 ERROR <gnc.app-utils> gboolean gnc_gsettings_get_bool(const > gchar*, const gchar*): assertion 'G_IS_SETTINGS (settings_ptr)' failed * > 16:34:36 ERROR <GLib-GIO> g_settings_new_full: assertion 'schema != NULL' > failed * 16:34:36 WARN <gnc.app-utils.gsettings> > [gnc_gsettings_get_settings_ptr()] Ignoring attempt to access unknown > gsettings schema org.gnucash.GnuCash.general * 16:34:36 ERROR > <gnc.app-utils> gint gnc_gsettings_get_int(const gchar*, const gchar*): > assertion 'G_IS_SETTINGS (settings_ptr)' failed * 16:34:36 ERROR <GLib-GIO> > g_settings_new_full: assertion 'schema != NULL' failed * 16:34:36 WARN > <gnc.app-utils.gsettings> [gnc_gsettings_get_settings_ptr()] Ignoring > attempt to access unknown gsettings schema org.gnucash.GnuCash.general * > 16:34:36 ERROR <gnc.app-utils> gulong gnc_gsettings_register_cb(const > gchar*, const gchar*, gpointer, gpointer): assertion 'G_IS_SETTINGS > (settings_ptr)' failed * 16:34:36 ERROR <GLib-GIO> g_settings_new_full: > assertion 'schema != NULL' failed * 16:34:36 WARN > <gnc.app-utils.gsettings> [gnc_gsettings_get_settings_ptr()] Ignoring > attempt to access unknown gsettings schema org.gnucash.GnuCash.general * > 16:34:36 ERROR <gnc.app-utils> gulong gnc_gsettings_register_cb(const > gchar*, const gchar*, gpointer, gpointer): assertion 'G_IS_SETTINGS > (settings_ptr)' failed * 16:34:36 ERROR <GLib-GIO> g_settings_new_full: > assertion 'schema != NULL' failed * 16:34:36 WARN > <gnc.app-utils.gsettings> [gnc_gsettings_get_settings_ptr()] Ignoring > attempt to access unknown gsettings schema org.gnucash.GnuCash.general * > 16:34:36 ERROR <gnc.app-utils> gulong gnc_gsettings_register_cb(const > gchar*, const gchar*, gpointer, gpointer): assertion 'G_IS_SETTINGS > (settings_ptr)' failed * 16:34:36 ERROR <GLib-GIO> g_settings_new_full: > assertion 'schema != NULL' failed * 16:34:36 WARN > <gnc.app-utils.gsettings> [gnc_gsettings_get_settings_ptr()] Ignoring > attempt to access unknown gsettings schema org.gnucash.GnuCash.general * > 16:34:36 ERROR <gnc.app-utils> gulong gnc_gsettings_register_cb(const > gchar*, const gchar*, gpointer, gpointer): assertion 'G_IS_SETTINGS > (settings_ptr)' failed * 16:34:36 ERROR <GLib-GIO> g_settings_new_full: > assertion 'schema != NULL' failed * 16:34:36 WARN > <gnc.app-utils.gsettings> [gnc_gsettings_get_settings_ptr()] Ignoring > attempt to access unknown gsettings schema org.gnucash.GnuCash.general * > 16:34:36 ERROR <gnc.app-utils> gulong gnc_gsettings_register_cb(const > gchar*, const gchar*, gpointer, gpointer): assertion 'G_IS_SETTINGS > (settings_ptr)' failed * 16:34:36 ERROR <GLib-GIO> g_settings_new_full: > assertion 'schema != NULL' failed * 16:34:36 WARN > <gnc.app-utils.gsettings> [gnc_gsettings_get_settings_ptr()] Ignoring > attempt to access unknown gsettings schema org.gnucash.GnuCash.general * > 16:34:36 ERROR <gnc.app-utils> gulong gnc_gsettings_register_cb(const > gchar*, const gchar*, gpointer, gpointer): assertion 'G_IS_SETTINGS > (settings_ptr)' failed * 16:34:36 ERROR <GLib-GIO> g_settings_new_full: > assertion 'schema != NULL' failed * 16:34:36 WARN > <gnc.app-utils.gsettings> [gnc_gsettings_get_settings_ptr()] Ignoring > attempt to access unknown gsettings schema org.gnucash.GnuCash.general * > 16:34:36 ERROR <gnc.app-utils> gulong gnc_gsettings_register_cb(const > gchar*, const gchar*, gpointer, gpointer): assertion 'G_IS_SETTINGS > (settings_ptr)' failed * 16:34:36 ERROR <GLib-GIO> g_settings_new_full: > assertion 'schema != NULL' failed * 16:34:36 WARN > <gnc.app-utils.gsettings> [gnc_gsettings_get_settings_ptr()] Ignoring > attempt to access unknown gsettings schema > org.gnucash.GnuCash.general.report * 16:34:36 ERROR <gnc.app-utils> gulong > gnc_gsettings_register_cb(const gchar*, const gchar*, gpointer, gpointer): > assertion 'G_IS_SETTINGS (settings_ptr)' failed * 16:34:36 ERROR <GLib-GIO> > g_settings_new_full: assertion 'schema != NULL' failed * 16:34:36 WARN > <gnc.app-utils.gsettings> [gnc_gsettings_get_settings_ptr()] Ignoring > attempt to access unknown gsettings schema > org.gnucash.GnuCash.general.report * 16:34:36 ERROR <gnc.app-utils> gulong > gnc_gsettings_register_cb(const gchar*, const gchar*, gpointer, gpointer): > assertion 'G_IS_SETTINGS (settings_ptr)' failed * 16:34:36 ERROR <GLib-GIO> > g_settings_new_full: assertion 'schema != NULL' failed * 16:34:36 WARN > <gnc.app-utils.gsettings> [gnc_gsettings_get_settings_ptr()] Ignoring > attempt to access unknown gsettings schema > org.gnucash.GnuCash.general.report * 16:34:36 ERROR <gnc.app-utils> gulong > gnc_gsettings_register_cb(const gchar*, const gchar*, gpointer, gpointer): > assertion 'G_IS_SETTINGS (settings_ptr)' failed * 16:34:36 ERROR <GLib-GIO> > g_settings_new_full: assertion 'schema != NULL' failed * 16:34:36 WARN > <gnc.app-utils.gsettings> [gnc_gsettings_get_settings_ptr()] Ignoring > attempt to access unknown gsettings schema org.gnucash.GnuCash.general * > 16:34:36 ERROR <gnc.app-utils> gulong gnc_gsettings_register_cb(const > gchar*, const gchar*, gpointer, gpointer): assertion 'G_IS_SETTINGS > (settings_ptr)' failed * 16:34:36 ERROR <GLib-GIO> g_settings_new_full: > assertion 'schema != NULL' failed * 16:34:36 WARN > <gnc.app-utils.gsettings> [gnc_gsettings_get_settings_ptr()] Ignoring > attempt to access unknown gsettings schema org.gnucash.GnuCash.general * > 16:34:36 ERROR <gnc.app-utils> gulong gnc_gsettings_register_cb(const > gchar*, const gchar*, gpointer, gpointer): assertion 'G_IS_SETTINGS > (settings_ptr)' failed * 16:34:36 ERROR <GLib-GIO> g_settings_new_full: > assertion 'schema != NULL' failed * 16:34:36 WARN > <gnc.app-utils.gsettings> [gnc_gsettings_get_settings_ptr()] Ignoring > attempt to access unknown gsettings schema org.gnucash.GnuCash.general * > 16:34:36 ERROR <gnc.app-utils> gint gnc_gsettings_get_int(const gchar*, > const gchar*): assertion 'G_IS_SETTINGS (settings_ptr)' failed * 16:34:36 > ERROR <GLib-GIO> g_settings_new_full: assertion 'schema != NULL' failed * > 16:34:36 WARN <gnc.app-utils.gsettings> [gnc_gsettings_get_settings_ptr()] > Ignoring attempt to access unknown gsettings schema > org.gnucash.GnuCash.general * 16:34:36 ERROR <gnc.app-utils> gdouble > gnc_gsettings_get_float(const gchar*, const gchar*): assertion > 'G_IS_SETTINGS (settings_ptr)' failed * 16:34:36 ERROR <GLib-GIO> > g_settings_new_full: assertion 'schema != NULL' failed * 16:34:36 WARN > <gnc.app-utils.gsettings> [gnc_gsettings_get_settings_ptr()] Ignoring > attempt to access unknown gsettings schema org.gnucash.GnuCash.general * > 16:34:36 ERROR <gnc.app-utils> gboolean gnc_gsettings_get_bool(const > gchar*, const gchar*): assertion 'G_IS_SETTINGS (settings_ptr)' failed * > 16:34:36 ERROR <GLib-GIO> g_settings_new_full: assertion 'schema != NULL' > failed * 16:34:36 WARN <gnc.app-utils.gsettings> > [gnc_gsettings_get_settings_ptr()] Ignoring attempt to access unknown > gsettings schema org.gnucash.GnuCash.general * 16:34:36 ERROR > <gnc.app-utils> gulong gnc_gsettings_register_cb(const gchar*, const > gchar*, gpointer, gpointer): assertion 'G_IS_SETTINGS (settings_ptr)' > failed * 16:34:36 ERROR <GLib-GIO> g_settings_new_full: assertion 'schema > != NULL' failed * 16:34:36 WARN <gnc.app-utils.gsettings> > [gnc_gsettings_get_settings_ptr()] Ignoring attempt to access unknown > gsettings schema org.gnucash.GnuCash.general * 16:34:36 ERROR > <gnc.app-utils> gulong gnc_gsettings_register_cb(const gchar*, const > gchar*, gpointer, gpointer): assertion 'G_IS_SETTINGS (settings_ptr)' > failed * 16:34:36 ERROR <GLib-GIO> g_settings_new_full: assertion 'schema > != NULL' failed * 16:34:36 WARN <gnc.app-utils.gsettings> > [gnc_gsettings_get_settings_ptr()] Ignoring attempt to access unknown > gsettings schema org.gnucash.GnuCash.general * 16:34:36 ERROR > <gnc.app-utils> gulong gnc_gsettings_register_cb(const gchar*, const > gchar*, gpointer, gpointer): assertion 'G_IS_SETTINGS (settings_ptr)' > failed * 16:34:36 ERROR <GLib-GIO> g_settings_new_full: assertion 'schema > != NULL' failed * 16:34:36 WARN <gnc.app-utils.gsettings> > [gnc_gsettings_get_settings_ptr()] Ignoring attempt to access unknown > gsettings schema org.gnucash.GnuCash.general * 16:34:36 ERROR > <gnc.app-utils> gulong gnc_gsettings_register_cb(const gchar*, const > gchar*, gpointer, gpointer): assertion 'G_IS_SETTINGS (settings_ptr)' > failed * 16:34:36 ERROR <GLib-GIO> g_settings_new_full: assertion 'schema > != NULL' failed * 16:34:36 WARN <gnc.app-utils.gsettings> > [gnc_gsettings_get_settings_ptr()] Ignoring attempt to access unknown > gsettings schema org.gnucash.GnuCash.general * 16:34:36 ERROR > <gnc.app-utils> gulong gnc_gsettings_register_cb(const gchar*, const > gchar*, gpointer, gpointer): assertion 'G_IS_SETTINGS (settings_ptr)' > failed * 16:34:36 ERROR <GLib-GIO> g_settings_new_full: assertion 'schema > != NULL' failed * 16:34:36 WARN <gnc.app-utils.gsettings> > [gnc_gsettings_get_settings_ptr()] Ignoring attempt to access unknown > gsettings schema org.gnucash.GnuCash.general * 16:34:36 ERROR > <gnc.app-utils> gulong gnc_gsettings_register_cb(const gchar*, const > gchar*, gpointer, gpointer): assertion 'G_IS_SETTINGS (settings_ptr)' > failed * 16:34:36 ERROR <GLib-GIO> g_settings_new_full: assertion 'schema > != NULL' failed * 16:34:36 WARN <gnc.app-utils.gsettings> > [gnc_gsettings_get_settings_ptr()] Ignoring attempt to access unknown > gsettings schema org.gnucash.GnuCash.general * 16:34:36 ERROR > <gnc.app-utils> gulong gnc_gsettings_register_cb(const gchar*, const > gchar*, gpointer, gpointer): assertion 'G_IS_SETTINGS (settings_ptr)' > failed * 16:34:36 ERROR <GLib-GIO> g_settings_new_full: assertion 'schema > != NULL' failed * 16:34:36 WARN <gnc.app-utils.gsettings> > [gnc_gsettings_get_settings_ptr()] Ignoring attempt to access unknown > gsettings schema org.gnucash.GnuCash.general * 16:34:36 ERROR > <gnc.app-utils> gboolean gnc_gsettings_get_bool(const gchar*, const > gchar*): assertion 'G_IS_SETTINGS (settings_ptr)' failed * 16:34:36 ERROR > <GLib-GIO> g_settings_new_full: assertion 'schema != NULL' failed * > 16:34:36 WARN <gnc.app-utils.gsettings> [gnc_gsettings_get_settings_ptr()] > Ignoring attempt to access unknown gsettings schema > org.gnucash.GnuCash.general * 16:34:36 ERROR <gnc.app-utils> gulong > gnc_gsettings_register_cb(const gchar*, const gchar*, gpointer, gpointer): > assertion 'G_IS_SETTINGS (settings_ptr)' failed * 16:34:36 ERROR <GLib-GIO> > g_settings_new_full: assertion 'schema != NULL' failed * 16:34:36 WARN > <gnc.app-utils.gsettings> [gnc_gsettings_get_settings_ptr()] Ignoring > attempt to access unknown gsettings schema org.gnucash.GnuCash.general * > 16:34:36 ERROR <gnc.app-utils> gulong gnc_gsettings_register_cb(const > gchar*, const gchar*, gpointer, gpointer): assertion 'G_IS_SETTINGS > (settings_ptr)' failed * 16:34:36 ERROR <GLib-GIO> g_settings_new_full: > assertion 'schema != NULL' failed * 16:34:36 WARN > <gnc.app-utils.gsettings> [gnc_gsettings_get_settings_ptr()] Ignoring > attempt to access unknown gsettings schema org.gnucash.GnuCash.general * > 16:34:36 ERROR <gnc.app-utils> gulong gnc_gsettings_register_cb(const > gchar*, const gchar*, gpointer, gpointer): assertion 'G_IS_SETTINGS > (settings_ptr)' failed * 16:34:36 ERROR <GLib-GIO> g_settings_new_full: > assertion 'schema != NULL' failed * 16:34:36 WARN > <gnc.app-utils.gsettings> [gnc_gsettings_get_settings_ptr()] Ignoring > attempt to access unknown gsettings schema org.gnucash.GnuCash.general * > 16:34:36 ERROR <gnc.app-utils> gulong gnc_gsettings_register_cb(const > gchar*, const gchar*, gpointer, gpointer): assertion 'G_IS_SETTINGS > (settings_ptr)' failed * 16:34:36 ERROR <GLib-GIO> g_settings_new_full: > assertion 'schema != NULL' failed * 16:34:36 WARN > <gnc.app-utils.gsettings> [gnc_gsettings_get_settings_ptr()] Ignoring > attempt to access unknown gsettings schema org.gnucash.GnuCash.general * > 16:34:36 ERROR <gnc.app-utils> gulong gnc_gsettings_register_cb(const > gchar*, const gchar*, gpointer, gpointer): assertion 'G_IS_SETTINGS > (settings_ptr)' failed * 16:34:36 ERROR <GLib-GIO> g_settings_new_full: > assertion 'schema != NULL' failed * 16:34:36 WARN > <gnc.app-utils.gsettings> [gnc_gsettings_get_settings_ptr()] Ignoring > attempt to access unknown gsettings schema org.gnucash.GnuCash.general * > 16:34:36 ERROR <gnc.app-utils> gboolean gnc_gsettings_get_bool(const > gchar*, const gchar*): assertion 'G_IS_SETTINGS (settings_ptr)' failed * > 16:34:36 ERROR <GLib-GIO> g_settings_new_full: assertion 'schema != NULL' > failed * 16:34:36 WARN <gnc.app-utils.gsettings> > [gnc_gsettings_get_settings_ptr()] Ignoring attempt to access unknown > gsettings schema org.gnucash.GnuCash.general * 16:34:36 ERROR > <gnc.app-utils> gboolean gnc_gsettings_get_bool(const gchar*, const > gchar*): assertion 'G_IS_SETTINGS (settings_ptr)' failed * 16:34:36 ERROR > <GLib-GIO> g_settings_new_full: assertion 'schema != NULL' failed * > 16:34:36 WARN <gnc.app-utils.gsettings> [gnc_gsettings_get_settings_ptr()] > Ignoring attempt to access unknown gsettings schema > org.gnucash.GnuCash.general * 16:34:36 ERROR <gnc.app-utils> gboolean > gnc_gsettings_get_bool(const gchar*, const gchar*): assertion > 'G_IS_SETTINGS (settings_ptr)' failed * 16:34:36 ERROR <GLib-GIO> > g_settings_new_full: assertion 'schema != NULL' failed * 16:34:36 WARN > <gnc.app-utils.gsettings> [gnc_gsettings_get_settings_ptr()] Ignoring > attempt to access unknown gsettings schema org.gnucash.GnuCash.dialogs.totd > * 16:34:36 ERROR <gnc.app-utils> gboolean gnc_gsettings_get_bool(const > gchar*, const gchar*): assertion 'G_IS_SETTINGS (settings_ptr)' failed * > 16:34:36 ERROR <GLib-GIO> g_settings_new_full: assertion 'schema != NULL' > failed * 16:34:36 WARN <gnc.app-utils.gsettings> > [gnc_gsettings_get_settings_ptr()] Ignoring attempt to access unknown > gsettings schema org.gnucash.GnuCash.dialogs.import.hbci * 16:34:36 ERROR > <gnc.app-utils> gboolean gnc_gsettings_get_bool(const gchar*, const > gchar*): assertion 'G_IS_SETTINGS (settings_ptr)' failed * 16:34:36 ERROR > <GLib-GIO> g_settings_new_full: assertion 'schema != NULL' failed * > 16:34:36 WARN <gnc.app-utils.gsettings> [gnc_gsettings_get_settings_ptr()] > Ignoring attempt to access unknown gsettings schema > org.gnucash.GnuCash.general * 16:34:36 ERROR <gnc.app-utils> GVariant* > gnc_gsettings_get_user_value(const gchar*, const gchar*): assertion > 'G_IS_SETTINGS (settings_ptr)' failed * 16:34:36 ERROR <GLib-GIO> > g_settings_new_full: assertion 'schema != NULL' failed * 16:34:36 WARN > <gnc.app-utils.gsettings> [gnc_gsettings_get_settings_ptr()] Ignoring > attempt to access unknown gsettings schema org.gnucash.general * 16:34:36 > ERROR <gnc.app-utils> GVariant* gnc_gsettings_get_user_value(const gchar*, > const gchar*): assertion 'G_IS_SETTINGS (settings_ptr)' failed * 16:34:36 > ERROR <GLib-GIO> g_settings_new_full: assertion 'schema != NULL' failed * > 16:34:36 WARN <gnc.app-utils.gsettings> [gnc_gsettings_get_settings_ptr()] > Ignoring attempt to access unknown gsettings schema > org.gnucash.GnuCash.general * 16:34:36 ERROR <gnc.app-utils> gdouble > gnc_gsettings_get_float(const gchar*, const gchar*): assertion > 'G_IS_SETTINGS (settings_ptr)' failed * 16:34:36 ERROR <GLib-GIO> > g_settings_new_full: assertion 'schema != NULL' failed * 16:34:36 WARN > <gnc.app-utils.gsettings> [gnc_gsettings_get_settings_ptr()] Ignoring > attempt to access unknown gsettings schema org.gnucash.GnuCash.general * > 16:34:36 ERROR <gnc.app-utils> gboolean gnc_gsettings_get_bool(const > gchar*, const gchar*): assertion 'G_IS_SETTINGS (settings_ptr)' failed * > 16:34:36 ERROR <GLib-GIO> g_settings_new_full: assertion 'schema != NULL' > failed * 16:34:36 WARN <gnc.app-utils.gsettings> > [gnc_gsettings_get_settings_ptr()] Ignoring attempt to access unknown > gsettings schema org.gnucash.GnuCash.general * 16:34:36 ERROR > <gnc.app-utils> gboolean gnc_gsettings_get_bool(const gchar*, const > gchar*): assertion 'G_IS_SETTINGS (settings_ptr)' failed * 16:34:36 ERROR > <GLib-GIO> g_settings_new_full: assertion 'schema != NULL' failed * > 16:34:36 WARN <gnc.app-utils.gsettings> [gnc_gsettings_get_settings_ptr()] > Ignoring attempt to access unknown gsettings schema > org.gnucash.GnuCash.general * 16:34:36 ERROR <gnc.app-utils> gboolean > gnc_gsettings_get_bool(const gchar*, const gchar*): assertion > 'G_IS_SETTINGS (settings_ptr)' failed * 16:34:36 WARN <gnc.app-utils> > [file_retain_type_changed_cb()] no file retention policy was set, assuming > conservative policy 'forever' * 16:34:36 ERROR <GLib-GIO> > g_settings_new_full: assertion 'schema != NULL' failed * 16:34:36 WARN > <gnc.app-utils.gsettings> [gnc_gsettings_get_settings_ptr()] Ignoring > attempt to access unknown gsettings schema org.gnucash.GnuCash.general * > 16:34:36 ERROR <gnc.app-utils> gboolean gnc_gsettings_get_bool(const > gchar*, const gchar*): assertion 'G_IS_SETTINGS (settings_ptr)' failed * > 16:34:36 ERROR <GLib-GIO> g_settings_new_full: assertion 'schema != NULL' > failed * 16:34:36 WARN <gnc.app-utils.gsettings> > [gnc_gsettings_get_settings_ptr()] Ignoring attempt to access unknown > gsettings schema org.gnucash.GnuCash.general * 16:34:36 ERROR > <gnc.app-utils> gulong gnc_gsettings_register_cb(const gchar*, const > gchar*, gpointer, gpointer): assertion 'G_IS_SETTINGS (settings_ptr)' > failed * 16:34:36 ERROR <GLib-GIO> g_settings_new_full: assertion 'schema > != NULL' failed * 16:34:36 WARN <gnc.app-utils.gsettings> > [gnc_gsettings_get_settings_ptr()] Ignoring attempt to access unknown > gsettings schema org.gnucash.GnuCash.general * 16:34:36 ERROR > <gnc.app-utils> gulong gnc_gsettings_register_cb(const gchar*, const > gchar*, gpointer, gpointer): assertion 'G_IS_SETTINGS (settings_ptr)' > failed * 16:34:36 ERROR <GLib-GIO> g_settings_new_full: assertion 'schema > != NULL' failed * 16:34:36 WARN <gnc.app-utils.gsettings> > [gnc_gsettings_get_settings_ptr()] Ignoring attempt to access unknown > gsettings schema org.gnucash.GnuCash.general * 16:34:36 ERROR > <gnc.app-utils> gulong gnc_gsettings_register_cb(const gchar*, const > gchar*, gpointer, gpointer): assertion 'G_IS_SETTINGS (settings_ptr)' > failed * 16:34:36 ERROR <GLib-GIO> g_settings_new_full: assertion 'schema > != NULL' failed * 16:34:36 WARN <gnc.app-utils.gsettings> > [gnc_gsettings_get_settings_ptr()] Ignoring attempt to access unknown > gsettings schema org.gnucash.GnuCash.general * 16:34:36 ERROR > <gnc.app-utils> gulong gnc_gsettings_register_cb(const gchar*, const > gchar*, gpointer, gpointer): assertion 'G_IS_SETTINGS (settings_ptr)' > failed * 16:34:36 ERROR <GLib-GIO> g_settings_new_full: assertion 'schema > != NULL' failed * 16:34:36 WARN <gnc.app-utils.gsettings> > [gnc_gsettings_get_settings_ptr()] Ignoring attempt to access unknown > gsettings schema org.gnucash.GnuCash.general * 16:34:36 ERROR > <gnc.app-utils> gulong gnc_gsettings_register_cb(const gchar*, const > gchar*, gpointer, gpointer): assertion 'G_IS_SETTINGS (settings_ptr)' > failed * 16:34:36 WARN <gnc.scm> > XDG__DATA_DIRS=/usr/share/ubuntu-xorg:/usr/share/gnome:/home/dellbert/.loca > l/share/flatpak/exports/share:/var/lib/flatpak/exports/share:/usr/local/shar > e/:/usr/share/:/var/lib/snapd/desktop * 16:34:36 ERROR <GLib-GIO> > g_settings_new_full: assertion 'schema != NULL' failed * 16:34:36 WARN > <gnc.app-utils.gsettings> [gnc_gsettings_get_settings_ptr()] Ignoring > attempt to access unknown gsettings schema org.gnucash.GnuCash.history * > 16:34:36 ERROR <gnc.app-utils> gulong gnc_gsettings_register_cb(const > gchar*, const gchar*, gpointer, gpointer): assertion 'G_IS_SETTINGS > (settings_ptr)' failed * 16:34:36 ERROR <GLib-GIO> g_settings_new_full: > assertion 'schema != NULL' failed * 16:34:36 WARN > <gnc.app-utils.gsettings> [gnc_gsettings_get_settings_ptr()] Ignoring > attempt to access unknown gsettings schema org.gnucash.GnuCash.history * > 16:34:36 ERROR <gnc.app-utils> gchar* gnc_gsettings_get_string(const > gchar*, const gchar*): assertion 'G_IS_SETTINGS (settings_ptr)' failed * > 16:34:36 ERROR <GLib-GIO> g_settings_new_full: assertion 'schema != NULL' > failed * 16:34:36 WARN <gnc.app-utils.gsettings> > [gnc_gsettings_get_settings_ptr()] Ignoring attempt to access unknown > gsettings schema org.gnucash.GnuCash.history * 16:34:36 ERROR > <gnc.app-utils> gint gnc_gsettings_get_int(const gchar*, const gchar*): > assertion 'G_IS_SETTINGS (settings_ptr)' failed * 16:34:36 ERROR <GLib-GIO> > g_settings_new_full: assertion 'schema != NULL' failed * 16:34:36 WARN > <gnc.app-utils.gsettings> [gnc_gsettings_get_settings_ptr()] Ignoring > attempt to access unknown gsettings schema org.gnucash.GnuCash.history * > 16:34:36 ERROR <gnc.app-utils> gchar* gnc_gsettings_get_string(const > gchar*, const gchar*): assertion 'G_IS_SETTINGS (settings_ptr)' failed * > 16:34:36 ERROR <GLib-GIO> g_settings_new_full: assertion 'schema != NULL' > failed * 16:34:36 WARN <gnc.app-utils.gsettings> > [gnc_gsettings_get_settings_ptr()] Ignoring attempt to access unknown > gsettings schema org.gnucash.GnuCash.history * 16:34:36 ERROR > <gnc.app-utils> gint gnc_gsettings_get_int(const gchar*, const gchar*): > assertion 'G_IS_SETTINGS (settings_ptr)' failed * 16:34:36 ERROR <GLib-GIO> > g_settings_new_full: assertion 'schema != NULL' failed * 16:34:36 WARN > <gnc.app-utils.gsettings> [gnc_gsettings_get_settings_ptr()] Ignoring > attempt to access unknown gsettings schema org.gnucash.GnuCash.history * > 16:34:36 ERROR <gnc.app-utils> gchar* gnc_gsettings_get_string(const > gchar*, const gchar*): assertion 'G_IS_SETTINGS (settings_ptr)' failed * > 16:34:36 ERROR <GLib-GIO> g_settings_new_full: assertion 'schema != NULL' > failed * 16:34:36 WARN <gnc.app-utils.gsettings> > [gnc_gsettings_get_settings_ptr()] Ignoring attempt to access unknown > gsettings schema org.gnucash.GnuCash.history * 16:34:36 ERROR > <gnc.app-utils> gint gnc_gsettings_get_int(const gchar*, const gchar*): > assertion 'G_IS_SETTINGS (settings_ptr)' failed * 16:34:36 ERROR <GLib-GIO> > g_settings_new_full: assertion 'schema != NULL' failed * 16:34:36 WARN > <gnc.app-utils.gsettings> [gnc_gsettings_get_settings_ptr()] Ignoring > attempt to access unknown gsettings schema org.gnucash.GnuCash.history * > 16:34:36 ERROR <gnc.app-utils> gchar* gnc_gsettings_get_string(const > gchar*, const gchar*): assertion 'G_IS_SETTINGS (settings_ptr)' failed * > 16:34:36 ERROR <GLib-GIO> g_settings_new_full: assertion 'schema != NULL' > failed * 16:34:36 WARN <gnc.app-utils.gsettings> > [gnc_gsettings_get_settings_ptr()] Ignoring attempt to access unknown > gsettings schema org.gnucash.GnuCash.history * 16:34:36 ERROR > <gnc.app-utils> gint gnc_gsettings_get_int(const gchar*, const gchar*): > assertion 'G_IS_SETTINGS (settings_ptr)' failed * 16:34:36 ERROR <GLib-GIO> > g_settings_new_full: assertion 'schema != NULL' failed * 16:34:36 WARN > <gnc.app-utils.gsettings> [gnc_gsettings_get_settings_ptr()] Ignoring > attempt to access unknown gsettings schema org.gnucash.GnuCash.history * > 16:34:36 ERROR <gnc.app-utils> gchar* gnc_gsettings_get_string(const > gchar*, const gchar*): assertion 'G_IS_SETTINGS (settings_ptr)' failed * > 16:34:36 ERROR <GLib-GIO> g_settings_new_full: assertion 'schema != NULL' > failed * 16:34:36 WARN <gnc.app-utils.gsettings> > [gnc_gsettings_get_settings_ptr()] Ignoring attempt to access unknown > gsettings schema org.gnucash.GnuCash.history * 16:34:36 ERROR > <gnc.app-utils> gint gnc_gsettings_get_int(const gchar*, const gchar*): > assertion 'G_IS_SETTINGS (settings_ptr)' failed * 16:34:36 ERROR <GLib-GIO> > g_settings_new_full: assertion 'schema != NULL' failed * 16:34:36 WARN > <gnc.app-utils.gsettings> [gnc_gsettings_get_settings_ptr()] Ignoring > attempt to access unknown gsettings schema org.gnucash.GnuCash.history * > 16:34:36 ERROR <gnc.app-utils> gchar* gnc_gsettings_get_string(const > gchar*, const gchar*): assertion 'G_IS_SETTINGS (settings_ptr)' failed * > 16:34:36 ERROR <GLib-GIO> g_settings_new_full: assertion 'schema != NULL' > failed * 16:34:36 WARN <gnc.app-utils.gsettings> > [gnc_gsettings_get_settings_ptr()] Ignoring attempt to access unknown > gsettings schema org.gnucash.GnuCash.history * 16:34:36 ERROR > <gnc.app-utils> gint gnc_gsettings_get_int(const gchar*, const gchar*): > assertion 'G_IS_SETTINGS (settings_ptr)' failed * 16:34:36 ERROR <GLib-GIO> > g_settings_new_full: assertion 'schema != NULL' failed * 16:34:36 WARN > <gnc.app-utils.gsettings> [gnc_gsettings_get_settings_ptr()] Ignoring > attempt to access unknown gsettings schema org.gnucash.GnuCash.history * > 16:34:36 ERROR <gnc.app-utils> gchar* gnc_gsettings_get_string(const > gchar*, const gchar*): assertion 'G_IS_SETTINGS (settings_ptr)' failed * > 16:34:36 ERROR <GLib-GIO> g_settings_new_full: assertion 'schema != NULL' > failed * 16:34:36 WARN <gnc.app-utils.gsettings> > [gnc_gsettings_get_settings_ptr()] Ignoring attempt to access unknown > gsettings schema org.gnucash.GnuCash.history * 16:34:36 ERROR > <gnc.app-utils> gint gnc_gsettings_get_int(const gchar*, const gchar*): > assertion 'G_IS_SETTINGS (settings_ptr)' failed * 16:34:36 ERROR <GLib-GIO> > g_settings_new_full: assertion 'schema != NULL' failed * 16:34:36 WARN > <gnc.app-utils.gsettings> [gnc_gsettings_get_settings_ptr()] Ignoring > attempt to access unknown gsettings schema org.gnucash.GnuCash.history * > 16:34:36 ERROR <gnc.app-utils> gchar* gnc_gsettings_get_string(const > gchar*, const gchar*): assertion 'G_IS_SETTINGS (settings_ptr)' failed * > 16:34:36 ERROR <GLib-GIO> g_settings_new_full: assertion 'schema != NULL' > failed * 16:34:36 WARN <gnc.app-utils.gsettings> > [gnc_gsettings_get_settings_ptr()] Ignoring attempt to access unknown > gsettings schema org.gnucash.GnuCash.history * 16:34:36 ERROR > <gnc.app-utils> gint gnc_gsettings_get_int(const gchar*, const gchar*): > assertion 'G_IS_SETTINGS (settings_ptr)' failed * 16:34:36 ERROR <GLib-GIO> > g_settings_new_full: assertion 'schema != NULL' failed * 16:34:36 WARN > <gnc.app-utils.gsettings> [gnc_gsettings_get_settings_ptr()] Ignoring > attempt to access unknown gsettings schema org.gnucash.GnuCash.history * > 16:34:36 ERROR <gnc.app-utils> gchar* gnc_gsettings_get_string(const > gchar*, const gchar*): assertion 'G_IS_SETTINGS (settings_ptr)' failed * > 16:34:36 ERROR <GLib-GIO> g_settings_new_full: assertion 'schema != NULL' > failed * 16:34:36 WARN <gnc.app-utils.gsettings> > [gnc_gsettings_get_settings_ptr()] Ignoring attempt to access unknown > gsettings schema org.gnucash.GnuCash.history * 16:34:36 ERROR > <gnc.app-utils> gint gnc_gsettings_get_int(const gchar*, const gchar*): > assertion 'G_IS_SETTINGS (settings_ptr)' failed * 16:34:36 ERROR <GLib-GIO> > g_settings_new_full: assertion 'schema != NULL' failed * 16:34:36 WARN > <gnc.app-utils.gsettings> [gnc_gsettings_get_settings_ptr()] Ignoring > attempt to access unknown gsettings schema org.gnucash.GnuCash.history * > 16:34:36 ERROR <gnc.app-utils> gchar* gnc_gsettings_get_string(const > gchar*, const gchar*): assertion 'G_IS_SETTINGS (settings_ptr)' failed * > 16:34:36 ERROR <GLib-GIO> g_settings_new_full: assertion 'schema != NULL' > failed * 16:34:36 WARN <gnc.app-utils.gsettings> > [gnc_gsettings_get_settings_ptr()] Ignoring attempt to access unknown > gsettings schema org.gnucash.GnuCash.history * 16:34:36 ERROR > <gnc.app-utils> gint gnc_gsettings_get_int(const gchar*, const gchar*): > assertion 'G_IS_SETTINGS (settings_ptr)' failed * 16:34:36 ERROR <GLib-GIO> > g_settings_new_full: assertion 'schema != NULL' failed * 16:34:36 WARN > <gnc.app-utils.gsettings> [gnc_gsettings_get_settings_ptr()] Ignoring > attempt to access unknown gsettings schema > org.gnucash.GnuCash.general.register * 16:34:36 ERROR <gnc.app-utils> > gulong gnc_gsettings_register_cb(const gchar*, const gchar*, gpointer, > gpointer): assertion 'G_IS_SETTINGS (settings_ptr)' failed * 16:34:36 ERROR > <GLib-GIO> g_settings_new_full: assertion 'schema != NULL' failed * > 16:34:36 WARN <gnc.app-utils.gsettings> [gnc_gsettings_get_settings_ptr()] > Ignoring attempt to access unknown gsettings schema > org.gnucash.GnuCash.general.register * 16:34:36 ERROR <gnc.app-utils> > gulong gnc_gsettings_register_cb(const gchar*, const gchar*, gpointer, > gpointer): assertion 'G_IS_SETTINGS (settings_ptr)' failed * 16:34:36 ERROR > <GLib-GIO> g_settings_new_full: assertion 'schema != NULL' failed * > 16:34:36 WARN <gnc.app-utils.gsettings> [gnc_gsettings_get_settings_ptr()] > Ignoring attempt to access unknown gsettings schema > org.gnucash.GnuCash.dialogs.business.invoice * 16:34:36 ERROR > <gnc.app-utils> void gnc_gsettings_bind(const gchar*, const gchar*, > gpointer, const gchar*): assertion 'G_IS_SETTINGS (settings_ptr)' failed > Found Finance::Quote version 1.51. > * 16:34:36 ERROR <GLib-GIO> g_settings_new_full: assertion 'schema != NULL' > failed * 16:34:36 WARN <gnc.app-utils.gsettings> > [gnc_gsettings_get_settings_ptr()] Ignoring attempt to access unknown > gsettings schema org.gnucash.GnuCash.dialogs.new-user * 16:34:36 ERROR > <gnc.app-utils> gboolean gnc_gsettings_get_bool(const gchar*, const > gchar*): assertion 'G_IS_SETTINGS (settings_ptr)' failed * 16:34:36 ERROR > <GLib-GIO> g_settings_new_full: assertion 'schema != NULL' failed * > 16:34:36 WARN <gnc.app-utils.gsettings> [gnc_gsettings_get_settings_ptr()] > Ignoring attempt to access unknown gsettings schema > org.gnucash.GnuCash.warnings.temporary * 16:35:19 ERROR <GLib-GIO> > g_settings_new_full: assertion 'schema != NULL' failed * 16:35:19 WARN > <gnc.app-utils.gsettings> [gnc_gsettings_get_settings_ptr()] Ignoring > attempt to access unknown gsettings schema org.gnucash.GnuCash.general * > 16:35:19 ERROR <gnc.app-utils> void gnc_gsettings_remove_cb_by_func(const > gchar*, const gchar*, gpointer, gpointer): assertion 'G_IS_SETTINGS > (settings_ptr)' failed * 16:35:19 ERROR <GLib-GIO> g_settings_new_full: > assertion 'schema != NULL' failed * 16:35:19 WARN > <gnc.app-utils.gsettings> [gnc_gsettings_get_settings_ptr()] Ignoring > attempt to access unknown gsettings schema org.gnucash.GnuCash.general * > 16:35:19 ERROR <gnc.app-utils> void gnc_gsettings_remove_cb_by_func(const > gchar*, const gchar*, gpointer, gpointer): assertion 'G_IS_SETTINGS > (settings_ptr)' failed * 16:35:19 ERROR <GLib-GIO> g_settings_new_full: > assertion 'schema != NULL' failed * 16:35:19 WARN > <gnc.app-utils.gsettings> [gnc_gsettings_get_settings_ptr()] Ignoring > attempt to access unknown gsettings schema org.gnucash.GnuCash.general * > 16:35:19 ERROR <gnc.app-utils> void gnc_gsettings_remove_cb_by_func(const > gchar*, const gchar*, gpointer, gpointer): assertion 'G_IS_SETTINGS > (settings_ptr)' failed * 16:35:19 ERROR <GLib-GIO> g_settings_new_full: > assertion 'schema != NULL' failed * 16:35:19 WARN > <gnc.app-utils.gsettings> [gnc_gsettings_get_settings_ptr()] Ignoring > attempt to access unknown gsettings schema org.gnucash.GnuCash.general * > 16:35:19 ERROR <gnc.app-utils> void gnc_gsettings_remove_cb_by_func(const > gchar*, const gchar*, gpointer, gpointer): assertion 'G_IS_SETTINGS > (settings_ptr)' failed * 16:35:19 ERROR <GLib-GIO> g_settings_new_full: > assertion 'schema != NULL' failed * 16:35:19 WARN > <gnc.app-utils.gsettings> [gnc_gsettings_get_settings_ptr()] Ignoring > attempt to access unknown gsettings schema org.gnucash.GnuCash.general * > 16:35:19 ERROR <gnc.app-utils> void gnc_gsettings_remove_cb_by_func(const > gchar*, const gchar*, gpointer, gpointer): assertion 'G_IS_SETTINGS > (settings_ptr)' failed * 16:35:19 ERROR <GLib-GIO> g_settings_new_full: > assertion 'schema != NULL' failed * 16:35:19 WARN > <gnc.app-utils.gsettings> [gnc_gsettings_get_settings_ptr()] Ignoring > attempt to access unknown gsettings schema org.gnucash.GnuCash.general * > 16:35:19 ERROR <gnc.app-utils> void gnc_gsettings_remove_cb_by_func(const > gchar*, const gchar*, gpointer, gpointer): assertion 'G_IS_SETTINGS > (settings_ptr)' failed * 16:35:19 ERROR <GLib-GIO> g_settings_new_full: > assertion 'schema != NULL' failed * 16:35:19 WARN > <gnc.app-utils.gsettings> [gnc_gsettings_get_settings_ptr()] Ignoring > attempt to access unknown gsettings schema org.gnucash.GnuCash.general * > 16:35:19 ERROR <gnc.app-utils> void gnc_gsettings_remove_cb_by_func(const > gchar*, const gchar*, gpointer, gpointer): assertion 'G_IS_SETTINGS > (settings_ptr)' failed * 16:35:19 ERROR <GLib-GIO> g_settings_new_full: > assertion 'schema != NULL' failed * 16:35:19 WARN > <gnc.app-utils.gsettings> [gnc_gsettings_get_settings_ptr()] Ignoring > attempt to access unknown gsettings schema org.gnucash.GnuCash.history * > 16:35:19 ERROR <gnc.app-utils> void gnc_gsettings_remove_cb_by_func(const > gchar*, const gchar*, gpointer, gpointer): assertion 'G_IS_SETTINGS > (settings_ptr)' failed * 16:35:19 ERROR <GLib-GIO> g_settings_new_full: > assertion 'schema != NULL' failed * 16:35:19 WARN > <gnc.app-utils.gsettings> [gnc_gsettings_get_settings_ptr()] Ignoring > attempt to access unknown gsettings schema > org.gnucash.GnuCash.general.register * 16:35:19 ERROR <gnc.app-utils> void > gnc_gsettings_remove_cb_by_func(const gchar*, const gchar*, gpointer, > gpointer): assertion 'G_IS_SETTINGS (settings_ptr)' failed * 16:35:19 ERROR > <GLib-GIO> g_settings_new_full: assertion 'schema != NULL' failed * > 16:35:19 WARN <gnc.app-utils.gsettings> [gnc_gsettings_get_settings_ptr()] > Ignoring attempt to access unknown gsettings schema > org.gnucash.GnuCash.general.register * 16:35:19 ERROR <gnc.app-utils> void > gnc_gsettings_remove_cb_by_func(const gchar*, const gchar*, gpointer, > gpointer): assertion 'G_IS_SETTINGS (settings_ptr)' failed * 16:35:19 ERROR > <GLib-GIO> g_settings_new_full: assertion 'schema != NULL' failed * > 16:35:19 WARN <gnc.app-utils.gsettings> [gnc_gsettings_get_settings_ptr()] > Ignoring attempt to access unknown gsettings schema > org.gnucash.GnuCash.general * 16:35:19 ERROR <gnc.app-utils> void > gnc_gsettings_remove_cb_by_func(const gchar*, const gchar*, gpointer, > gpointer): assertion 'G_IS_SETTINGS (settings_ptr)' failed * 16:35:19 ERROR > <GLib-GIO> g_settings_new_full: assertion 'schema != NULL' failed * > 16:35:19 WARN <gnc.app-utils.gsettings> [gnc_gsettings_get_settings_ptr()] > Ignoring attempt to access unknown gsettings schema > org.gnucash.GnuCash.general * 16:35:19 ERROR <gnc.app-utils> void > gnc_gsettings_remove_cb_by_func(const gchar*, const gchar*, gpointer, > gpointer): assertion 'G_IS_SETTINGS (settings_ptr)' failed * 16:35:19 ERROR > <GLib-GIO> g_settings_new_full: assertion 'schema != NULL' failed * > 16:35:19 WARN <gnc.app-utils.gsettings> [gnc_gsettings_get_settings_ptr()] > Ignoring attempt to access unknown gsettings schema > org.gnucash.GnuCash.general * 16:35:19 ERROR <gnc.app-utils> void > gnc_gsettings_remove_cb_by_func(const gchar*, const gchar*, gpointer, > gpointer): assertion 'G_IS_SETTINGS (settings_ptr)' failed * 16:35:19 ERROR > <GLib-GIO> g_settings_new_full: assertion 'schema != NULL' failed * > 16:35:19 WARN <gnc.app-utils.gsettings> [gnc_gsettings_get_settings_ptr()] > Ignoring attempt to access unknown gsettings schema > org.gnucash.GnuCash.general * 16:35:19 ERROR <gnc.app-utils> void > gnc_gsettings_remove_cb_by_func(const gchar*, const gchar*, gpointer, > gpointer): assertion 'G_IS_SETTINGS (settings_ptr)' failed * 16:35:19 ERROR > <GLib-GIO> g_settings_new_full: assertion 'schema != NULL' failed * > 16:35:19 WARN <gnc.app-utils.gsettings> [gnc_gsettings_get_settings_ptr()] > Ignoring attempt to access unknown gsettings schema > org.gnucash.GnuCash.general * 16:35:19 ERROR <gnc.app-utils> void > gnc_gsettings_remove_cb_by_func(const gchar*, const gchar*, gpointer, > gpointer): assertion 'G_IS_SETTINGS (settings_ptr)' failed * 16:35:19 ERROR > <GLib-GIO> g_settings_new_full: assertion 'schema != NULL' failed * > 16:35:19 WARN <gnc.app-utils.gsettings> [gnc_gsettings_get_settings_ptr()] > Ignoring attempt to access unknown gsettings schema > org.gnucash.GnuCash.general * 16:35:19 ERROR <gnc.app-utils> void > gnc_gsettings_remove_cb_by_func(const gchar*, const gchar*, gpointer, > gpointer): assertion 'G_IS_SETTINGS (settings_ptr)' failed * 16:35:19 ERROR > <GLib-GIO> g_settings_new_full: assertion 'schema != NULL' failed * > 16:35:19 WARN <gnc.app-utils.gsettings> [gnc_gsettings_get_settings_ptr()] > Ignoring attempt to access unknown gsettings schema > org.gnucash.GnuCash.general * 16:35:19 ERROR <gnc.app-utils> void > gnc_gsettings_remove_cb_by_func(const gchar*, const gchar*, gpointer, > gpointer): assertion 'G_IS_SETTINGS (settings_ptr)' failed * 16:35:20 ERROR > <GLib-GIO> g_settings_new_full: assertion 'schema != NULL' failed * > 16:35:20 WARN <gnc.app-utils.gsettings> [gnc_gsettings_get_settings_ptr()] > Ignoring attempt to access unknown gsettings schema > org.gnucash.GnuCash.general * 16:35:20 ERROR <gnc.app-utils> void > gnc_gsettings_remove_cb_by_func(const gchar*, const gchar*, gpointer, > gpointer): assertion 'G_IS_SETTINGS (settings_ptr)' failed * 16:35:20 ERROR > <GLib-GIO> g_settings_new_full: assertion 'schema != NULL' failed * > 16:35:20 WARN <gnc.app-utils.gsettings> [gnc_gsettings_get_settings_ptr()] > Ignoring attempt to access unknown gsettings schema > org.gnucash.GnuCash.general * 16:35:20 ERROR <gnc.app-utils> void > gnc_gsettings_remove_cb_by_func(const gchar*, const gchar*, gpointer, > gpointer): assertion 'G_IS_SETTINGS (settings_ptr)' failed * 16:35:20 ERROR > <GLib-GIO> g_settings_new_full: assertion 'schema != NULL' failed * > 16:35:20 WARN <gnc.app-utils.gsettings> [gnc_gsettings_get_settings_ptr()] > Ignoring attempt to access unknown gsettings schema > org.gnucash.GnuCash.general * 16:35:20 ERROR <gnc.app-utils> void > gnc_gsettings_remove_cb_by_func(const gchar*, const gchar*, gpointer, > gpointer): assertion 'G_IS_SETTINGS (settings_ptr)' failed * 16:35:20 ERROR > <GLib-GIO> g_settings_new_full: assertion 'schema != NULL' failed * > 16:35:20 WARN <gnc.app-utils.gsettings> [gnc_gsettings_get_settings_ptr()] > Ignoring attempt to access unknown gsettings schema > org.gnucash.GnuCash.general * 16:35:20 ERROR <gnc.app-utils> void > gnc_gsettings_remove_cb_by_func(const gchar*, const gchar*, gpointer, > gpointer): assertion 'G_IS_SETTINGS (settings_ptr)' failed * 16:35:20 ERROR > <GLib-GIO> g_settings_new_full: assertion 'schema != NULL' failed * > 16:35:20 WARN <gnc.app-utils.gsettings> [gnc_gsettings_get_settings_ptr()] > Ignoring attempt to access unknown gsettings schema > org.gnucash.GnuCash.general * 16:35:20 ERROR <gnc.app-utils> void > gnc_gsettings_remove_cb_by_func(const gchar*, const gchar*, gpointer, > gpointer): assertion 'G_IS_SETTINGS (settings_ptr)' failed * 16:35:20 ERROR > <GLib-GIO> g_settings_new_full: assertion 'schema != NULL' failed * > 16:35:20 WARN <gnc.app-utils.gsettings> [gnc_gsettings_get_settings_ptr()] > Ignoring attempt to access unknown gsettings schema > org.gnucash.GnuCash.general * 16:35:20 ERROR <gnc.app-utils> void > gnc_gsettings_remove_cb_by_func(const gchar*, const gchar*, gpointer, > gpointer): assertion 'G_IS_SETTINGS (settings_ptr)' failed * 16:35:20 ERROR > <GLib-GIO> g_settings_new_full: assertion 'schema != NULL' failed * > 16:35:20 WARN <gnc.app-utils.gsettings> [gnc_gsettings_get_settings_ptr()] > Ignoring attempt to access unknown gsettings schema > org.gnucash.GnuCash.general * 16:35:20 ERROR <gnc.app-utils> void > gnc_gsettings_remove_cb_by_func(const gchar*, const gchar*, gpointer, > gpointer): assertion 'G_IS_SETTINGS (settings_ptr)' failed * 16:35:20 ERROR > <GLib-GIO> g_settings_new_full: assertion 'schema != NULL' failed * > 16:35:20 WARN <gnc.app-utils.gsettings> [gnc_gsettings_get_settings_ptr()] > Ignoring attempt to access unknown gsettings schema > org.gnucash.GnuCash.general * 16:35:20 ERROR <gnc.app-utils> void > gnc_gsettings_remove_cb_by_func(const gchar*, const gchar*, gpointer, > gpointer): assertion 'G_IS_SETTINGS (settings_ptr)' failed * 16:35:20 ERROR > <GLib-GIO> g_settings_new_full: assertion 'schema != NULL' failed * > 16:35:20 WARN <gnc.app-utils.gsettings> [gnc_gsettings_get_settings_ptr()] > Ignoring attempt to access unknown gsettings schema > org.gnucash.GnuCash.general * 16:35:20 ERROR <gnc.app-utils> void > gnc_gsettings_remove_cb_by_func(const gchar*, const gchar*, gpointer, > gpointer): assertion 'G_IS_SETTINGS (settings_ptr)' failed * 16:35:20 ERROR > <GLib-GIO> g_settings_new_full: assertion 'schema != NULL' failed * > 16:35:20 WARN <gnc.app-utils.gsettings> [gnc_gsettings_get_settings_ptr()] > Ignoring attempt to access unknown gsettings schema > org.gnucash.GnuCash.general * 16:35:20 ERROR <gnc.app-utils> void > gnc_gsettings_remove_cb_by_func(const gchar*, const gchar*, gpointer, > gpointer): assertion 'G_IS_SETTINGS (settings_ptr)' failed * 16:35:20 ERROR > <GLib-GIO> g_settings_new_full: assertion 'schema != NULL' failed * > 16:35:20 WARN <gnc.app-utils.gsettings> [gnc_gsettings_get_settings_ptr()] > Ignoring attempt to access unknown gsettings schema > org.gnucash.GnuCash.general * 16:35:20 ERROR <gnc.app-utils> void > gnc_gsettings_remove_cb_by_func(const gchar*, const gchar*, gpointer, > gpointer): assertion 'G_IS_SETTINGS (settings_ptr)' failed * 16:35:20 ERROR > <GLib-GIO> g_settings_new_full: assertion 'schema != NULL' failed * > 16:35:20 WARN <gnc.app-utils.gsettings> [gnc_gsettings_get_settings_ptr()] > Ignoring attempt to access unknown gsettings schema > org.gnucash.GnuCash.general * 16:35:20 ERROR <gnc.app-utils> void > gnc_gsettings_remove_cb_by_func(const gchar*, const gchar*, gpointer, > gpointer): assertion 'G_IS_SETTINGS (settings_ptr)' failed * 16:35:20 ERROR > <GLib-GIO> g_settings_new_full: assertion 'schema != NULL' failed * > 16:35:20 WARN <gnc.app-utils.gsettings> [gnc_gsettings_get_settings_ptr()] > Ignoring attempt to access unknown gsettings schema > org.gnucash.GnuCash.general.report * 16:35:20 ERROR <gnc.app-utils> void > gnc_gsettings_remove_cb_by_func(const gchar*, const gchar*, gpointer, > gpointer): assertion 'G_IS_SETTINGS (settings_ptr)' failed * 16:35:20 ERROR > <GLib-GIO> g_settings_new_full: assertion 'schema != NULL' failed * > 16:35:20 WARN <gnc.app-utils.gsettings> [gnc_gsettings_get_settings_ptr()] > Ignoring attempt to access unknown gsettings schema > org.gnucash.GnuCash.general.report * 16:35:20 ERROR <gnc.app-utils> void > gnc_gsettings_remove_cb_by_func(const gchar*, const gchar*, gpointer, > gpointer): assertion 'G_IS_SETTINGS (settings_ptr)' failed * 16:35:20 ERROR > <GLib-GIO> g_settings_new_full: assertion 'schema != NULL' failed * > 16:35:20 WARN <gnc.app-utils.gsettings> [gnc_gsettings_get_settings_ptr()] > Ignoring attempt to access unknown gsettings schema > org.gnucash.GnuCash.general.report * 16:35:20 ERROR <gnc.app-utils> void > gnc_gsettings_remove_cb_by_func(const gchar*, const gchar*, gpointer, > gpointer): assertion 'G_IS_SETTINGS (settings_ptr)' failed * 16:35:20 ERROR > <GLib-GIO> g_settings_new_full: assertion 'schema != NULL' failed * > 16:35:20 WARN <gnc.app-utils.gsettings> [gnc_gsettings_get_settings_ptr()] > Ignoring attempt to access unknown gsettings schema > org.gnucash.GnuCash.general * 16:35:20 ERROR <gnc.app-utils> void > gnc_gsettings_remove_cb_by_func(const gchar*, const gchar*, gpointer, > gpointer): assertion 'G_IS_SETTINGS (settings_ptr)' failed * 16:35:20 ERROR > <GLib-GIO> g_settings_new_full: assertion 'schema != NULL' failed * > 16:35:20 WARN <gnc.app-utils.gsettings> [gnc_gsettings_get_settings_ptr()] > Ignoring attempt to access unknown gsettings schema > org.gnucash.GnuCash.general * 16:35:20 ERROR <gnc.app-utils> void > gnc_gsettings_remove_cb_by_func(const gchar*, const gchar*, gpointer, > gpointer): assertion 'G_IS_SETTINGS (settings_ptr)' failed * 16:35:20 ERROR > <GLib-GIO> g_settings_new_full: assertion 'schema != NULL' failed * > 16:35:20 WARN <gnc.app-utils.gsettings> [gnc_gsettings_get_settings_ptr()] > Ignoring attempt to access unknown gsettings schema > org.gnucash.GnuCash.general * 16:35:20 ERROR <gnc.app-utils> void > gnc_gsettings_remove_cb_by_func(const gchar*, const gchar*, gpointer, > gpointer): assertion 'G_IS_SETTINGS (settings_ptr)' failed * 16:35:20 ERROR > <GLib-GIO> g_settings_new_full: assertion 'schema != NULL' failed * > 16:35:20 WARN <gnc.app-utils.gsettings> [gnc_gsettings_get_settings_ptr()] > Ignoring attempt to access unknown gsettings schema > org.gnucash.GnuCash.general * 16:35:20 ERROR <gnc.app-utils> void > gnc_gsettings_remove_cb_by_func(const gchar*, const gchar*, gpointer, > gpointer): assertion 'G_IS_SETTINGS (settings_ptr)' failed * 16:35:20 ERROR > <GLib-GIO> g_settings_new_full: assertion 'schema != NULL' failed * > 16:35:20 WARN <gnc.app-utils.gsettings> [gnc_gsettings_get_settings_ptr()] > Ignoring attempt to access unknown gsettings schema > org.gnucash.GnuCash.general * 16:35:20 ERROR <gnc.app-utils> void > gnc_gsettings_remove_cb_by_func(const gchar*, const gchar*, gpointer, > gpointer): assertion 'G_IS_SETTINGS (settings_ptr)' failed * 16:35:20 ERROR > <GLib-GIO> g_settings_new_full: assertion 'schema != NULL' failed * > 16:35:20 WARN <gnc.app-utils.gsettings> [gnc_gsettings_get_settings_ptr()] > Ignoring attempt to access unknown gsettings schema > org.gnucash.GnuCash.general * 16:35:20 ERROR <gnc.app-utils> void > gnc_gsettings_remove_cb_by_func(const gchar*, const gchar*, gpointer, > gpointer): assertion 'G_IS_SETTINGS (settings_ptr)' failed * 16:35:20 ERROR > <GLib-GIO> g_settings_new_full: assertion 'schema != NULL' failed * > 16:35:20 WARN <gnc.app-utils.gsettings> [gnc_gsettings_get_settings_ptr()] > Ignoring attempt to access unknown gsettings schema > org.gnucash.GnuCash.general * 16:35:20 ERROR <gnc.app-utils> void > gnc_gsettings_remove_cb_by_func(const gchar*, const gchar*, gpointer, > gpointer): assertion 'G_IS_SETTINGS (settings_ptr)' failed > > > > > Regards, > > > > > Geert > > Op maandag 12 september 2022 14:49:18 CEST schreef Phil Wolff: > > On 9/11/22 13:02, Geert Janssens wrote: > > > > Op zaterdag 10 september 2022 19:49:52 CEST schreef Phil Wolff: > > > On 9/10/22 08:34, Geert Janssens wrote: > > > > > > > > > > > > That is really odd and again suggesting your gnucash is not configured > > > as > > > > > > > > > > > > per default. We'll have to find out where this comes from... > > > > > > > > > > > > > > > > > > > > > > > > Can you provide the result of commands > > > > > > > > > > > > > > > > > > > > > > > > alias gnucash > > > > > > > > > > > > type gnucash > > > > > > > > > > > > ls -l $(type gnucash) > > > > > > > > > > > > > > > > > > > > > > > > dellbert@dellbert:~$ alias gnucash > > > > > > > > > > > > bash: alias: gnucash: not found > > > > > > > > > > > > dellbert@dellbert:~$ type gnucash > > > > > > > > > > > > gnucash is /usr/bin/gnucash > > > > > > > > > > > > dellbert@dellbert:~$ ls -l $(type gnucash) > > > > > > > > > > > > ls: cannot access 'gnucash': No such file or directory > > > > > > > > > > > > ls: cannot access 'is': No such file or directory > > > > > > > > > > > > -rwxr-xr-x 1 root root 142088 Feb 9 2022 /usr/bin/gnucash > > > > Ok, these were to ensure our basic assumption is correct. You're > > effectively > > > > running /usr/bin/gnucash and not some alias or link to another location. > > > > > Also can you start gnucash once as follows: > > > > > > > > > > > > > > > > > > > > > > > > gnucash --log "gnc.app-utils=debug" > > > > > > > > > > > > > > > > > > > > > > > > You can leave out the name to your data file. It will reduce the amount > > > of > > > > > > > > > > > > messages in the trace file. > > > > > > > > > > > > > > > > > > > > > > > > After having run, can you filter the trace file for messages coming from > > > > > > > > > > > > gnc.app-utils and post them here? > > > > > > > > > > > > > > > > > > > > > > > > That's a way to find out where gnucash looks for the config-user.scm > > > > > > file... > > > > > > > > > > > > > > > > > > > > > > > > Filtering reduced line count from 943 to 815 😕 > > > > I'm sorry about that. I could have asked to filter more aggressively (but > > it was very late here when I wrote my last mail). This is the info I was > > looking for: > > > [gfec_try_load] looking for /etc/gnucash/config * 09:00:08 DEBUG > > > > > > > > > > > > <gnc.app-utils> > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > [gfec_try_load] looking for > > > /home/dellbert/.config/gnucash/config-user.scm > > > > > > > > > > > > * 09:00:08 DEBUG > > > > > > > > > > > > <gnc.app-utils> > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > [gfec_try_load] trying to load > > > > > > > > > > > > /home/dellbert/.config/gnucash/config-user.scm * 09:00:08 DEBUG > > > > > > > > > > > > <gnc.app-utils.gsettings> > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > These lines show that the config-user.scm file is found. No idea why this > > > > wouldn't print the value of XDG_DATA_DIRS to your gnucash trace file. But > > > > if needed we can debug that later. Let's first follow the other possible > > > > clue below. > > > > > > > > > > > > > > > > > > > > <snip> > > > > > As these early queries fail, no migration is started. And in general > > > > > > > > > > > > considering most queries fail, I think no preferences are ever kept > > > across > > > > > > > > > > > > gnucash restarts. You could experiment with this by setting a preference > > > > > > to > > > > > > > > > > > > non-default in gnucash. Restart gnucash and check the preference again ? > > > > > > > > > > > > > > > > > > > > > > > > I've done that - any changes I make are lost on a restart. > > > > Ok, that confirms gnucash has an issue with finding settings schemas in > > some > > > > way. > > > > > And if so can you use the command > > > > > > > > > > > > > > > > > > > > > > > > grep org.gnucash.general $(strings <file>) > > > > > > > > > > > > > > > > > > > > > > > > on each of these (replace <file> with the proper path to the > > > > > > > > > > > > gschemas.compiled file) > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > A rather long list containing zero occurences of gnucassh > > > > Unfortunately my command was bad (late night...) :( > > > > > > > > Can you retry with this command: > > > > > > > > > > > > > > > > > > > > strings ./share/glib-2.0/schemas/gschemas.compiled | grep > > > > org.gnucash.general > > > > > > > > > > > > dellbert@dellbert:/usr$ cd /usr/local > > > > dellbert@dellbert:/usr/local$ strings > > > > ./share/glib-2.0/schemas/gschemas.compiled | grep org.gnucash.general > > > > dellbert@dellbert:/usr/local$ > > > > > > > > > > > > And, for good measure, > > > > > > > > dellbert@dellbert:/usr/local$ cd /usr > > > > dellbert@dellbert:/usr$ strings ./share/glib-2.0/schemas/gschemas.compiled > > | > > > > grep org.gnucash.general ((iiii))org.gnucash.general.report > > > > /org/gnucash/general/report/ > > > > org.gnucash.general.report.pdf-export > > > > org.gnucash.general > > > > org.gnucash.general.report > > > > org.gnucash.general.register > > > > /org/gnucash/general/ > > > > (i)org.gnucash.general.finance-quote > > > > /org/gnucash/general/finance-quote/ > > > > org.gnucash.general.register > > > > /org/gnucash/general/register/ > > > > (s(yau))org.gnucash.general.report.pdf-export > > > > (s).path/org/gnucash/general/report/pdf-export/ > > > > general/org.gnucash.general > > > > dellbert@dellbert:/usr$ > > > > > > > > dellbert@dellbert:/usr$ cd /usr > > > > dellbert@dellbert:/usr$ strings ./share/glib-2.0/schemas/gschemas.compiled > > | > > > > grep org.gnucash.GnuCash.general (b)org.gnucash.GnuCash.general.report > > > > /org/gnucash/GnuCash/general/report/ > > > > org.gnucash.GnuCash.general.report.pdf-export > > > > (i)org.gnucash.GnuCash.general.finance-quote > > > > /org/gnucash/GnuCash/general/finance-quote/ > > > > org.gnucash.GnuCash.general > > > > org.gnucash.GnuCash.general.report > > > > org.gnucash.GnuCash.general.register > > > > /org/gnucash/GnuCash/general/ > > > > (i)org.gnucash.GnuCash.general.report.pdf-export > > > > (s).path/org/gnucash/GnuCash/general/report/pdf-export/ > > > > general/org.gnucash.GnuCash.general > > > > org.gnucash.GnuCash.general.register > > > > /org/gnucash/GnuCash/general/register/ > > > > dellbert@dellbert:/usr$ > > > > > > > > > > > > Incidentally, I have a Scheduled Transaction due today (9/12) that wasn't > > > > automatically created. Using Actions/Scheduled Transactions/Since last run > > > > did create it, as well as one for 9/14 which is configured for > > > > 2-days-in-advance creation, so that much is working as intended. > > > > > > > > > > > > Regards, > > > > > > > > > > > > > > > > > > > > Geert > > -- > What was that about a rising tide lifting all boats? What if you don't have > a boat? — Eugene Robinson _______________________________________________ gnucash-user mailing list [email protected] To update your subscription preferences or to unsubscribe: https://lists.gnucash.org/mailman/listinfo/gnucash-user ----- Please remember to CC this list on all your replies. You can do this by using Reply-To-List or Reply-All.
