Bug 302254

Summary: New tab or window resolves symbolic link as PWD
Product: [Applications] konsole Reporter: Andrew Udvare <audvare>
Component: generalAssignee: Konsole Developer <konsole-devel>
Status: RESOLVED DUPLICATE    
Severity: major CC: de.meyer.maarten
Priority: NOR    
Version: unspecified   
Target Milestone: ---   
Platform: Gentoo Packages   
OS: Linux   
Latest Commit: Version Fixed In:

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 ***