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 MD14Myb3tF8wNwAA0tVLHw (envelope-from ) for ; Wed, 18 Nov 2020 10:27:50 +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 6GJiLyb3tF8/EgAA1q6Kng (envelope-from ) for ; Wed, 18 Nov 2020 10:27:50 +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 5BE61940480 for ; Wed, 18 Nov 2020 10:27:50 +0000 (UTC) Received: from localhost ([::1]:51906 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1kfKgn-0002xX-85 for larch@yhetil.org; Wed, 18 Nov 2020 05:27:49 -0500 Received: from eggs.gnu.org ([2001:470:142:3::10]:51506) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1kfKcC-0004xE-QZ for guix-patches@gnu.org; Wed, 18 Nov 2020 05:23:05 -0500 Received: from debbugs.gnu.org ([209.51.188.43]:50969) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1kfKcA-0004Cc-IM for guix-patches@gnu.org; Wed, 18 Nov 2020 05:23:04 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1kfKcA-0001Lz-Em for guix-patches@gnu.org; Wed, 18 Nov 2020 05:23: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 10:23: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.16056949645159 (code B ref 44720); Wed, 18 Nov 2020 10:23:02 +0000 Received: (at 44720) by debbugs.gnu.org; 18 Nov 2020 10:22:44 +0000 Received: from localhost ([127.0.0.1]:34281 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kfKbs-0001L9-8n for submit@debbugs.gnu.org; Wed, 18 Nov 2020 05:22:44 -0500 Received: from relay3-d.mail.gandi.net ([217.70.183.195]:54747) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kfKbo-0001Kg-4g for 44720@debbugs.gnu.org; Wed, 18 Nov 2020 05:22:42 -0500 X-Originating-IP: 176.185.184.238 Received: from localhost (static-176-185-184-238.ftth.abo.bbox.fr [176.185.184.238]) (Authenticated sender: tanguy@bioneland.org) by relay3-d.mail.gandi.net (Postfix) with ESMTPSA id 07FEA60002; Wed, 18 Nov 2020 10:22:32 +0000 (UTC) Date: Wed, 18 Nov 2020 11:22:30 +0100 From: Tanguy LE CARROUR References: <20201118083057.22752-1-tanguy@bioneland.org> <20201118100306.GA20593@E5400> In-Reply-To: <20201118100306.GA20593@E5400> MIME-Version: 1.0 User-Agent: astroid/0.15.0 (https://github.com/astroidmail/astroid) Message-Id: <1605694859.a6kz43zy47.astroid@melmoth.none> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Spam-Score: 0.0 (/) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-Spam-Score: -1.0 (-) 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: muLPW/+Jdt69 Hi, 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. Nop, does not work! :-( I still get the following error message on startup: ``` (astroid:7236): GLib-GIO-ERROR **: 11:19:11.738: Settings schema 'org.gnome= .desktop.interface' is not installed ``` --=20 Tanguy