From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?UTF-8?Q?Court=C3=A8s?=) Subject: bug#31907: New users get wrong/old profile path to guix after reconfiguring Date: Wed, 20 Jun 2018 23:35:35 +0200 Message-ID: <87sh5hp2e0.fsf@gnu.org> References: <022CFE10-F1D7-4C39-BBFE-473F82165F47@riseup.net> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:51327) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fVkln-0007J7-Nz for bug-guix@gnu.org; Wed, 20 Jun 2018 17:36:04 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fVklm-0000hO-RD for bug-guix@gnu.org; Wed, 20 Jun 2018 17:36:03 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:50128) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1fVklm-0000hI-NB for bug-guix@gnu.org; Wed, 20 Jun 2018 17:36:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1fVklm-0004hj-GN for bug-guix@gnu.org; Wed, 20 Jun 2018 17:36:02 -0400 Sender: "Debbugs-submit" Resent-Message-ID: In-Reply-To: <022CFE10-F1D7-4C39-BBFE-473F82165F47@riseup.net> (swedebugia's message of "Wed, 20 Jun 2018 05:18:57 +0200") List-Id: Bug reports for GNU Guix List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-guix-bounces+gcggb-bug-guix=m.gmane.org@gnu.org Sender: "bug-Guix" To: swedebugia Cc: 31907@debbugs.gnu.org Hello swedebugia, swedebugia skribis: > Steps to reproduce: > Install 0.14 > Init system with user a > Login root > Guix pull > Make sure it has right paths to .config/guix/current > Reconfigure with new user b > Reboot > Login user b > > When logging in slim? populates the dot-files and a .guix-profile is cre= ated with path to old guix. No .config/guix/current exist.=20 ~/.config/guix/current is created by the new =E2=80=98guix pull=E2=80=99. = So when coming from 0.14, you actually need to run it twice: the first run will give you the new =E2=80=98guix pull=E2=80=99, and the second run will actua= lly run the new code and create ~/.config/guix/current. Could it be the reason you didn=E2=80=99t see ~/.config/guix/current? Thanks, Ludo=E2=80=99.