This bug report is being closed due to your last comment regarding this being
fixed with an update. For future reference you can manage the status of your
own bugs by clicking on the current status in the yellow line and then choosing
a new status in the revealed drop down box. You can learn mor
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
How did you provide the directory name? I have tried the following from my HOME
directory:
1. gnome-terminal --working-directory=/home/xxx/Projects/
2. gnome-terminal --working-directory=./Projects/
3. gnome-terminal --working-directory=Projects/
4. gnome-terminal --working-directory=Projects
5. g