Bug 152449

Summary: Using "New Tab" using a profile that has a directory set ignores that dir.
Product: [Applications] konsole Reporter: Thomas Zander <zander>
Component: generalAssignee: Konsole Developer <konsole-devel>
Status: RESOLVED FIXED    
Severity: normal    
Priority: NOR    
Version: 1.9.2   
Target Milestone: ---   
Platform: unspecified   
OS: Linux   
Latest Commit: Version Fixed In:

Description Thomas Zander 2007-11-17 09:34:17 UTC
Version:           1.9.2 (using KDE 3.95.2 (KDE 4.0 Beta4), compiled sources)
Compiler:          gcc
OS:                Linux (x86_64) release 2.6.20-15-generic

To reproduce;

go to settings, manage profiles.
Create a new profile and edit it.
Type "/usr/local" in the "initial directory" line.
Press ok.
Make this profile the default.
Press ok.
Use the file->new tab menu option.

I expected the initial directory for this profile to be /usr/local.
Notice how you are not in /usr/local
Comment 1 Thomas Zander 2007-12-17 19:48:42 UTC
SVN commit 749736 by zander:

BUG: 152449
This makes sure that if you create a new tab it will always inherit the
current dir, unless the profile you use (either the default using 'new tab'
or using a profile specifically) has a directory set. In which case it will
go to that dir.


 M  +1 -1      Application.cpp  
 M  +1 -1      MainWindow.cpp  
 M  +2 -0      Session.cpp  


WebSVN link: http://websvn.kde.org/?view=rev&revision=749736