Maxim Cournoyer <[email protected]> writes: > There doesn't seem to be a solution readily available, unfortunately. > > [0] https://gitlab.gnome.org/GNOME/gtk/issues/61
The crash is triggered by using IBus and configuring an IM module (such as can be done for example by setting the GTK_IM_MODULE environment variable). In my case, I could start GnuCash with: $ GTK_IM_MODULE= gnucash and this works around the segfaults.
