unofficial mirror of help-guix@gnu.org 
 help / color / mirror / Atom feed
From: Thiago Jung Bauermann <bauermann@kolabnow.com>
To: help-guix@gnu.org
Cc: David Lecompte <david.lecompte@metani.info>
Subject: Re: Initialization of environment variables for guix on foreign distro
Date: Thu, 23 Dec 2021 21:33:54 -0300	[thread overview]
Message-ID: <3176617.8jMxP2QRTj@popigai> (raw)
In-Reply-To: <a71523f675ae311b7b7134b1da1a3b46a14defdf.camel@metani.info>

Hello David,

David Lecompte <david.lecompte@metani.info> writes:
> On Trisquel with mate on my laptop, when opening a mate terminal (the
> command is just "mate-terminal", no option), all the suitable
> environment variables for guix are set.
>
> On Debian with mate on my desktop (I had problems with Trisquel that I
> could not solve for one year so I am using Debian), when opening a mate
> terminal, the suitable variables for guix are not set.

I had a similar issue recently on my Ubuntu laptop, when I switched the
display manager from SDDM to GDM. From what I gather, the latter
launches the desktop session without using a shell so at no point the
shell initialization files are evaluated and thus the environment isn’t set 
up as usual.

I use KDE Plasma, and it has a mechanism to evaluate shell scripts to
set the environment, so in my case to fix the problem what I had to do
was:

$ ln -s /etc/profile ~/.config/plasma-workspace/env/profile.sh

I searched a bit, but unfortunately I couldn’t find an equivalent
solution for MATE.

I suppose one alternative would be to switch from GDM to SDDM. :-)

> Does guix configure another file to set environment variables properly
> or is /etc/profile.d/guix.sh the only one? Is it supposed to be
> sufficient to source it via /etc/profile?

Yes, that should be enough.

> If sourcing /etc/profile is supposed to address all cases, what is the
> recommended way to have it sourced? (on the laptop, I searched all .*
> files in my home directory, none of them is sourcing /etc/profile).
> That last question is not guix-specific but any advice is still
> welcome.

bash automatically reads /etc/profile when invoked as a login shell.
There are more details here:

https://www.gnu.org/software/bash/manual/html_node/Bash-Startup-Files.html

-- 
Thanks,
Thiago




  reply	other threads:[~2021-12-24  0:34 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-12-23  9:29 Initialization of environment variables for guix on foreign distro David Lecompte
2021-12-24  0:33 ` Thiago Jung Bauermann [this message]
2021-12-27 10:15   ` David Lecompte

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

  List information: https://guix.gnu.org/

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

  git send-email \
    --in-reply-to=3176617.8jMxP2QRTj@popigai \
    --to=bauermann@kolabnow.com \
    --cc=david.lecompte@metani.info \
    --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.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).