From mboxrd@z Thu Jan 1 00:00:00 1970 From: Maxim Cournoyer Subject: bug#33958: Gnucash 3.3 segfaults when attempting to edit the register Date: Wed, 02 Jan 2019 21:58:17 -0500 Message-ID: <87bm4yphva.fsf@gmail.com> References: <87lg42po61.fsf@gmail.com> <87ftuapja9.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([208.118.235.92]:53313) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1getEF-0001lI-55 for bug-guix@gnu.org; Wed, 02 Jan 2019 21:59:31 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1getDr-0007q0-JI for bug-guix@gnu.org; Wed, 02 Jan 2019 21:59:11 -0500 Received: from debbugs.gnu.org ([208.118.235.43]:38918) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1getDq-0007os-NP for bug-guix@gnu.org; Wed, 02 Jan 2019 21:59:03 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1getDq-0003CN-Ew for bug-guix@gnu.org; Wed, 02 Jan 2019 21:59:02 -0500 Sender: "Debbugs-submit" Resent-Message-ID: In-Reply-To: <87ftuapja9.fsf@gmail.com> (Maxim Cournoyer's message of "Wed, 02 Jan 2019 21:27:42 -0500") List-Id: Bug reports for GNU Guix List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-guix-bounces+gcggb-bug-guix=m.gmane.org@gnu.org Sender: "bug-Guix" To: 33958@debbugs.gnu.org Maxim Cournoyer 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.