You are not logged in.
Pages: 1
Hi, i am unable to make Sakura reading at start the home profile, in other words, to start a login shell; also with xterm found the same issue.
Offline
Is there a solution? I am forced to install bash and to replace ash?
Offline
Thanks for your help but, as always, i have solved by myself, at least with XTerm.
Into ~/.profile comment the following lines:
. /etc/profile
. /etc/locale.conf
so
#. /etc/profile
#. /etc/locale.conf
Into /etc/profile append this:
# Run home profile if present
#
if [ -s "$HOME/.profile" ]; then
. $HOME/.profile
fi
Offline
Pasquale, what do you want to do with this ?
I'm intersested for some workaround with "R".
Offline
I has been unable to start an x terminal reading home profile or something like ashrc or bashrc, etc... or to start as a login shell. However editing /etc/profile and home profile as the previous post, i has been able at least with XTerm, now it reads the global and the home profile where i put aliases and other things.
Offline
Thanks ;-)
Offline
Pages: 1
[ Generated in 0.019 seconds, 7 queries executed - Memory usage: 1.53 MiB (Peak: 1.77 MiB) ]