.bashrc not getting sourced during Gnome login

Serg B. sergicles at gmail.com
Sat Oct 14 16:43:06 UTC 2006


Or you could source it from ~/.bash_profile

if [ -f ~/.bashrc ];
then
   source ~/.bashrc
fi

Or something like that.

On 15/10/06, Felipe Alfaro Solana <felipe.alfaro at gmail.com> wrote:
> On 10/14/06, stan <stanb at panix.com> wrote:
> > For some reason terminal sessions spawned from the Gnome window manager do
> > not seem to inherit variables set in .bashec.
> >
> > How can I fix this?
>
> AFAIK, GNOME uses ~/.gnomerc instead of ~/.bashrc. Probably, you can
> source ~/.bashrc from within ~/.gnomerc.
>
> --
> ubuntu-users mailing list
> ubuntu-users at lists.ubuntu.com
> https://lists.ubuntu.com/mailman/listinfo/ubuntu-users
>




More information about the ubuntu-users mailing list