From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp1 ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms11 with LMTPS id 6D4+NjPscl8PRQAA0tVLHw (envelope-from ) for ; Tue, 29 Sep 2020 08:11:31 +0000 Received: from aspmx1.migadu.com ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp1 with LMTPS id yJQRMjPscl8rUwAAbx9fmQ (envelope-from ) for ; Tue, 29 Sep 2020 08:11:31 +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 2EE2E94023C for ; Tue, 29 Sep 2020 08:11:31 +0000 (UTC) Received: from localhost ([::1]:60088 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1kNAjR-0000z4-7J for larch@yhetil.org; Tue, 29 Sep 2020 04:11:29 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:40772) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1kNAjC-0000xM-Uw for help-guix@gnu.org; Tue, 29 Sep 2020 04:11:14 -0400 Received: from mail2.protonmail.ch ([185.70.40.22]:64732) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1kNAj9-0000cG-Uu for help-guix@gnu.org; Tue, 29 Sep 2020 04:11:14 -0400 Date: Tue, 29 Sep 2020 08:11:01 +0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=protonmail.com; s=protonmail; t=1601367068; bh=IrqAwQuVjmqr5ppBcmBFOGk3xdpJ8IzWPsaoSx0dIaU=; h=Date:To:From:Reply-To:Subject:From; b=AIoJST09HGgkC701sm7ExU6gbJT4gPD+RqMnOdneV3cJEO7MzydZeAS0x6L9p1YOW T22qGiYmPZnZscoT0fwm7+mgxtquCm504DO7DgJAiVpdYNmKURAhW+jRGWBc1qm/uB HzLmg3G+KnvufljpM0MeEAVGLYq9v6xzSrOxnoTM= To: "help-guix\\@gnu.org" From: =?utf-8?Q?Todor_Kondi=C4=87?= Subject: Setting GI_TYPELIB_PATH breaks Gnome @ Pop-OS Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Received-SPF: pass client-ip=185.70.40.22; envelope-from=tk.code@protonmail.com; helo=mail2.protonmail.ch X-detected-operating-system: by eggs.gnu.org: First seen = 2020/09/29 04:11:08 X-ACL-Warn: Detected OS = Linux 2.2.x-3.x [generic] [fuzzy] X-Spam_score_int: -26 X-Spam_score: -2.7 X-Spam_bar: -- X-Spam_report: (-2.7 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, FREEMAIL_FROM=0.001, RCVD_IN_DNSWL_NONE=-0.0001, RCVD_IN_MSPIKE_H2=-0.614, SPF_HELO_PASS=-0.001, SPF_PASS=-0.001 autolearn=ham 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: , Reply-To: =?utf-8?Q?Todor_Kondi=C4=87?= Errors-To: help-guix-bounces+larch=yhetil.org@gnu.org Sender: "Help-Guix" X-Scanner: scn0 Authentication-Results: aspmx1.migadu.com; dkim=pass header.d=protonmail.com header.s=protonmail header.b=AIoJST09; dmarc=pass (policy=quarantine) header.from=protonmail.com; 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-Spam-Score: -1.71 X-TUID: A5skqiAQXHPq Hi all, A $GUIX_PROFILE/etc/profile script sets GI_TYPELIB_PATH to something. On a = hybrid (Guix+PopOS) system this prevents logging in (the "Uh Oh! ..." Gnome= crash message). cat /etc/os-release ------------------- NAME=3D"Pop!_OS" VERSION=3D"20.04 LTS" ID=3Dpop ID_LIKE=3D"ubuntu debian" PRETTY_NAME=3D"Pop!_OS 20.04 LTS" VERSION_ID=3D"20.04" HOME_URL=3D"https://pop.system76.com" SUPPORT_URL=3D"https://support.system76.com" BUG_REPORT_URL=3D"https://github.com/pop-os/pop/issues" PRIVACY_POLICY_URL=3D"https://system76.com/privacy" VERSION_CODENAME=3Dfocal UBUNTU_CODENAME=3Dfocal LOGO=3Ddistributor-logo-pop-os ----------------------------- Gnome version is 3.36.3 Is it fine if I unset this variable? Or, can it hold more than one paths (s= o if I figure out what is the default path on my system I can add).