Gnome-terminal follows symbolic links instead of staying in the current directory when opening a new tab
Bug #263637 reported by
Anonym25712
This bug affects 13 people
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
GNOME Terminal |
Fix Released
|
Medium
|
|||
gnome-terminal (Ubuntu) |
Triaged
|
Low
|
Ubuntu Desktop Bugs |
Bug Description
Binary package hint: gnome-terminal
1) cd /tmp
2) mkdir -p A/AA
3) mkdir B
4) cd B
5) ln -s ../A/AA
6) cd AA
The current directory is /tmp/B/AA. Open a new tab, you're now in /tmp/A/AA.
Changed in gnome-terminal: | |
status: | Unknown → Confirmed |
Changed in gnome-terminal: | |
importance: | Unknown → Medium |
Changed in gnome-terminal: | |
status: | Confirmed → Fix Released |
To post a comment you must log in.
This happens all the time to me, because in my job I write a lot of research papers, all of them being in a Subversion repository. Since I like to use a different hierarchy than the other people I'm working with, I've got a separate directory with many symbolic links, organized in a different way (I store them by year). Each time I open a new tab, I'm back in the SVN repository. That's quite annoying.