[Bug 1005306] Re: gnome-terminal always opens in $HOME

2012-05-30 Thread genesys87
I found the problem; I had these lines in .bashrc: olddir=`pwd` cd ~/Scaricati/root/bin source thisroot.sh cd $oldir I replaced them with: source ~/Scaricati/root/bin/thisroot.sh and now it works: it were the cds that made gnome-terminal not open in the right directory (although I am sure that in

[Bug 1005306] [NEW] gnome-terminal always opens in $HOME

2012-05-27 Thread genesys87
Public bug reported: I am using Ubuntu 12.04, 32 bit; gnome-terminal 3.4.1.1 If I issue the command: gnome-terminal --working-directory= it always opens in $HOME instead of the written . Same thing happens if I open a new tab (Ctrl+Shift+T) from any directory different from $HOME. I also believe