From debbugs-submit-bounces@debbugs.gnu.org Sun Oct 16 13:34:36 2022 Received: (at submit) by debbugs.gnu.org; 16 Oct 2022 17:34:36 +0000 Received: from localhost ([127.0.0.1]:46068 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1ok7X1-0004pk-Oi for submit@debbugs.gnu.org; Sun, 16 Oct 2022 13:34:36 -0400 Received: from lists.gnu.org ([209.51.188.17]:36680) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1ok7X0-0004pc-1D for submit@debbugs.gnu.org; Sun, 16 Oct 2022 13:34:34 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:56160) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1ok7Wz-0004zc-RF for guix-patches@gnu.org; Sun, 16 Oct 2022 13:34:33 -0400 Received: from knopi.disroot.org ([178.21.23.139]:36674) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1ok7Wx-0003m6-KR for guix-patches@gnu.org; Sun, 16 Oct 2022 13:34:33 -0400 Received: from localhost (localhost [127.0.0.1]) by disroot.org (Postfix) with ESMTP id 410614DC06 for ; Sun, 16 Oct 2022 19:34:26 +0200 (CEST) X-Virus-Scanned: SPAM Filter at disroot.org Received: from knopi.disroot.org ([127.0.0.1]) by localhost (disroot.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 5kgBtzYXdGFY for ; Sun, 16 Oct 2022 19:34:25 +0200 (CEST) From: =?utf-8?B?TcOhamEgVG9tw6HFoWVr?= DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=disroot.org; s=mail; t=1665941664; bh=czKhZO7+zJsi2AD4vLh/zAUxNS6vRenSQxFcQtj6Y1U=; h=From:To:Subject:Date; b=XIqM/zW3cRS2n5xtXdUzQeSWf7+dcUAEuy+wxafnLjTb1uF7PlEVB27oWD/c/lu+V V8NQPKjWg8M+NX2MNra4qIvSJpr3OSYMn/WjmtqM6/BVek/hZXUyS5qI8uMwzd8Ims tLKIO1r4KE/fAPwSa69xGUrxOR9A8Qac010TIby5gClck8hSHrNBjBamX9Dn9lnBS6 U5zxh2V+0mHFV4sFMzIzdfnoP9Cv9SE8CEGGjUuhU8BnGNrAvtPupkfulSRsRt4Rpj MGCJhZnTIeIdbLO9BHwnc3E9qsvSNxXAkbwCxL2zMH+XufPlPtkYsv7QtHN569REyZ tWZLv7ZzSfEMg== To: guix-patches@gnu.org Subject: [PATCH] gnu packages gnome-console: Remove nautilus extension Date: Sun, 16 Oct 2022 19:34:21 +0200 Message-ID: <87sfjnad0i.fsf@disroot.org> Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="=-=-=" Received-SPF: pass client-ip=178.21.23.139; envelope-from=maya.tomasek@disroot.org; helo=knopi.disroot.org X-Spam_score_int: -20 X-Spam_score: -2.1 X-Spam_bar: -- X-Spam_report: (-2.1 / 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, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: -1.4 (-) X-Debbugs-Envelope-To: submit X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -2.4 (--) --=-=-= Content-Type: text/plain Hi, this patch removes the gnome-console nautilus extension as it crashes nautilus (at least on my machine). In my opinion it is safe to remove it, as this feature is implemented directly into nautilus-43 and the original code is purged from the gnome-console repo. (see https://gitlab.gnome.org/GNOME/nautilus/-/merge_requests/911 and https://gitlab.gnome.org/GNOME/console/-/commit/c4bd2312f4b432a33810a8dcdf3cadabae5169d7) This sadly means, that in nautilus-42 there will be no "Open in Console", but the issue is on some code that is already deprecated in the Console repo. (I have studied gdb info and it appears that kgx_nautilus_get_background_items() returns a GList* that is { .next = NULL, .prev = NULL, .data = NULL } but nautilus does only perform a check that GList* is NULL, otherwise it expects a valid list) I can maybe supply a patch to gnome-console, but I don't see a reason to. Kind regards, Maya --=-=-= Content-Type: text/x-patch Content-Disposition: attachment; filename=0001-gnu-packages-gnome-console-Remove-nautilus-extension.patch --- gnu/packages/gnome.scm | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm index fbaef9eb6e..c71894bcb9 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -5445,8 +5445,7 @@ (define-public gnome-console (build-system meson-build-system) (arguments (list #:glib-or-gtk? #t - #:configure-flags #~(list "-Dtests=true" - "-Dnautilus=enabled") + #:configure-flags #~(list "-Dtests=true") #:phases #~(modify-phases %standard-phases (add-after 'unpack 'patch-nautilus-extension-path (lambda _ -- 2.37.3 --=-=-=-- From debbugs-submit-bounces@debbugs.gnu.org Mon Oct 17 04:18:17 2022 Received: (at 58569) by debbugs.gnu.org; 17 Oct 2022 08:18:17 +0000 Received: from localhost ([127.0.0.1]:47172 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1okLKC-0003qP-NR for submit@debbugs.gnu.org; Mon, 17 Oct 2022 04:18:16 -0400 Received: from mailrelay.tugraz.at ([129.27.2.202]:50165) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1okLKA-0003q9-Ap for 58569@debbugs.gnu.org; Mon, 17 Oct 2022 04:18:15 -0400 Received: from lprikler-laptop.ist.intra (gw.ist.tugraz.at [129.27.202.101]) by mailrelay.tugraz.at (Postfix) with ESMTPSA id 4MrVHP4Dfmz3wVf; Mon, 17 Oct 2022 10:18:09 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=tugraz.at; s=mailrelay; t=1665994689; bh=tiuE8RaVrFxpTl0UQQg6ou9/K4JI4vPNvQQc/N5CwJg=; h=Subject:From:To:Date:In-Reply-To:References; b=NRLk/OLq2NOwfNwg7yiWNtzqyQkhq5Xql+gASHMUSvhvshrYQKfLKHruDX/iQRO2J doE3pLHRONGM66zYjd4ra3sT66mv/qbx7fJmGKI400kxuOsH5I5nGviUYoy/EMvMwg h91YsMYYjFSD9dBS2+VE69bZzbpNP7d5ygg0KNNA= Message-ID: Subject: Re: [PATCH] gnu packages gnome-console: Remove nautilus extension From: Liliana Marie Prikler To: =?UTF-8?Q?M=C3=A1ja_Tom=C3=A1=C5=A1ek?= , 58569@debbugs.gnu.org Date: Mon, 17 Oct 2022 10:18:08 +0200 In-Reply-To: <87sfjnad0i.fsf@disroot.org> References: <87sfjnad0i.fsf@disroot.org> Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable User-Agent: Evolution 3.46.0 MIME-Version: 1.0 X-TUG-Backscatter-control: waObeELIUl4ypBWmcn/8wQ X-Spam-Scanner: SpamAssassin 3.003001 X-Spam-Score-relay: -0.4 X-Scanned-By: MIMEDefang 2.74 on 129.27.10.116 X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: 58569 X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -3.3 (---) Am Sonntag, dem 16.10.2022 um 19:34 +0200 schrieb M=C3=A1ja Tom=C3=A1=C5=A1= ek: >=20 > Hi, >=20 > this patch removes the gnome-console nautilus extension as it crashes > nautilus (at least on my machine). I can confirm it working as intended on at least two separate machines, both configured=20 > In my opinion it is safe to remove it, as this > feature is implemented directly into nautilus-43 and the original > code is purged from the gnome-console repo. (see > https://gitlab.gnome.org/GNOME/nautilus/-/merge_requests/911=C2=A0and > https://gitlab.gnome.org/GNOME/console/-/commit/c4bd2312f4b432a33810a8dcd= f3cadabae5169d7 > ) >=20 > This sadly means, that in nautilus-42 there will be no "Open in > Console", but the issue is on some code that is already deprecated in > the Console repo. (I have studied gdb info and it appears that > kgx_nautilus_get_background_items() returns a GList* that is { .next > =3D NULL, .prev =3D NULL, .data =3D NULL } but nautilus does only perform= a > check that GList* is NULL, otherwise it expects a valid list) >=20 > I can maybe supply a patch to gnome-console, but I don't see a reason > to. In my opinion, it'd be better to find out why it crashes in the first place. See [1] for the breaking code. My suspicion is that item ends up NULL, which would be big if true. Cheers [1] https://gitlab.gnome.org/GNOME/console/-/blob/42.2/nautilus/kgx-nautilus.c#= L48 From debbugs-submit-bounces@debbugs.gnu.org Mon Oct 17 12:32:00 2022 Received: (at 58569) by debbugs.gnu.org; 17 Oct 2022 16:32:00 +0000 Received: from localhost ([127.0.0.1]:49725 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1okT1z-0005WH-Vz for submit@debbugs.gnu.org; Mon, 17 Oct 2022 12:32:00 -0400 Received: from knopi.disroot.org ([178.21.23.139]:33774) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1okT1x-0005W6-Er for 58569@debbugs.gnu.org; Mon, 17 Oct 2022 12:31:58 -0400 Received: from localhost (localhost [127.0.0.1]) by disroot.org (Postfix) with ESMTP id E8B0E4DBC4; Mon, 17 Oct 2022 18:31:55 +0200 (CEST) X-Virus-Scanned: SPAM Filter at disroot.org Received: from knopi.disroot.org ([127.0.0.1]) by localhost (disroot.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id u_xz2HV92E9n; Mon, 17 Oct 2022 18:31:54 +0200 (CEST) From: =?utf-8?B?TcOhamEgVG9tw6HFoWVr?= DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=disroot.org; s=mail; t=1666023620; bh=DQKQrX5B8y0SCvsulaQisNyP3Kj5HZxm9imsRyYC+1Y=; h=From:To:Subject:In-Reply-To:References:Date; b=R+WoofhJzSwViNmUFaUulhlNWI/MXFQ1rld1MZ+GhoGNkb3tsAjvyej+pL2YHOlrH AzILpqOxg4PsJ7BPOGIUBG3OE8AeCysSKAN8+0As9n8qM9HwF9mO8pbqnMo7VlaXAG rGKNK0bPOtXrNWHHSaHIfW6C0Ze2+lq03EcbcuqCRe7IUUKgrl13xEuPHsM2ZksPp8 XjX9hBWCWIkY1W23GP3UDfbrl+rsZqXa0hLmTr3efP3zWEahS6MkmeuQCz50Z1uOx8 ZZtxMkx1oCBYt/ma2gOxJVKd19NKzRIty4CcTMJxHpNWd7EVIYw2Zar7LCVgA2YX+3 eWwDCAbIOqWCg== To: Liliana Marie Prikler , 58569@debbugs.gnu.org Subject: Re: [PATCH] gnu packages gnome-console: Remove nautilus extension In-Reply-To: References: <87sfjnad0i.fsf@disroot.org> Date: Mon, 17 Oct 2022 18:20:16 +0200 Message-ID: <875ygie81r.fsf@disroot.org> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 58569 X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) Liliana Marie Prikler writes: > Am Sonntag, dem 16.10.2022 um 19:34 +0200 schrieb M=C3=A1ja Tom=C3=A1=C5= =A1ek: >>=20 >> Hi, >>=20 >> this patch removes the gnome-console nautilus extension as it crashes >> nautilus (at least on my machine). > I can confirm it working as intended on at least two separate machines, > both configured=20 I have pinpointed the issue! I tried the debugging steps and suddenly nautilus opened fine. So, the issue is that I have some deffective version of libkgx-nautilus.so, which does return NULL list. But, if I provide a different version of gnome-console (ie. --with-debug-info=3Dgnome-console) nautilus suddenly opens fine. I have run multiple guix pulls, guix system reconfigure, guix gc --verify=3Dcontents but it has not fixed it. It even works when I use run guix shell --pure nautilus gnome-console. I am now completely lost. From debbugs-submit-bounces@debbugs.gnu.org Tue Oct 18 02:20:06 2022 Received: (at 58569) by debbugs.gnu.org; 18 Oct 2022 06:20:06 +0000 Received: from localhost ([127.0.0.1]:50975 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1okfxO-0003SM-Ba for submit@debbugs.gnu.org; Tue, 18 Oct 2022 02:20:06 -0400 Received: from mailrelay.tugraz.at ([129.27.2.202]:50773) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1okfx9-0003Rd-SZ for 58569@debbugs.gnu.org; Tue, 18 Oct 2022 02:20:05 -0400 Received: from lprikler-laptop.ist.intra (gw.ist.tugraz.at [129.27.202.101]) by mailrelay.tugraz.at (Postfix) with ESMTPSA id 4Ms3cN00C6z3wVk; Tue, 18 Oct 2022 08:19:47 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=tugraz.at; s=mailrelay; t=1666073988; bh=8tJsfMoAY1kqKbYNgraSYcRek3BZHuEhKA9WBXGQVfI=; h=Subject:From:To:Date:In-Reply-To:References; b=J7JoAX5cYWd7Ei2rUkcmnUDVJUVxFusf9wuW7fR+ppHZ9/gy8sbmHdkBFp/Bd0rKL hr3HIEw5Z2z3SA8N8j3VOxcUiFITQbFfpibtQI3J4nC6BxNEyWU/2zogQl3knFz3on CBQ3K0anpRk0ZzVIifT+oECyHUhQwmVYB8Yc5Ris= Message-ID: <01dce84767493f80121dee534fbd9edb7225a620.camel@ist.tugraz.at> Subject: Re: [PATCH] gnu packages gnome-console: Remove nautilus extension From: Liliana Marie Prikler To: =?UTF-8?Q?M=C3=A1ja_Tom=C3=A1=C5=A1ek?= , 58569@debbugs.gnu.org Date: Tue, 18 Oct 2022 08:19:47 +0200 In-Reply-To: <875ygie81r.fsf@disroot.org> References: <87sfjnad0i.fsf@disroot.org> <875ygie81r.fsf@disroot.org> Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable User-Agent: Evolution 3.46.0 MIME-Version: 1.0 X-TUG-Backscatter-control: waObeELIUl4ypBWmcn/8wQ X-Spam-Scanner: SpamAssassin 3.003001 X-Spam-Score-relay: -1.9 X-Scanned-By: MIMEDefang 2.74 on 129.27.10.116 X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: 58569 X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -3.3 (---) Am Montag, dem 17.10.2022 um 18:20 +0200 schrieb M=C3=A1ja Tom=C3=A1=C5=A1e= k: > Liliana Marie Prikler writes: >=20 > > Am Sonntag, dem 16.10.2022 um 19:34 +0200 schrieb M=C3=A1ja Tom=C3=A1= =C5=A1ek: > > >=20 > > > Hi, > > >=20 > > > this patch removes the gnome-console nautilus extension as it > > > crashes nautilus (at least on my machine). > > I can confirm it working as intended on at least two separate > > machines, both configured=20 >=20 > I have pinpointed the issue! I tried the debugging steps and suddenly > nautilus opened fine. >=20 > So, the issue is that I have some deffective version of > libkgx-nautilus.so, which does return NULL list. >=20 > But, if I provide a different version of gnome-console > (ie. --with-debug-info=3Dgnome-console) nautilus suddenly opens fine. >=20 > I have run multiple guix pulls, guix system reconfigure, guix gc > --verify=3Dcontents but it has not fixed it. >=20 > It even works when I use run guix shell --pure nautilus gnome- > console. >=20 > I am now completely lost. IIRC you have to --verify=3Dcontents,repair. Note that repair might still not work due to gnome-console =E2=80=93 like all gnome packages =E2= =80=93 receiving grafts, which is known to mess with guix build --repair. If everything else fails, you can try rolling back to a generation before gnome-console was built, delete all future generations, gc, and then rebuild gnome-console. This should definitely make nautilus work, under the assumption that your gnome-console build succeeds this time and no spurious hardware failure turns up. Cheers From debbugs-submit-bounces@debbugs.gnu.org Tue Oct 18 17:50:22 2022 Received: (at submit) by debbugs.gnu.org; 18 Oct 2022 21:50:22 +0000 Received: from localhost ([127.0.0.1]:54993 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1okuTe-0006ob-Hx for submit@debbugs.gnu.org; Tue, 18 Oct 2022 17:50:22 -0400 Received: from lists.gnu.org ([209.51.188.17]:51332) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1okuTc-0006oQ-0v for submit@debbugs.gnu.org; Tue, 18 Oct 2022 17:50:21 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:35370) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1okuTb-0002ws-8p for guix-patches@gnu.org; Tue, 18 Oct 2022 17:50:19 -0400 Received: from out0.migadu.com ([2001:41d0:2:267::]:39711) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1okuTY-0002Cp-Ui for guix-patches@gnu.org; Tue, 18 Oct 2022 17:50:18 -0400 References: <87sfjnad0i.fsf@disroot.org> <875ygie81r.fsf@disroot.org> <01dce84767493f80121dee534fbd9edb7225a620.camel@ist.tugraz.at> DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=dominicm.dev; s=key1; t=1666129812; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=cozWgQk8DTYcZxjUvgJy3zWTcn0Cl9XksPzrYyUoR44=; b=Z87WrAC+vqBpb1aqr88HhdDWkxjoxlMz60Hco5wLZ7BwktFQ3o7C1X/xW63mIq9lkCo6wV j5aBMJajRHejx6sp4NwDqOfijgHbSSxEizX7t68x4WyNdSpBi4HDNP1b6OyNaZuPbpIWbz ygU2RsL78i02/26mbdZK0EPb7fJk8sZ8WhKo/1OgIyimvCZzGd4bC1sQHjh7T8suGOMaXd eZAuFtTU/kwVQOy+j+zhtoL6D9yHiUDwkcaDzbSglNN0gKNiqyDpIaZnH7lp5nXUkyzbtQ mKvMc2xU7HjZ/EmL7FSh0pmDN0hrpY9X5zVpwnBXoyFEk50fMMyvaV9fnGfaFQ== X-Report-Abuse: Please report any abuse attempt to abuse@migadu.com and include these headers. From: Dominic Martinez To: Liliana Marie Prikler Subject: Re: [bug#58569] [PATCH] gnu packages gnome-console: Remove nautilus extension Date: Tue, 18 Oct 2022 17:48:46 -0400 In-reply-to: <01dce84767493f80121dee534fbd9edb7225a620.camel@ist.tugraz.at> Message-ID: <87mt9sssxg.fsf@dominicm.dev> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha256; protocol="application/pgp-signature" X-Migadu-Flow: FLOW_OUT Received-SPF: pass client-ip=2001:41d0:2:267::; envelope-from=dom@dominicm.dev; helo=out0.migadu.com X-Spam_score_int: -27 X-Spam_score: -2.8 X-Spam_bar: -- X-Spam_report: (-2.8 / 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, RCVD_IN_DNSWL_LOW=-0.7, SPF_HELO_PASS=-0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: -1.4 (-) X-Debbugs-Envelope-To: submit Cc: =?utf-8?B?TcOhamEgVG9tw6HFoWVr?= , 58569@debbugs.gnu.org, guix-patches@gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -2.4 (--) --=-=-= Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: quoted-printable Liliana Marie Prikler writes: > IIRC you have to --verify=3Dcontents,repair. Note that repair=20 > might > still not work due to gnome-console =E2=80=93 like all gnome packages =E2= =80=93 > receiving grafts, which is known to mess with guix build=20 > --repair. I'm encountering the same issue, so it seems strange for it to be=20 a spurious corruption. Just chiming in in case this doesn't work. --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iHUEARYIAB0WIQRtp6gAxeTcYmhxQ/1Bnl1fEVBrXQUCY08fiwAKCRBBnl1fEVBr XeJXAP4hadTMZgwNat1T3s0l/U91sL+RsCh8u0WAGUq+nSi4IgD9GBBF6CiILt3T aTDN/rK6tKSWI+CyBfc4glrUfll8VQo= =X9j5 -----END PGP SIGNATURE----- --=-=-=-- From debbugs-submit-bounces@debbugs.gnu.org Thu Oct 20 15:58:40 2022 Received: (at submit) by debbugs.gnu.org; 20 Oct 2022 19:58:40 +0000 Received: from localhost ([127.0.0.1]:36192 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1olbgd-0004HZ-CS for submit@debbugs.gnu.org; Thu, 20 Oct 2022 15:58:39 -0400 Received: from lists.gnu.org ([209.51.188.17]:48776) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1olbgb-0004HQ-H4 for submit@debbugs.gnu.org; Thu, 20 Oct 2022 15:58:37 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1olbga-0006dM-S2 for guix-patches@gnu.org; Thu, 20 Oct 2022 15:58:37 -0400 Received: from knopi.disroot.org ([178.21.23.139]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1olbgZ-0005iw-Er for guix-patches@gnu.org; Thu, 20 Oct 2022 15:58:36 -0400 Received: from localhost (localhost [127.0.0.1]) by disroot.org (Postfix) with ESMTP id B6D0E4E808; Thu, 20 Oct 2022 21:58:31 +0200 (CEST) X-Virus-Scanned: SPAM Filter at disroot.org Received: from knopi.disroot.org ([127.0.0.1]) by localhost (disroot.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id FotjcAlTyM54; Thu, 20 Oct 2022 21:58:30 +0200 (CEST) From: =?utf-8?B?TcOhamEgVG9tw6HFoWVr?= DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=disroot.org; s=mail; t=1666295908; bh=6UXjX2SHXsUZOVPyD8dTRsmjHAzOWWzy5Pum+6rB0Ic=; h=From:To:Cc:Subject:In-Reply-To:References:Date; b=Nwv/hEI0vJDg1P+SKd2V5Fjs4OFmSqmT6QuLMdEDMGDd/iOhjgGyKBijQAZ+5MBac sE/lE1kFauI/DUToC1GrFv6nk6/+B8goFYNLxeuR1vR0MmKhe9xpwGUnnUNVuhMfii T1vfJFmA5WBcEQIvFxm3UC/TCR0oLjsri0lHEoTIDfJWGEOQapEgc8Z9SWKVjbWKVV H0RYut/Pv/8X6NgBLjh2lLYmgkPVrTfVloj4DqJ4MGzo1ovATMaFPtbowqApugISA5 UNQVpUy24b/rifrIArOtfSat5mf/Cxen8OUfguYGrqDRZPSuJn1O0U518tMUB0M/h+ XDW+Z5j/rVm7w== To: Dominic Martinez , Liliana Marie Prikler Subject: Re: [bug#58569] [PATCH] gnu packages gnome-console: Remove nautilus extension In-Reply-To: <87mt9sssxg.fsf@dominicm.dev> References: <87sfjnad0i.fsf@disroot.org> <875ygie81r.fsf@disroot.org> <01dce84767493f80121dee534fbd9edb7225a620.camel@ist.tugraz.at> <87mt9sssxg.fsf@dominicm.dev> Date: Thu, 20 Oct 2022 21:58:24 +0200 Message-ID: <8735biclnj.fsf@disroot.org> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Received-SPF: pass client-ip=178.21.23.139; envelope-from=maya.tomasek@disroot.org; helo=knopi.disroot.org X-Spam_score_int: -20 X-Spam_score: -2.1 X-Spam_bar: -- X-Spam_report: (-2.1 / 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, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: -1.4 (-) X-Debbugs-Envelope-To: submit Cc: 58569@debbugs.gnu.org, guix-patches@gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -2.4 (--) Dominic Martinez writes: > Liliana Marie Prikler writes: > >> IIRC you have to --verify=3Dcontents,repair. Note that repair=20 >> might >> still not work due to gnome-console =E2=80=93 like all gnome packages = =E2=80=93 >> receiving grafts, which is known to mess with guix build=20 >> --repair. > > I'm encountering the same issue, so it seems strange for it to be=20 > a spurious corruption. Just chiming in in case this doesn't work. I have tested everything that has been suggested, but nothing really worked. When I try apply transform on gnome (options->transformation '((with-debug-info . "gnome-console"))) it does not allow me to do so. (Apparently there is a version conflict. I know that this issue is not present on guix shell --pure nautilus gnome-console And is also fixed with guix shell --with-debug-info=3Dgnome-console nautilus gnome-console But I cannot upgrade gnome-console, or at least when I tried rollbacking to a previous version (about a month ago) then deleting all generations, running guix gc. But the issue is back when I ran guix system reconfigure. I have now verified, that it is indeed not a binary corruption issue. As bo= th in normal and in the pure environment the libkgx-nautilus.so are the same file. The fact that it does not occur when using the --with-debug-info=3Dgnome-console option is kind of a bummer, as I cannot use gdb to debug gnome-console :D Regards Maya From debbugs-submit-bounces@debbugs.gnu.org Fri Oct 21 02:10:03 2022 Received: (at 58569) by debbugs.gnu.org; 21 Oct 2022 06:10:03 +0000 Received: from localhost ([127.0.0.1]:36696 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1ollEJ-0003a2-0E for submit@debbugs.gnu.org; Fri, 21 Oct 2022 02:10:03 -0400 Received: from mailrelay.tugraz.at ([129.27.2.202]:38578) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1ollEH-0003ZU-24 for 58569@debbugs.gnu.org; Fri, 21 Oct 2022 02:10:01 -0400 Received: from lprikler-laptop.ist.intra (gw.ist.tugraz.at [129.27.202.101]) by mailrelay.tugraz.at (Postfix) with ESMTPSA id 4MtvFW432fz3whv; Fri, 21 Oct 2022 08:09:51 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=tugraz.at; s=mailrelay; t=1666332591; bh=PfwGPsA/i78KwBy94JFoSSgof+zzM0TqG+Pe5X+RfCI=; h=Subject:From:To:Cc:Date:In-Reply-To:References; b=UvVvbG0JkPQtTfrQK9lzRHpFHwN51nSaT25jMkXXtOdoEJGPX7vSi4+V8g5/Hlb0r /vFByVhismD1r+VDkrx6w3h3yzzKOG/7fx1AD1/jJOMIe7Hz4beLFgIKhuxGCnDdC/ TXL9+/M0Cns03q+zrhIn044SBAf0xouFOb9ev/sk= Message-ID: <7c3bda7d322d296244bdd9be5493d53509b928bc.camel@ist.tugraz.at> Subject: Re: [bug#58569] [PATCH] gnu packages gnome-console: Remove nautilus extension From: Liliana Marie Prikler To: =?UTF-8?Q?M=C3=A1ja_Tom=C3=A1=C5=A1ek?= , Dominic Martinez Date: Fri, 21 Oct 2022 08:09:45 +0200 In-Reply-To: <8735biclnj.fsf@disroot.org> References: <87sfjnad0i.fsf@disroot.org> <875ygie81r.fsf@disroot.org> <01dce84767493f80121dee534fbd9edb7225a620.camel@ist.tugraz.at> <87mt9sssxg.fsf@dominicm.dev> <8735biclnj.fsf@disroot.org> Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable User-Agent: Evolution 3.46.0 MIME-Version: 1.0 X-TUG-Backscatter-control: waObeELIUl4ypBWmcn/8wQ X-Spam-Scanner: SpamAssassin 3.003001 X-Spam-Score-relay: -1.9 X-Scanned-By: MIMEDefang 2.74 on 129.27.10.116 X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: 58569 Cc: 58569@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -3.3 (---) Am Donnerstag, dem 20.10.2022 um 21:58 +0200 schrieb M=C3=A1ja Tom=C3=A1=C5= =A1ek: > I have now verified, that it is indeed not a binary corruption issue. > As both in normal and in the pure environment the libkgx-nautilus.so > are the same file. Your nautilus could still be corrupted, though, linking to the wrong libkgx-nautilus.so Cheers From debbugs-submit-bounces@debbugs.gnu.org Mon Oct 24 17:50:24 2022 Received: (at submit) by debbugs.gnu.org; 24 Oct 2022 21:50:24 +0000 Received: from localhost ([127.0.0.1]:49677 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1on5Ky-00031n-HJ for submit@debbugs.gnu.org; Mon, 24 Oct 2022 17:50:24 -0400 Received: from lists.gnu.org ([209.51.188.17]:42282) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1on5Ku-00031d-7a for submit@debbugs.gnu.org; Mon, 24 Oct 2022 17:50:20 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1on5Ku-0005eu-2A for guix-patches@gnu.org; Mon, 24 Oct 2022 17:50:20 -0400 Received: from knopi.disroot.org ([178.21.23.139]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1on5Ks-0002hi-62 for guix-patches@gnu.org; Mon, 24 Oct 2022 17:50:19 -0400 Received: from localhost (localhost [127.0.0.1]) by disroot.org (Postfix) with ESMTP id E436E4EB77; Mon, 24 Oct 2022 23:50:13 +0200 (CEST) X-Virus-Scanned: SPAM Filter at disroot.org Received: from knopi.disroot.org ([127.0.0.1]) by localhost (disroot.org [127.0.0.1]) (amavisd-new, port 10024) with UTF8SMTP id AQuMiOovV5wX; Mon, 24 Oct 2022 23:50:12 +0200 (CEST) From: =?utf-8?B?TcOhamEgVG9tw6HFoWVr?= DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=disroot.org; s=mail; t=1666648212; bh=6pKI+9vriPrhUyL17kVF3fCIqdsGEwC854bSBiXjlhE=; h=From:To:Cc:Subject:In-Reply-To:References:Date; b=YnYC+F1YKtNtIu4qFc/ExlIwhprPcwmmK5BFX939aOZmhnc3B3Kh+bbOVqgdYVtTO 2eF6IB960qyg3Jm9srbsvi/UBMMggbFP/1c5NnmEzzLwvu7jfy9vEWaAbkZ9vGGoL8 hLV0FwiKSV1Z2ZHVmfCTKrisEDrn7C/wH2bUj1WyvQlFPDao+bDUWVltxBltJs+q9X z73yENf0GlHcYOHFLK8C4/uJ1yY7XL1GcH8HWghBg9ZXnspRTMmRiTZDN3eEtA8qXz HdrWtXKsAhKDOdYfG+13f1FL92JNSH6PgAPR5SbF4oaMDxMtkS9R4QakZ0jwzox2Sq Ti8pf/9sZjUSQ== To: Dominic Martinez , Liliana Marie Prikler Subject: Re: [bug#58569] [PATCH] gnu packages gnome-console: Remove nautilus extension In-Reply-To: <87mt9sssxg.fsf@dominicm.dev> References: <87sfjnad0i.fsf@disroot.org> <875ygie81r.fsf@disroot.org> <01dce84767493f80121dee534fbd9edb7225a620.camel@ist.tugraz.at> <87mt9sssxg.fsf@dominicm.dev> Date: Mon, 24 Oct 2022 23:50:06 +0200 Message-ID: <87y1t4evsh.fsf@disroot.org> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Received-SPF: pass client-ip=178.21.23.139; envelope-from=maya.tomasek@disroot.org; helo=knopi.disroot.org X-Spam_score_int: -20 X-Spam_score: -2.1 X-Spam_bar: -- X-Spam_report: (-2.1 / 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, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: -1.4 (-) X-Debbugs-Envelope-To: submit Cc: 58569@debbugs.gnu.org, guix-patches@gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -2.4 (--) Dominic Martinez writes: > Liliana Marie Prikler writes: > >> IIRC you have to --verify=3Dcontents,repair. Note that repair=20 >> might >> still not work due to gnome-console =E2=80=93 like all gnome packages = =E2=80=93 >> receiving grafts, which is known to mess with guix build=20 >> --repair. > > I'm encountering the same issue, so it seems strange for it to be=20 > a spurious corruption. Just chiming in in case this doesn't work. Just an fyi, I have temporarily fixed the issue by unsetting NAUTILUS_EXTENSION_PATH environment variable This is only a temporary fix, but it means that you can use your desktop normally in the meantime. From debbugs-submit-bounces@debbugs.gnu.org Mon Oct 24 17:54:32 2022 Received: (at 58569) by debbugs.gnu.org; 24 Oct 2022 21:54:32 +0000 Received: from localhost ([127.0.0.1]:49682 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1on5Oy-00037k-6j for submit@debbugs.gnu.org; Mon, 24 Oct 2022 17:54:32 -0400 Received: from knopi.disroot.org ([178.21.23.139]:48200) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1on5Ov-00037b-DR for 58569@debbugs.gnu.org; Mon, 24 Oct 2022 17:54:30 -0400 Received: from localhost (localhost [127.0.0.1]) by disroot.org (Postfix) with ESMTP id BFEB04EB6B; Mon, 24 Oct 2022 23:54:28 +0200 (CEST) X-Virus-Scanned: SPAM Filter at disroot.org Received: from knopi.disroot.org ([127.0.0.1]) by localhost (disroot.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id KDSOx3Lk4H3u; Mon, 24 Oct 2022 23:54:27 +0200 (CEST) From: =?utf-8?B?TcOhamEgVG9tw6HFoWVr?= DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=disroot.org; s=mail; t=1666648467; bh=kQ42qflexknzwiIDOJ3m3CLrr7Cg/W56F1MIoZZBtkc=; h=From:To:Cc:Subject:In-Reply-To:References:Date; b=U3aynxzDHn+Q3eeRFF23Ilqf5DEk8LMDp4mtodOCH2mCo9SOIimiMOy4Fp7FdsHUq JmUzlMuXGTfkF546Uqy2mk7xD2FVWwAcKuKWZ39IsJraEn4yzAiLPzn34yuEF31IIJ S2b/ermGR8gHsokfW3wEXiLsRB15YTFTREbksFm56Y8IhakyAnwEUsURerYLiMkobz l0s3AVscOgpXAV9o7Xh4/kJr3f9eP+UuIJNOc13cZ8sYDC3GatNrnuNhJ+T53uXdbQ w1ehZRwRK+n53otoU2HItE7fkHN0l3rGT4FKv+yWfvpcKwcZLJ+7f5av/boL3tTUSP 1j6HEs9k6L0hQ== To: Liliana Marie Prikler , Dominic Martinez Subject: Re: [bug#58569] [PATCH] gnu packages gnome-console: Remove nautilus extension In-Reply-To: <7c3bda7d322d296244bdd9be5493d53509b928bc.camel@ist.tugraz.at> References: <87sfjnad0i.fsf@disroot.org> <875ygie81r.fsf@disroot.org> <01dce84767493f80121dee534fbd9edb7225a620.camel@ist.tugraz.at> <87mt9sssxg.fsf@dominicm.dev> <8735biclnj.fsf@disroot.org> <7c3bda7d322d296244bdd9be5493d53509b928bc.camel@ist.tugraz.at> Date: Mon, 24 Oct 2022 23:54:26 +0200 Message-ID: <87pmegevl9.fsf@disroot.org> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 58569 Cc: 58569@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) Liliana Marie Prikler writes: > Am Donnerstag, dem 20.10.2022 um 21:58 +0200 schrieb M=C3=A1ja Tom=C3=A1= =C5=A1ek: >> I have now verified, that it is indeed not a binary corruption issue. >> As both in normal and in the pure environment the libkgx-nautilus.so >> are the same file. > Your nautilus could still be corrupted, though, linking to the wrong > libkgx-nautilus.so > > Cheers I think that nautilus loads this library by checking for objects in NAUTILUS_EXTENSION_PATH and loading them into the system at runtime. Simply unsetting the variable fixes the issue. So in my opinion nautilus cannot link the wrong file, as it does on runtime and that is set to a variable that essentialy links it to the same file. Sidenote, nautilus is actually not involved in the process, as gnome-console is not it's input. (It's actually the other way around) Cheers From debbugs-submit-bounces@debbugs.gnu.org Tue Oct 25 02:00:10 2022 Received: (at 58569) by debbugs.gnu.org; 25 Oct 2022 06:00:11 +0000 Received: from localhost ([127.0.0.1]:50095 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1onCyw-0003gY-NT for submit@debbugs.gnu.org; Tue, 25 Oct 2022 02:00:10 -0400 Received: from mailrelay.tugraz.at ([129.27.2.202]:45436) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1onCyu-0003fH-61 for 58569@debbugs.gnu.org; Tue, 25 Oct 2022 02:00:09 -0400 Received: from lprikler-laptop.ist.intra (gw.ist.tugraz.at [129.27.202.101]) by mailrelay.tugraz.at (Postfix) with ESMTPSA id 4MxLrL5stsz3wk4; Tue, 25 Oct 2022 08:00:02 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=tugraz.at; s=mailrelay; t=1666677603; bh=eNTPW924qUYbe5cCN+Unom6uGiysfqp716oriZjVax4=; h=Subject:From:To:Cc:Date:In-Reply-To:References; b=Kdw+7FXgcNrSMTf3SZqhCP7qEGovpZMuzwAfBNzaMTe/dwKtA6u1vGO62kR07GlQN m+xI23fLXFzNNbRIz1WM9V17P/qOjF2uCyAOn8FB3jNpYHBP7f+vIMaQS2fT1xgJAT XGBYfMX0sCEBG617H1ypnv34vT+Ka7/6mgT3DoC0= Message-ID: <19e4c0df760dd4328e96cfb2d87bc612f3e18239.camel@ist.tugraz.at> Subject: Re: [bug#58569] [PATCH] gnu packages gnome-console: Remove nautilus extension From: Liliana Marie Prikler To: =?UTF-8?Q?M=C3=A1ja_Tom=C3=A1=C5=A1ek?= , Dominic Martinez Date: Tue, 25 Oct 2022 07:59:59 +0200 In-Reply-To: <87pmegevl9.fsf@disroot.org> References: <87sfjnad0i.fsf@disroot.org> <875ygie81r.fsf@disroot.org> <01dce84767493f80121dee534fbd9edb7225a620.camel@ist.tugraz.at> <87mt9sssxg.fsf@dominicm.dev> <8735biclnj.fsf@disroot.org> <7c3bda7d322d296244bdd9be5493d53509b928bc.camel@ist.tugraz.at> <87pmegevl9.fsf@disroot.org> Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable User-Agent: Evolution 3.46.0 MIME-Version: 1.0 X-TUG-Backscatter-control: waObeELIUl4ypBWmcn/8wQ X-Spam-Scanner: SpamAssassin 3.003001 X-Spam-Score-relay: -1.9 X-Scanned-By: MIMEDefang 2.74 on 129.27.10.117 X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: 58569 Cc: 58569@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -3.3 (---) Am Montag, dem 24.10.2022 um 23:54 +0200 schrieb M=C3=A1ja Tom=C3=A1=C5=A1e= k: > I think that nautilus loads this library by checking for objects in > NAUTILUS_EXTENSION_PATH and loading them into the system at > runtime. Simply unsetting the variable fixes the issue. So in my > opinion nautilus cannot link the wrong file, as it does on runtime > and that is set to a variable that essentialy links it to the same > file.t Ahh, you're right of course. Still, when debugging against guix shell, you ought to take the shell cache into account, which can obscure bugs. In either case, check very carefully that the two libkgx-nautilus actually point to the same file. Cheers From debbugs-submit-bounces@debbugs.gnu.org Sat Nov 05 06:27:35 2022 Received: (at control) by debbugs.gnu.org; 5 Nov 2022 10:27:35 +0000 Received: from localhost ([127.0.0.1]:55522 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1orGOl-0003nu-6i for submit@debbugs.gnu.org; Sat, 05 Nov 2022 06:27:35 -0400 Received: from mira.cbaines.net ([212.71.252.8]:41736) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1orGOj-0003nl-Ex for control@debbugs.gnu.org; Sat, 05 Nov 2022 06:27:33 -0400 Received: from localhost (unknown [54.36.30.212]) by mira.cbaines.net (Postfix) with ESMTPSA id C4BA527BBE9 for ; Sat, 5 Nov 2022 10:27:32 +0000 (GMT) Received: from localhost (localhost [local]) by localhost (OpenSMTPD) with ESMTPA id a35db5a7 for ; Sat, 5 Nov 2022 10:27:31 +0000 (UTC) From: Christopher Baines To: control@debbugs.gnu.org Subject: tag 58569 moreinfo Date: Sat, 05 Nov 2022 10:27:31 +0000 Message-ID: <87v8nthf1o.fsf@cbaines.net> MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: -0.0 (/) X-Debbugs-Envelope-To: control X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) tags 58569 + moreinfo quit From debbugs-submit-bounces@debbugs.gnu.org Sat Nov 26 07:45:49 2022 Received: (at control) by debbugs.gnu.org; 26 Nov 2022 12:45:49 +0000 Received: from localhost ([127.0.0.1]:38103 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oyuZ3-0004Cf-Jx for submit@debbugs.gnu.org; Sat, 26 Nov 2022 07:45:49 -0500 Received: from mail-wr1-f66.google.com ([209.85.221.66]:34417) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oyuZ0-0004CQ-AN for control@debbugs.gnu.org; Sat, 26 Nov 2022 07:45:48 -0500 Received: by mail-wr1-f66.google.com with SMTP id o5so1269719wrm.1 for ; Sat, 26 Nov 2022 04:45:46 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=mime-version:user-agent:content-transfer-encoding:references :in-reply-to:date:to:from:subject:message-id:from:to:cc:subject:date :message-id:reply-to; bh=eC/44vIXwKbsweN87PFszB0hZ+IhEsK/YoVaOOucfFI=; b=CXsoRD/rahn61tsgp6E90R+Fl5Ov4NLB3OIg+goqA7x3HIKTiie3lrHxSAHRAkq4+X G8M+ltM39eSVRO6xso4TDifeG71/6Gs+vE7JNp6pxS89uUslpwPN6oJRGwPIjt6vMXos 9N5NoJBIkld9BXy/nwEBQfk15aDJYJ4n8cCENSQWfWouXka0IKW8Y+R7BsfBnJS4doIZ hNCwxFcfWsjVVDZ6x/p2sVz1QAM2Xusm3ymYoySKuixechgE8aMhMszWjNR/9JSsZ4+W Tb200Kt2igBvC70KxTUJs11a1BUpVAlJ70ouUxRpU1Gr0wTzQ3GAZqV/lmSwaVXxWvbB AFlA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=mime-version:user-agent:content-transfer-encoding:references :in-reply-to:date:to:from:subject:message-id:x-gm-message-state:from :to:cc:subject:date:message-id:reply-to; bh=eC/44vIXwKbsweN87PFszB0hZ+IhEsK/YoVaOOucfFI=; b=6aBqLc1yvIJFh1KATExj7mJAiqJYrECIlZQqpsSb8ucaUaPTnPaibI22nEqMt9xeE5 +KmU1X2o6kVLoBiaI+/vBIqblVye4D2M4wguCrNfP4jDGB9rl3doNnGZ7aKjLHrxRjlg 7sSFIdVC/DIOzukxnfe2R557Ok6gfMIQyiqrj9HW1YyjnlxifDeC4iUdezJ408E8xpMH paeTFbHQXWpbt+2uWANly6eGpxnfnmbJ3zGYM1AeBsOTUa29mZp1Htkoz5l0QNaZoths 9xRUf5vOlaclBQgLBZ1bbpEX3a/cgjDtVge8UNiVpbCOu84G3yBCaJGHxf7r1dUD3fRk quWg== X-Gm-Message-State: ANoB5pmYTEMt1wuxwQfz3oSiZvUuf1TaBJft9wLvzNPPh5EGIjMtuvAM eqkVv57EoW9ceIS3G3JPGMxBiHlPs0Y= X-Google-Smtp-Source: AA0mqf47nW2GmMyoou7bMzwDr5WO5lqCWl7nH9yzmw/8lgyuKHUCAYyTw+d5pIb7FFzW0qwKH5GISA== X-Received: by 2002:adf:f146:0:b0:242:624:8cc5 with SMTP id y6-20020adff146000000b0024206248cc5mr5000144wro.59.1669466740802; Sat, 26 Nov 2022 04:45:40 -0800 (PST) Received: from lumine.fritz.box (85-127-52-93.dsl.dynamic.surfer.at. [85.127.52.93]) by smtp.gmail.com with ESMTPSA id u26-20020a7bcb1a000000b003cfd42821dasm8458036wmj.3.2022.11.26.04.45.40 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Sat, 26 Nov 2022 04:45:40 -0800 (PST) Message-ID: Subject: Re: tag 58569 moreinfo From: Liliana Marie Prikler To: Christopher Baines , control@debbugs.gnu.org Date: Sat, 26 Nov 2022 13:45:39 +0100 In-Reply-To: <87v8nthf1o.fsf@cbaines.net> References: <87v8nthf1o.fsf@cbaines.net> Content-Type: text/plain Content-Transfer-Encoding: 7bit User-Agent: Evolution 3.46.0 MIME-Version: 1.0 X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: control X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) close 58569 99ba4ddb03b396f56764a25317f40d4501380704 thanks From unknown Sat Jun 21 10:46:46 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Sun, 25 Dec 2022 12:24:09 +0000 User-Agent: Fakemail v42.6.9 # This is a fake control message. # # The action: # bug archived. thanks # This fakemail brought to you by your local debbugs # administrator