-
Notifications
You must be signed in to change notification settings - Fork 7
Open
Description
It seems that emelFM2 doesn't honor ~/.profile. In mine I have this:
# set PATH so it includes user's private bin if it exists
if [ -d "$HOME/bin" ] ; then
PATH="$HOME/bin:$PATH:$HOME/Build/Testing/coverity/cov-analysis-linux64-7.6.0/bin"
fi
Yet when I start emelFM2, it doesn't have this last path in its environment:
sh>env | grep -i cov- (27020)
sh>env | grep -i cov- (27020) returned '1'
However, when I start emelFM2 from a Bash terminal that includes this path, then emelFM2 has it as well in its environment:
geek@liv-inspiron:~/Build/Devel/lyx$ env | grep -i cov-
PATH=/home/geek/Build/Testing/coverity/cov-analysis-linux64-7.6.0/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games
sh>env | grep -i cov- (27105)
PATH=/home/geek/Build/Testing/coverity/cov-analysis-linux64-7.6.0/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games
sh>env | grep -i cov- (27105) returned '0'
Should emelFM2 honor ~/.profile?
Metadata
Metadata
Assignees
Labels
No labels