After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 686623 - New terminal PWD with symlink
New terminal PWD with symlink
Status: RESOLVED DUPLICATE of bug 502146
Product: gnome-terminal
Classification: Core
Component: general
3.4.x
Other Linux
: Normal normal
: ---
Assigned To: GNOME Terminal Maintainers
GNOME Terminal Maintainers
Depends on:
Blocks:
 
 
Reported: 2012-10-22 11:15 UTC by Tim Sheridan
Modified: 2012-10-22 12:15 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Tim Sheridan 2012-10-22 11:15:38 UTC
If you open a new terminal (Ctrl + Shift + N) from an existing terminal which has a pwd with a symlink in it, the new terminal's pwd is resolved to the target of the symlink. I would expect that the pwd for the new terminal to be precisely the original pwd.

To reproduce:
# Open a terminal
mkdir target_dir
ln -s target_dir link_dir
cd link_dir
pwd
# Ctrl + Shift + N for a new terminal
pwd
Comment 1 Christian Persch 2012-10-22 12:15:34 UTC

*** This bug has been marked as a duplicate of bug 502146 ***