Trouble setting up Finance::Quote

Maf. King maf at chilwell.net
Sun Jan 21 14:46:45 EST 2007


On Sunday 21 January 2007 19:07, Cory Helfrich wrote:
> Hello David,
>
> I think you are correct. My xterm $SHELL is /bin/bash, just like
> terminal. However, when I start xterm, the commands in my .profile
> are not executed, while these commands are executed when I start
> terminal (commands to modify the path and prompt, etc.). However, I
> do not know where to put these commands so they will be executed when
> X11 starts. Do you know?


Hi Cory,

How about ~/.bashrc?

(hint: a couple of lines in ~/.profile may help here:

if test -f ~/.bashrc; then
        . ~/.bashrc
fi
# if the file ~/.bashrc exists, run it....
)
 

HTH,
Maf.

>
> Thanks,
> Cory
> Cory Helfrich
> coryhelfrich at yahoo.ca



More information about the gnucash-user mailing list