emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[debbugs-tracker] bug#25037: closed (abiword: Not openning file chooser,


From: GNU bug Tracking System
Subject: [debbugs-tracker] bug#25037: closed (abiword: Not openning file chooser, and GLib-GIO-ERROR error)
Date: Wed, 11 Jan 2017 22:09:01 +0000

Your message dated Wed, 11 Jan 2017 23:08:47 +0100
with message-id <address@hidden>
and subject line Re: bug#25037: abiword: Not openning file chooser, and 
GLib-GIO-ERROR error
has caused the debbugs.gnu.org bug report #25037,
regarding abiword: Not openning file chooser, and GLib-GIO-ERROR error
to be marked as done.

(If you believe you have received this mail in error, please contact
address@hidden)


-- 
25037: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=25037
GNU Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- Subject: abiword: Not openning file chooser, and GLib-GIO-ERROR error Date: Sat, 26 Nov 2016 08:38:05 -0200 User-agent: Gnus/5.13 (Gnus v5.13) Emacs/25.1 (gnu/linux)
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.

Attachment: strace abiword.txt
Description: Text document


--- End Message ---
--- Begin Message --- Subject: Re: bug#25037: abiword: Not openning file chooser, and GLib-GIO-ERROR error Date: Wed, 11 Jan 2017 23:08:47 +0100 User-agent: Gnus/5.13 (Gnus v5.13) Emacs/25.1 (gnu/linux)
address@hidden (Ludovic Courtès) skribis:

> Adonay Felipe Nogueira <address@hidden> 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’.


--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]