> On Sep 13, 2018, at 8:52 AM, John Ralls <jra...@ceridwen.us> wrote: > > > >> On Sep 13, 2018, at 8:41 AM, David T. via gnucash-devel >> <gnucash-devel@gnucash.org> wrote: >> >> Odd. How would GnuCash access that on a different user login? >> >> Just for completeness, I checked in /Library/Preferences as well, but did >> not find org.gnucash.Gnucash.plist there. >> > > It shouldn’t. Did you try running GnuCash from the command line with --nofile > as your test user? Adrien’s testing suggests that there’s a problem with > gnc_get_file_to_load().
Looks like the problem is that it depends on gnc_prefs_get_string() to return NULL if the last file pref isn’t set, but it returns an empty string instead thanks to that being what g_settings_get_string does. Regards, John Ralls _______________________________________________ gnucash-devel mailing list gnucash-devel@gnucash.org https://lists.gnucash.org/mailman/listinfo/gnucash-devel