Received: (at submit) by debbugs.gnu.org; 1 Apr 2024 11:18:34 +0000 From debbugs-submit-bounces <at> debbugs.gnu.org Mon Apr 01 07:18:34 2024 Received: from localhost ([127.0.0.1]:49724 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from <debbugs-submit-bounces <at> debbugs.gnu.org>) id 1rrFgQ-00076M-6t for submit <at> debbugs.gnu.org; Mon, 01 Apr 2024 07:18:34 -0400 Received: from lists.gnu.org ([2001:470:142::17]:56416) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from <attila@HIDDEN>) id 1rrFgL-000764-6k for submit <at> debbugs.gnu.org; Mon, 01 Apr 2024 07:18:33 -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 <attila@HIDDEN>) id 1rrFgC-0006QD-OW for bug-guix@HIDDEN; Mon, 01 Apr 2024 07:18:20 -0400 Received: from mail-4323.proton.ch ([185.70.43.23]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from <attila@HIDDEN>) id 1rrFg9-0001C9-Sg for bug-guix@HIDDEN; Mon, 01 Apr 2024 07:18:20 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=lendvai.name; s=protonmail; t=1711970287; x=1712229487; bh=Ldrk5ladtUS6fGoTc/zyb6h425Wtvpiu0O+PFZgVW6o=; h=Date:To:From:Subject:Message-ID:Feedback-ID:From:To:Cc:Date: Subject:Reply-To:Feedback-ID:Message-ID:BIMI-Selector; b=HQMni8iU1cEBnZ5cdJl2JVZsnaqAGoweLN5SiNkZb5Gnly1I3g1S7vNcu9NxF34zl 9MtmUMd/UyWet9bOsI1DK9f5Sy7aaur5LXR3tUx4eadnn3SQKAsbAImHydNY5mVX9c hDTbOrzyyotNo7PtPeDu2oucjwYbsaQCbv2GNTcMQILW/mx4hAXV9SnHE61HzP2tm0 azlsCo9vAnWEwcK1AnNOqTcfV5U1aStAxJpifewS5ForLVEPjkXvSOyfYRQDy+DL+9 ItMg/G3+KjdxlSBm2P8UJpa5PTBeaPRxkGqdS+Uye6SRm8BUMpFFbbxQMZ75PcFGt3 dpnBORQT4HJNg== Date: Mon, 01 Apr 2024 11:18:02 +0000 To: "bug-guix@HIDDEN" <bug-guix@HIDDEN> From: Attila Lendvai <attila@HIDDEN> Subject: `guix home import` doesn't quote aliases properly Message-ID: <-fjyp6sHcs3Atk40lT6VlGjwyMWyNgtXQZ-LiDh04-ZXqAmUmME1Dbf8z215BPKe3SBFRZsLKfIpLofDLqsdrOs2Ru-Ud5kTn78TZR46ltI=@lendvai.name> Feedback-ID: 28384833:user:proton MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Received-SPF: pass client-ip=185.70.43.23; envelope-from=attila@HIDDEN; helo=mail-4323.proton.ch 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, RCVD_IN_MSPIKE_H4=0.001, RCVD_IN_MSPIKE_WL=0.001, SPF_HELO_PASS=-0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: 1.0 (+) X-Debbugs-Envelope-To: submit X-BeenThere: debbugs-submit <at> debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: <debbugs-submit.debbugs.gnu.org> List-Unsubscribe: <https://debbugs.gnu.org/cgi-bin/mailman/options/debbugs-submit>, <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=unsubscribe> List-Archive: <https://debbugs.gnu.org/cgi-bin/mailman/private/debbugs-submit/> List-Post: <mailto:debbugs-submit <at> debbugs.gnu.org> List-Help: <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=help> List-Subscribe: <https://debbugs.gnu.org/cgi-bin/mailman/listinfo/debbugs-submit>, <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=subscribe> Errors-To: debbugs-submit-bounces <at> debbugs.gnu.org Sender: "Debbugs-submit" <debbugs-submit-bounces <at> debbugs.gnu.org> X-Spam-Score: -0.0 (/) as reported on #guix on 2024-04-01: https://logs.guix.gnu.org/guix/2024-04-01.log#121908 the following alias (a default in ubuntu) is not quoted properly: notify-send --urgency=3Dlow -i "$([ $? =3D 0 ] && echo terminal || echo err= or)" "$(history|tail -n1|sed -e '\''s/^\s*[0-9]\+\s*//;s/[;&|]\s*alert$//'\= '')" which leads to an error when opening a new terminal after a `guix home reco= nfigure`. a discussion of this alias: https://askubuntu.com/questions/423646/use-of-default-alias-alert --=20 =E2=80=A2 attila lendvai =E2=80=A2 PGP: 963F 5D5F 45C7 DFCD 0A39 -- =E2=80=9CWhat you do speaks so loud I cannot hear what you say.=E2=80=9D =09=E2=80=94 Ralph Waldo Emerson (1803=E2=80=931882)
Attila Lendvai <attila@HIDDEN>
:bug-guix@HIDDEN
.
Full text available.bug-guix@HIDDEN
:bug#70125
; Package guix
.
Full text available.
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997 nCipher Corporation Ltd,
1994-97 Ian Jackson.