unofficial mirror of bug-guix@gnu.org 
 help / color / mirror / code / Atom feed
From: ludo@gnu.org (Ludovic Courtès)
To: Adonay Felipe Nogueira <adfeno@openmailbox.org>
Cc: 25037@debbugs.gnu.org
Subject: bug#25037: abiword: Not openning file chooser, and GLib-GIO-ERROR error
Date: Mon, 28 Nov 2016 15:01:36 +0100	[thread overview]
Message-ID: <87h96rbt4v.fsf@gnu.org> (raw)
In-Reply-To: <874m2uy19u.fsf@openmailbox.org> (Adonay Felipe Nogueira's message of "Sat, 26 Nov 2016 08:38:05 -0200")

[-- Attachment #1: Type: text/plain, Size: 420 bytes --]

Adonay Felipe Nogueira <adfeno@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:


[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: Type: text/x-patch, Size: 841 bytes --]

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

[-- Attachment #3: Type: text/plain, Size: 60 bytes --]


Could you try and report back?

Thank you!

Ludo’.

  reply	other threads:[~2016-11-28 14:02 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-11-26 10:38 bug#25037: abiword: Not openning file chooser, and GLib-GIO-ERROR error Adonay Felipe Nogueira
2016-11-28 14:01 ` Ludovic Courtès [this message]
2017-01-11 22:08   ` Ludovic Courtès
2016-11-28 15:58 ` Ricardo Wurmus
2016-12-09  9:05   ` Adonay Felipe Nogueira

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://guix.gnu.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87h96rbt4v.fsf@gnu.org \
    --to=ludo@gnu.org \
    --cc=25037@debbugs.gnu.org \
    --cc=adfeno@openmailbox.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).