From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp12.migadu.com ([2001:41d0:8:6d80::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms5.migadu.com with LMTPS id ELV2GXgPa2J1eQEAbAwnHQ (envelope-from ) for ; Fri, 29 Apr 2022 00:04:40 +0200 Received: from aspmx1.migadu.com ([2001:41d0:8:6d80::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp12.migadu.com with LMTPS id WBE8GXgPa2KSaAAAauVa8A (envelope-from ) for ; Fri, 29 Apr 2022 00:04:40 +0200 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 F04148255 for ; Fri, 29 Apr 2022 00:04:39 +0200 (CEST) Received: from localhost ([::1]:51242 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1nkCFa-0000OX-FJ for larch@yhetil.org; Thu, 28 Apr 2022 18:04:38 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:52358) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nkCB9-0004x5-JF for guix-patches@gnu.org; Thu, 28 Apr 2022 18:00:03 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:56323) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1nkCB9-0004MV-9R for guix-patches@gnu.org; Thu, 28 Apr 2022 18:00:03 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1nkCB9-0000FP-5T for guix-patches@gnu.org; Thu, 28 Apr 2022 18:00:03 -0400 Subject: bug#55000: [PATCH] gnu: Fix incorrect path in home-fish-service Resent-From: Ludovic =?UTF-8?Q?Court=C3=A8s?= Original-Sender: "Debbugs-submit" Resent-To: guix-patches@gnu.org Resent-Date: Thu, 28 Apr 2022 22:00:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: cc-closed 55000 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: Maya Cc: 55000-done@debbugs.gnu.org Mail-Followup-To: 55000@debbugs.gnu.org, ludo@gnu.org, maya.omase@protonmail.com Received: via spool by 55000-done@debbugs.gnu.org id=D55000.1651183174885 (code D ref 55000); Thu, 28 Apr 2022 22:00:02 +0000 Received: (at 55000-done) by debbugs.gnu.org; 28 Apr 2022 21:59:34 +0000 Received: from localhost ([127.0.0.1]:50217 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nkCAg-0000ED-KK for submit@debbugs.gnu.org; Thu, 28 Apr 2022 17:59:34 -0400 Received: from eggs.gnu.org ([209.51.188.92]:58956) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nkCAe-0000Dz-Be for 55000-done@debbugs.gnu.org; Thu, 28 Apr 2022 17:59:32 -0400 Received: from fencepost.gnu.org ([2001:470:142:3::e]:32830) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nkCAY-0004Ev-VH; Thu, 28 Apr 2022 17:59:26 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=MIME-Version:In-Reply-To:Date:References:Subject:To: From; bh=TofojNexz/wpr0WPUNkdx8KlqxfcGylASln9U3x3vYY=; b=Wc4syvBlqu3ZTdzMtCGs 0TNkI8mt2jc7noaTbsw7xe6+h+jahyjAY8hvnzusLGhdA8OGM/3FvM26IxOJnXKzBTql+6KgBRMzU DuyAJl9eZal1HvCc/dbyPnn/lQHdP+jw0+KrS+FNbe5EC8eROGsYrB5nOEz873F0uGNkUpeZYy7qv cKzgjL+GPh0VVY7HDb3y6jDIVNLuBrAahvMgVbPOceG6eg0aDxSYPurX7TG84vKTq2J6++sNzXbED gtPG+B8QuZWckYpgREP0xWM4nBmpq7PYWujdrDrlKLwH0K0T3oScLU7iNbc8hiUM+duy73xozq/2J xJVo87BBjNe6Kg==; Received: from 91-160-117-201.subs.proxad.net ([91.160.117.201]:56720 helo=ribbon) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nkCAY-0006cX-HH; Thu, 28 Apr 2022 17:59:26 -0400 From: Ludovic =?UTF-8?Q?Court=C3=A8s?= References: Date: Thu, 28 Apr 2022 23:59:24 +0200 In-Reply-To: (Maya's message of "Sun, 17 Apr 2022 19:05:48 +0000") Message-ID: <874k2cc1j7.fsf@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.2 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list 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-Migadu-Flow: FLOW_IN X-Migadu-To: larch@yhetil.org X-Migadu-Country: US ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=yhetil.org; s=key1; t=1651183480; h=from:from:sender:sender:reply-to:subject:subject:date:date: message-id:message-id:to:to:cc:cc:mime-version:mime-version: content-type:content-type: content-transfer-encoding:content-transfer-encoding:resent-to: resent-from:resent-sender:resent-message-id:in-reply-to:in-reply-to: references:references:list-id:list-help:list-unsubscribe: list-subscribe:list-post:dkim-signature; bh=TofojNexz/wpr0WPUNkdx8KlqxfcGylASln9U3x3vYY=; b=qQ1kN+BzNyhQHBeCXBLbI6+dolNOhlLciKq6e7XlUVmpi1vO5hqWkeue66mFJX/qJ9Hmmr XS3nBaJOZICty0prQYQqqvgP3cR2aARHxurdsCZCZqbQAMBh1zEH0uuvo2vAOe3mg+wvo2 uTur5ktG6QmLX2ohY513qU2pllSsbFD5DTg8xN+MzIITAtNibEhXvWW9aXun67duUEllC0 U0KPWu9XlVT5wU4b9R8PY3LwB81TmSn/liahmEcA0bw/rJo92iAoA3h46fOPxrhkDnkoMo 4SfQgtICW3yKO+LXTP9T6K7HAwqNJjp1PJH3/vv7C0H6w2Uwm1FPKebb350QxA== ARC-Seal: i=1; s=key1; d=yhetil.org; t=1651183480; a=rsa-sha256; cv=none; b=ZSzimasmuwFZQzuyimgu7dvfYYW5bg6IjB9n/h4kS2jHE3AI/g71q/reApi6CI0ltcg/2i TRWgwjX41iH0D13jL1FLAe9Rx/uDy+65ETfttFVV/wd9w78YeisxVVgIBjqJfRH+NQiJh3 1WUgsD0K1FqQWYZyG0X1tEsLlP728FrPM9m0RfDrpSujQfW7VSusVq0XiiQXzqHFgb4s9x CHEcuczmcYAvsJs+g8+6Fuh8YEeFOHO9ve1bOLxYL1Tu6WZyVuORfbc4LqQLxxHMz2KlC1 RSgKIMEx9txDgJVI53RdPtthWkyFj21aD9p8xYXFx31F1Jf8PBsaPx/QOjfrig== ARC-Authentication-Results: i=1; aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=gnu.org header.s=fencepost-gnu-org header.b=Wc4syvBl; dmarc=pass (policy=none) header.from=gnu.org; spf=pass (aspmx1.migadu.com: domain of "guix-patches-bounces+larch=yhetil.org@gnu.org" designates 209.51.188.17 as permitted sender) smtp.mailfrom="guix-patches-bounces+larch=yhetil.org@gnu.org" X-Migadu-Spam-Score: -3.90 Authentication-Results: aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=gnu.org header.s=fencepost-gnu-org header.b=Wc4syvBl; dmarc=pass (policy=none) header.from=gnu.org; spf=pass (aspmx1.migadu.com: domain of "guix-patches-bounces+larch=yhetil.org@gnu.org" designates 209.51.188.17 as permitted sender) smtp.mailfrom="guix-patches-bounces+larch=yhetil.org@gnu.org" X-Migadu-Queue-Id: F04148255 X-Spam-Score: -3.90 X-Migadu-Scanner: scn1.migadu.com X-TUID: KazAHzKawsFs Hi, Maya skribis: > I haven't found any info on this and I wasn't sure if I should open a bug= report. I believe this is a bug in the home-fish-service, as guix home cop= ies the configuration file to "~/config/fish/config.fish" but the path wher= e fish looks for is "~/.config/fish/config.fish" > > Other than that it functions correctly, it must've been a mistake as one = rarely changes this file and once in the right place, it works perfectly. W= ithout it though, the guix home is non-functional. Indeed. This is because =E2=80=98home-files-service-type=E2=80=99 no longe= r prepends =E2=80=9C.=E2=80=9D to file names. Applied now, thanks! Ludo=E2=80=99. PS: And congrats on getting bug #55000. :-)