all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Rene Saavedra via Bug reports for GNU Guix <bug-guix@gnu.org>
To: 55523@debbugs.gnu.org
Subject: bug#55523: Apostrophe does not run
Date: Fri, 20 May 2022 18:20:33 +0000	[thread overview]
Message-ID: <M1uYPV-V_yBAeh7VmUH3pS2OoR8TggVZQwWXFVFA3lNnVbGi_VjtwTY0Gy-yIl-kaXqgdX6Wp4YVwFA-Hz4AStfXWO7a5H6FT7hXmmy9Z3c=@protonmail.com> (raw)
In-Reply-To: <ZoJH_R9LifhDEaxjNhBMzL34DjtvfhqpFS-duF06REsNdYA3Q3tE_FwLqhrUlAzGcNAoQIpeNBZvmYpv5n0gbKNrLtrYrB7sXUmt3NN43Sw=@protonmail.com>

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

hello,

--
gi.require_version('WebKit2’, '4.0')
File
"/gnu/store/1av328rwnh02pbiclxfb1spxrshgd6an-python-pygobject-3.40.1/lib/python3.9/site-packages/gi/init.py",
 line 129, in require_version
raise ValueError('Namespace %s not available for version %s' %
ValueError: Namespace WebKit2 not available for version 4.0
--

Can you try to use the patch?, and see that the application works correctly.


--
Rene

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: 0001-gnu-apostrophe-Build-with-correct-webkitgtk.patch --]
[-- Type: text/x-patch; name=0001-gnu-apostrophe-Build-with-correct-webkitgtk.patch, Size: 836 bytes --]

From 78c76d11f0cd49168e2028c44c429343134b3f66 Mon Sep 17 00:00:00 2001
From: Rene Saavedra <nanuui@protonmail.com>
Date: Fri, 20 May 2022 13:13:49 -0500
Subject: [PATCH] gnu: apostrophe: Build with correct webkitgtk.

* gnu/packages/gnome.scm (apostrophe)[inputs]:
Replace webkitgtk with webkitgtk-with-libsoup2.
---
 gnu/packages/gnome.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 4a90245bff..7868063a05 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -12027,7 +12027,7 @@ (define-public apostrophe
            python-pygobject
            python-pyenchant
            python-pypandoc
-           webkitgtk))
+           webkitgtk-with-libsoup2))
     (native-inputs
      (list gettext-minimal
            `(,glib "bin")
-- 
2.36.0


  reply	other threads:[~2022-05-21 12:39 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-05-19 10:47 bug#55523: Apostrophe does not run MohammadSaleh Kamyab via Bug reports for GNU Guix
2022-05-20 18:20 ` Rene Saavedra via Bug reports for GNU Guix [this message]
2022-05-29 13:03   ` Efraim Flashner
2022-05-28  5:47 ` MohammadSaleh Kamayb via Bug reports for GNU Guix

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

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

  git send-email \
    --in-reply-to='M1uYPV-V_yBAeh7VmUH3pS2OoR8TggVZQwWXFVFA3lNnVbGi_VjtwTY0Gy-yIl-kaXqgdX6Wp4YVwFA-Hz4AStfXWO7a5H6FT7hXmmy9Z3c=@protonmail.com' \
    --to=bug-guix@gnu.org \
    --cc=55523@debbugs.gnu.org \
    --cc=nanuui@protonmail.com \
    /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 external index

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

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.