all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Pierre Neidhardt <mail@ambrevar.xyz>
To: "Jérémy Korwin-Zmijowski" <jeremy@korwin-zmijowski.fr>,
	"Guix Help" <help-guix@gnu.org>
Subject: Re: glib-networking not found by Gnome ?
Date: Mon, 22 Feb 2021 15:59:52 +0100	[thread overview]
Message-ID: <87mtvwcfmf.fsf@ambrevar.xyz> (raw)
In-Reply-To: <035E2C7C-0AE3-4776-A01F-ECBBF52A01FE@korwin-zmijowski.fr>

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

What's in the etc/profile of your profile?

It should have something like

--8<---------------cut here---------------start------------->8---
export GIO_EXTRA_MODULES=\
"${GUIX_PROFILE:-/gnu/store/2amj32ic81b9inf32a88y8gg5y7019wx-profile}/lib/gio/modules${GIO_EXTRA_MODULES:+:}$GIO_EXTRA_MODULES"
--8<---------------cut here---------------end--------------->8---

since the glib package definition has this:

--8<---------------cut here---------------start------------->8---
   (native-search-paths
    ;; This variable is not really "owned" by GLib, but several related
    ;; packages refer to it: gobject-introspection's tools use it as a search
    ;; path for .gir files, and it's also a search path for schemas produced
    ;; by 'glib-compile-schemas'.
    (list (search-path-specification
           (variable "XDG_DATA_DIRS")
           (files '("share")))
          ;; To load extra gio modules from glib-networking, etc.
          (search-path-specification
           (variable "GIO_EXTRA_MODULES")
           (files '("lib/gio/modules")))))
   (search-paths native-search-paths)
--8<---------------cut here---------------end--------------->8---

Maybe try to install gsettings-desktop-schemas, see if that helps.

-- 
Pierre Neidhardt
https://ambrevar.xyz/

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 511 bytes --]

  reply	other threads:[~2021-02-22 15:06 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-02-21 22:52 glib-networking not found by Gnome ? Jérémy Korwin-Zmijowski
2021-02-22  7:24 ` Pierre Neidhardt
2021-02-22 13:29   ` Jérémy Korwin-Zmijowski
2021-02-22 14:59     ` Pierre Neidhardt [this message]
2021-02-22 16:06       ` Jérémy Korwin-Zmijowski

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=87mtvwcfmf.fsf@ambrevar.xyz \
    --to=mail@ambrevar.xyz \
    --cc=help-guix@gnu.org \
    --cc=jeremy@korwin-zmijowski.fr \
    /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.