On 10/08/2018 02:30 PM, Bruce Dubbs via blfs-dev wrote:

My solution right now is to have:

$cat /usr/bin/lightdm-session
#!/bin/sh
. /etc/profile          # <--- Added
. $HOME/.bash_profile   # <--- Added


This was the purpose of adding ~/.profile in addition to ~/.bash_profile in the bash shell startup files. We hit the same thing with GDM. Can you change it to a login shell (#!/bin/sh -l) and give it a shot without explicitly sourcing the individual files?

--DJ

--
http://lists.linuxfromscratch.org/listinfo/blfs-dev
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to