From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?UTF-8?Q?Court=C3=A8s?=) Subject: bug#25037: abiword: Not openning file chooser, and GLib-GIO-ERROR error Date: Wed, 11 Jan 2017 23:08:47 +0100 Message-ID: <8737gpw8pc.fsf@gnu.org> References: <874m2uy19u.fsf@openmailbox.org> <87h96rbt4v.fsf@gnu.org> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:52378) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cRR4s-0004nc-Ea for bug-guix@gnu.org; Wed, 11 Jan 2017 17:09:07 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cRR4o-0003MH-CZ for bug-guix@gnu.org; Wed, 11 Jan 2017 17:09:06 -0500 Received: from debbugs.gnu.org ([208.118.235.43]:34857) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1cRR4o-0003MD-9P for bug-guix@gnu.org; Wed, 11 Jan 2017 17:09:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1cRR4o-0005M1-5c for bug-guix@gnu.org; Wed, 11 Jan 2017 17:09:02 -0500 Sender: "Debbugs-submit" Resent-To: bug-guix@gnu.org Resent-Message-ID: In-Reply-To: <87h96rbt4v.fsf@gnu.org> ("Ludovic \=\?utf-8\?Q\?Court\=C3\=A8s\=22'\?\= \=\?utf-8\?Q\?s\?\= message of "Mon, 28 Nov 2016 15:01:36 +0100") 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: Adonay Felipe Nogueira Cc: 25037-done@debbugs.gnu.org ludo@gnu.org (Ludovic Court=C3=A8s) skribis: > Adonay Felipe Nogueira skribis: > >> Abiword exits whenever one needs to use a file chooser to open or save >> files to be used or saved by AbiWord. >> >> # Steps to reproduce >> >> 1. Run AbiWord (with no other instances open, just to make sure). >> >> 2. Go to: File =E2=86=92 Open >> * Or to: File =E2=86=92 Save as >> * Or to: File =E2=86=92 Export > > I suspect the patch below addresses this problem: > > diff --git a/gnu/packages/abiword.scm b/gnu/packages/abiword.scm > index 8e89bb2..f4f79fd 100644 > --- a/gnu/packages/abiword.scm > +++ b/gnu/packages/abiword.scm > @@ -22,6 +22,7 @@ > #:use-module (guix packages) > #:use-module (guix download) > #:use-module (guix build-system gnu) > + #:use-module (guix build-system glib-or-gtk) > #:use-module (gnu packages) > #:use-module (gnu packages autotools) > #:use-module (gnu packages boost) > @@ -56,7 +57,7 @@ > (search-patches "abiword-wmf-version-lookup-fix.patch" > "abiword-explictly-cast-bools.patch")))) >=20=20 > - (build-system gnu-build-system) > + (build-system glib-or-gtk-build-system) > (arguments ;; NOTE: rsvg is disabled, since Abiword > `(#:configure-flags ;; supports it directly, and its BS is = broken. > (list Applied as 89b99531c2789baac421e003457c496471b16416, which fixes the problem. Ludo=E2=80=99.