From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp2 ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms11 with LMTPS id oPdaMF3IM2AmBwAA0tVLHw (envelope-from ) for ; Mon, 22 Feb 2021 15:06:05 +0000 Received: from aspmx1.migadu.com ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp2 with LMTPS id yMhWLF3IM2BCDgAAB5/wlQ (envelope-from ) for ; Mon, 22 Feb 2021 15:06:05 +0000 Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by aspmx1.migadu.com (Postfix) with ESMTPS id D74B91E3ED for ; Mon, 22 Feb 2021 16:06:04 +0100 (CET) Received: from localhost ([::1]:37030 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1lECmi-0002aX-2V for larch@yhetil.org; Mon, 22 Feb 2021 10:06:04 -0500 Received: from eggs.gnu.org ([2001:470:142:3::10]:54060) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1lECgy-0006hi-Ry for help-guix@gnu.org; Mon, 22 Feb 2021 10:00:08 -0500 Received: from relay7-d.mail.gandi.net ([217.70.183.200]:43573) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1lECgo-0003cU-QY for help-guix@gnu.org; Mon, 22 Feb 2021 10:00:04 -0500 X-Originating-IP: 92.169.147.163 Received: from bababa (lfbn-idf2-1-1335-163.w92-169.abo.wanadoo.fr [92.169.147.163]) (Authenticated sender: mail@ambrevar.xyz) by relay7-d.mail.gandi.net (Postfix) with ESMTPSA id 97B5A20004; Mon, 22 Feb 2021 14:59:53 +0000 (UTC) From: Pierre Neidhardt To: =?utf-8?B?SsOpcsOpbXk=?= Korwin-Zmijowski , Guix Help Subject: Re: glib-networking not found by Gnome ? In-Reply-To: <035E2C7C-0AE3-4776-A01F-ECBBF52A01FE@korwin-zmijowski.fr> References: <474d14a55e75e2277d729fd687e054aa45efe20b.camel@korwin-zmijowski.fr> <87sg5od0p1.fsf@ambrevar.xyz> <035E2C7C-0AE3-4776-A01F-ECBBF52A01FE@korwin-zmijowski.fr> Date: Mon, 22 Feb 2021 15:59:52 +0100 Message-ID: <87mtvwcfmf.fsf@ambrevar.xyz> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha256; protocol="application/pgp-signature" Received-SPF: pass client-ip=217.70.183.200; envelope-from=mail@ambrevar.xyz; helo=relay7-d.mail.gandi.net X-Spam_score_int: -1 X-Spam_score: -0.2 X-Spam_bar: / X-Spam_report: (-0.2 / 5.0 requ) BAYES_00=-1.9, FROM_SUSPICIOUS_NTLD=0.499, PDS_OTHER_BAD_TLD=1.95, RCVD_IN_DNSWL_LOW=-0.7, RCVD_IN_MSPIKE_H2=-0.001, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=no autolearn_force=no X-Spam_action: no action X-BeenThere: help-guix@gnu.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-guix-bounces+larch=yhetil.org@gnu.org Sender: "Help-Guix" X-Migadu-Flow: FLOW_IN X-Migadu-Spam-Score: -0.97 Authentication-Results: aspmx1.migadu.com; dkim=none; dmarc=none; spf=pass (aspmx1.migadu.com: domain of help-guix-bounces@gnu.org designates 209.51.188.17 as permitted sender) smtp.mailfrom=help-guix-bounces@gnu.org X-Migadu-Queue-Id: D74B91E3ED X-Spam-Score: -0.97 X-Migadu-Scanner: scn0.migadu.com X-TUID: 5gV8JokjPqNy --=-=-= Content-Type: text/plain Content-Transfer-Encoding: quoted-printable What's in the etc/profile of your profile? It should have something like =2D-8<---------------cut here---------------start------------->8--- export GIO_EXTRA_MODULES=3D\ "${GUIX_PROFILE:-/gnu/store/2amj32ic81b9inf32a88y8gg5y7019wx-profile}/lib/g= io/modules${GIO_EXTRA_MODULES:+:}$GIO_EXTRA_MODULES" =2D-8<---------------cut here---------------end--------------->8--- since the glib package definition has this: =2D-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 sear= ch ;; 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) =2D-8<---------------cut here---------------end--------------->8--- Maybe try to install gsettings-desktop-schemas, see if that helps. =2D-=20 Pierre Neidhardt https://ambrevar.xyz/ --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQFGBAEBCAAwFiEEUPM+LlsMPZAEJKvom9z0l6S7zH8FAmAzxugSHG1haWxAYW1i cmV2YXIueHl6AAoJEJvc9Jeku8x/zRUH/1MTaPAbPtkVmJImiYV6bQAczur4koSi XbC79i+WoZtTvPX9PwOU8ObX+ZlxAqvJnXU2GkIWJ6LpyY2XRbY8G+aOIyCZLfwQ jFZ4jWcsF7Vn9zAroCeZIqS+5uMXKjBIpO6C9NQFNq4m3twdT0CXNn3kQPSqhZCW j0GF/0bcBxpkRD9wRfwHhYGBve1HPbsBcTvOkSrAs+B95QDbIxJATbhqhRWXvOGW 4pL/xJERvYBrR3AqjKe1OB9onbsdp8HY2ek1mG5ucZLKgOeYhf3mQKrSPawJKxHF 8pjV0Wuyp87TpfXML5qcDZHXrzjvqKYdEcRdxZx7JU4BApkq/JnnlWo= =hY2s -----END PGP SIGNATURE----- --=-=-=--