From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp0 ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms11 with LMTPS id gATrErcotV+2CAAA0tVLHw (envelope-from ) for ; Wed, 18 Nov 2020 13:59:19 +0000 Received: from aspmx1.migadu.com ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp0 with LMTPS id mCzSDrcotV91GAAA1q6Kng (envelope-from ) for ; Wed, 18 Nov 2020 13:59:19 +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 B0149940480 for ; Wed, 18 Nov 2020 13:59:18 +0000 (UTC) Received: from localhost ([::1]:59114 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1kfNzQ-00016U-9W for larch@yhetil.org; Wed, 18 Nov 2020 08:59:16 -0500 Received: from eggs.gnu.org ([2001:470:142:3::10]:42288) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1kfNzC-00016H-Rx for guix-patches@gnu.org; Wed, 18 Nov 2020 08:59:03 -0500 Received: from debbugs.gnu.org ([209.51.188.43]:51262) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1kfNzC-0006cJ-JD for guix-patches@gnu.org; Wed, 18 Nov 2020 08:59:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1kfNzC-0002Uj-I8 for guix-patches@gnu.org; Wed, 18 Nov 2020 08:59:02 -0500 X-Loop: help-debbugs@gnu.org Subject: [bug#44720] [PATCH] gnu: astroid: Fix inputs. Resent-From: Tanguy LE CARROUR Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Wed, 18 Nov 2020 13:59:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 44720 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: Efraim Flashner Cc: 44720@debbugs.gnu.org Received: via spool by 44720-submit@debbugs.gnu.org id=B44720.16057079069544 (code B ref 44720); Wed, 18 Nov 2020 13:59:02 +0000 Received: (at 44720) by debbugs.gnu.org; 18 Nov 2020 13:58:26 +0000 Received: from localhost ([127.0.0.1]:34575 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kfNyc-0002Ts-5c for submit@debbugs.gnu.org; Wed, 18 Nov 2020 08:58:26 -0500 Received: from relay11.mail.gandi.net ([217.70.178.231]:37669) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kfNya-0002Tf-98 for 44720@debbugs.gnu.org; Wed, 18 Nov 2020 08:58:24 -0500 Received: from localhost (static-176-185-184-238.axione.abo.bbox.fr [176.185.184.238]) (Authenticated sender: tanguy@bioneland.org) by relay11.mail.gandi.net (Postfix) with ESMTPSA id E3B5210000D; Wed, 18 Nov 2020 13:58:16 +0000 (UTC) Date: Wed, 18 Nov 2020 14:58:13 +0100 From: Tanguy LE CARROUR References: <20201118083057.22752-1-tanguy@bioneland.org> <20201118100306.GA20593@E5400> <1605694859.a6kz43zy47.astroid@melmoth.none> <20201118105045.GB31988@E5400> In-Reply-To: <20201118105045.GB31988@E5400> MIME-Version: 1.0 User-Agent: astroid/0.15.0 (https://github.com/astroidmail/astroid) Message-Id: <1605707829.wdx7p9q27y.astroid@melmoth.none> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Spam-Score: -0.7 (/) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-Spam-Score: -1.7 (-) X-BeenThere: guix-patches@gnu.org List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+larch=yhetil.org@gnu.org Sender: "Guix-patches" X-Scanner: ns3122888.ip-94-23-21.eu Authentication-Results: aspmx1.migadu.com; dkim=none; dmarc=none; spf=pass (aspmx1.migadu.com: domain of guix-patches-bounces@gnu.org designates 209.51.188.17 as permitted sender) smtp.mailfrom=guix-patches-bounces@gnu.org X-Spam-Score: -1.01 X-TUID: P1CpldhoAkGd Hi, Excerpts from Efraim Flashner's message of November 18, 2020 11:50 am: > On Wed, Nov 18, 2020 at 11:22:30AM +0100, Tanguy LE CARROUR wrote: >> Excerpts from Efraim Flashner's message of November 18, 2020 11:03 am: >> > Can you try the attached patch? It wraps the binary in GI_TYPELIB_PATH >> > instead of propagating gsettings-desktop-schemas. >>=20 >> Nop, does not work! :-( >>=20 >> I still get the following error message on startup: >>=20 >> ``` >> (astroid:7236): GLib-GIO-ERROR **: 11:19:11.738: Settings schema 'org.gn= ome.desktop.interface' is not installed >> ``` >>=20 >=20 > I have another patch to try! And this one works fine! I'll have to read it again, just to make sure I understand everything! ^_^' Thanks --=20 Tanguy