GNU bug report logs - #25037
abiword: Not openning file chooser, and GLib-GIO-ERROR error

Previous Next

Package: guix;

Reported by: Adonay Felipe Nogueira <adfeno <at> openmailbox.org>

Date: Sat, 26 Nov 2016 18:23:02 UTC

Severity: normal

Tags: patch

Done: ludo <at> gnu.org (Ludovic Courtès)

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: Adonay Felipe Nogueira <adfeno <at> openmailbox.org>
Subject: bug#25037: closed (Re: bug#25037: abiword: Not openning file
 chooser, and GLib-GIO-ERROR error)
Date: Wed, 11 Jan 2017 22:09:02 +0000
[Message part 1 (text/plain, inline)]
Your bug report

#25037: abiword: Not openning file chooser, and GLib-GIO-ERROR error

which was filed against the guix package, has been closed.

The explanation is attached below, along with your original report.
If you require more details, please reply to 25037 <at> debbugs.gnu.org.

-- 
25037: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=25037
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: ludo <at> gnu.org (Ludovic Courtès)
To: Adonay Felipe Nogueira <adfeno <at> openmailbox.org>
Cc: 25037-done <at> debbugs.gnu.org
Subject: Re: bug#25037: abiword: Not openning file chooser,
 and GLib-GIO-ERROR error
Date: Wed, 11 Jan 2017 23:08:47 +0100
ludo <at> gnu.org (Ludovic Courtès) skribis:

> Adonay Felipe Nogueira <adfeno <at> openmailbox.org> 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 → Open
>>   * Or to: File → Save as
>>   * Or to: File → 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"))))
>  
> -    (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’.

[Message part 3 (message/rfc822, inline)]
From: Adonay Felipe Nogueira <adfeno <at> openmailbox.org>
To: bug-guix <at> gnu.org
Subject: abiword: Not openning file chooser, and GLib-GIO-ERROR error
Date: Sat, 26 Nov 2016 08:38:05 -0200
[Message part 4 (text/plain, inline)]
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 → Open
  * Or to: File → Save as
  * Or to: File → Export

# Notes

I have attached the strace from the start of `strace abiword` until the
File → Open action is done.

# Workaround

At least for openning files: Run AbiWord with the existing file as argument.


Respectfully, Adonay.
[strace abiword.txt (text/plain, attachment)]

This bug report was last modified 7 years and 221 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.