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.

Sakura terminal, reading home profile.
(6 posts) (2 voices)-
Posted 7 years ago #
-
Is there a solution? I am forced to install bash and to replace ash?
Posted 7 years ago # -
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.confso
#. /etc/profile
#. /etc/locale.confInto /etc/profile append this:
# Run home profile if present
#
if [ -s "$HOME/.profile" ]; then
. $HOME/.profile
fiPosted 7 years ago # -
Pasquale, what do you want to do with this ?
I'm intersested for some workaround with "R".Posted 7 years ago # -
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.
Posted 7 years ago # -
Thanks ;-)
Posted 7 years ago #
Reply
You must log in to post.