Bug 152449 - Using "New Tab" using a profile that has a directory set ignores that dir.
Summary: Using "New Tab" using a profile that has a directory set ignores that dir.
Status: RESOLVED FIXED
Alias: None
Product: konsole
Classification: Applications
Component: general (show other bugs)
Version: 1.9.2
Platform: unspecified Linux
: NOR normal
Target Milestone: ---
Assignee: Konsole Developer
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-11-17 09:34 UTC by Thomas Zander
Modified: 2007-12-17 19:48 UTC (History)
0 users

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