Bug 302254 - New tab or window resolves symbolic link as PWD
Summary: New tab or window resolves symbolic link as PWD
Status: RESOLVED DUPLICATE of bug 302037
Alias: None
Product: konsole
Classification: Applications
Component: general (show other bugs)
Version: unspecified
Platform: Gentoo Packages Linux
: NOR major
Target Milestone: ---
Assignee: Konsole Developer
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-06-20 18:46 UTC by Andrew Udvare
Modified: 2012-06-20 18:52 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Andrew Udvare 2012-06-20 18:46:44 UTC
If you are in a directory that is really a symbolic link, and you open a new tab or window from that window, you get into a new terminal with the fully resolved path. I expect Konsole to go to the symbolically linked path.

Reproducible: Always

Steps to Reproduce:
1. Open Konsole and type the following:
$ cd
$ mkdir a
$ ln -s a b
$ cd b
4. File -> Open New Window or Open New Tab
Actual Results:  
New terminal is in directory a

Expected Results:  
Should go into b (which is a symbolic link)
Comment 1 Andrew Udvare 2012-06-20 18:47:25 UTC
May be related to 302037
Comment 2 Andrew Udvare 2012-06-20 18:47:45 UTC
That is, https://bugs.kde.org/show_bug.cgi?id=302037
Comment 3 Maarten De Meyer 2012-06-20 18:52:35 UTC

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