From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Caleb Herbert" Subject: Re: Application Setup on Trisquel Date: Tue, 24 Oct 2017 16:44:26 -0700 (PDT) Message-ID: <1508888666.10298@bluehome.net> References: <1508887980.7490@bluehome.net> Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="bound1508888666" Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:58238) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1e78s5-0001sl-N5 for help-guix@gnu.org; Tue, 24 Oct 2017 19:44:34 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1e78s0-0001nh-QU for help-guix@gnu.org; Tue, 24 Oct 2017 19:44:33 -0400 In-Reply-To: <1508887980.7490@bluehome.net> List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-guix-bounces+gcggh-help-guix=m.gmane.org@gnu.org Sender: "Help-Guix" To: =?UTF-8?Q?Ludovic=20Court=C3=A8s?= Cc: help-guix@gnu.org This is a multi-part message in MIME format. --bound1508888666 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit > > > The manual instructs users on foreign distros to export environment > > > variables. Doing this in the shell makes the changes temporary. > > > Where should these changes be made permanent? (It is bad practice to > > > put environment variables in .bashrc.) > > > > /etc/profile would be the right place. > > Is this correct? > > # echo 'export GUIX_LOCPATH=$HOME/.guix-profile/lib/locale' >>/etc/p > rofile > # echo 'export SSL_CERT_DIR="$HOME/.guix-profile/etc/ssl/certs"' >>/ > etc/profile > # echo 'export SSL_CERT_FILE="$HOME/.guix-profile/etc/ssl/certs/ca-c > ertificates.crt"' >>/etc/profile > # echo 'export GIT_SSL_CAINFO="$SSL_CERT_FILE"' >>/etc/profile > # echo 'export CURL_CA_BUNDLE="$HOME/.guix-profile/etc/ssl/certs/ca- > certificates.crt"' >>/etc/profile > # echo 'source $HOME/.guix-profile/etc/profile' >>/etc/profile I had to comment those lines in /etc/profile because Trisquel's display manager would return me to the login screen after entering my password. How do I make sure these environment variables are set? --bound1508888666--