all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Ricardo Wurmus <rekado@elephly.net>
To: 51224@debbugs.gnu.org
Cc: help-guix@gnu.org
Subject: Cannot login (login screen loop) after some packages are installed
Date: Sun, 13 Feb 2022 09:38:50 +0100	[thread overview]
Message-ID: <87ee47rw83.fsf@elephly.net> (raw)

Hi Nikos,

my apologies for the long delay.  You may have better luck on
help-guix@gnu.org; bug-guix@gnu.org is usually for bugs which can be
reproduced by others.

> I have succesfully installed guix in trisquel 9 (mate). 
>
> I have installed some packages and everything is working as expected.
[…]
> But when I install gnucash, or cawbird and reboot the system doesn't
> autologin and stays at login screen. Inserting the password is just
> getting me back to the login screen.

I don’t know what the problem is, but I suspect that trisquel is unhappy
with environment variables that Guix has set.  Guix defines variables
based on the contents of your profile at ~/.guix-profile/etc/profile.
In your shell initialization you probably load them; e.g. with this
snippet in ~/.bash_profile:

    GUIX_PROFILE=$HOME/.guix-profile
    source $GUIX_PROFILE/etc/profile

When you comment this Guix will not set any variables, so it has no way
of affecting your environment at all.  Can you log in after removing
these lines?  (You can evaluate these lines after logging in.)

If so, we should try to figure out which of these variables is
responsible.  Could you please show the contents of that etc/profile
file?  A common suspect is one of the XDG_* variables.

Hope that helps!

-- 
Ricardo


             reply	other threads:[~2022-02-13  8:45 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-02-13  8:38 Ricardo Wurmus [this message]
2022-02-13 13:54 ` Cannot login (login screen loop) after some packages are installed David Lecompte via

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87ee47rw83.fsf@elephly.net \
    --to=rekado@elephly.net \
    --cc=51224@debbugs.gnu.org \
    --cc=help-guix@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.