From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jean Louis Subject: How to solve /etc/login.defs Date: Thu, 10 Mar 2016 08:57:33 +0100 Message-ID: <20160310075733.GA28494@protected.rcdrun.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:60173) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1advUF-0004Ng-8c for help-guix@gnu.org; Thu, 10 Mar 2016 02:58:23 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1advUB-0000ek-6L for help-guix@gnu.org; Thu, 10 Mar 2016 02:58:23 -0500 Received: from stw1.rcdrun.com ([217.170.207.13]:60923) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1advUA-0000eK-W1 for help-guix@gnu.org; Thu, 10 Mar 2016 02:58:19 -0500 Content-Disposition: inline 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-bounces+gcggh-help-guix=m.gmane.org@gnu.org To: Help Guix Hello, I am using guix on Debian. The default path for guix is: $HOME/.guix-profile/bin and sbin And I am using login manager lightdm, so the default PATH cannot be read. I guess, that /etc/login.defs have to be changed for each user to include $PATH correctly. Otherwise, how is system supposed to know that default $PATH is ~/.guix-profile/bin? among others? Jean Louis