Bug 183283 - Initial working directory is ignored
Summary: Initial working directory is ignored
Status: RESOLVED FIXED
Alias: None
Product: konsole
Classification: Applications
Component: general (show other bugs)
Version: 2.1
Platform: Fedora RPMs Unspecified
: NOR normal
Target Milestone: ---
Assignee: Konsole Developer
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-02-05 11:27 UTC by Tim Landscheidt
Modified: 2009-05-08 17:42 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 Tim Landscheidt 2009-02-05 11:27:37 UTC
Version:           2.1 (using KDE 4.1.4)
Installed from:    Fedora RPMs

If you specify an initial working directory as "Start-Ordner" in "Einstellungen/Aktuelles Profil bearbeiten ..." and *de*activate the button "In selbem Unterordner starten, wie aktuelles Unterfenster" (*1), new tabs are *always* opened with "~/Dokumente" as working directory.

Expected behaviour obviously is that they are opened with the specified initial working directory as initial working directory :-).

(*1)   Unrelated: The comma is a grammatical mistake and should be removed.
Comment 1 Tim Landscheidt 2009-02-14 06:51:27 UTC
Further investigation shows that if the initial working directory is specified with no tildes (e. g. "/home/tim/somewhere" instead of "~/somewhere") new tabs are opened in that specified directory.

  This is very weird since:

a) the default value was "~/Dokumente" (with tilde),
b) there was no warning when I changed that to "~/somewhere", and
c) there was no error when I opened a new tab.
Comment 2 Tim Landscheidt 2009-02-18 20:37:44 UTC
Still a problem in 4.2.
Comment 3 Kurt Hindenburg 2009-05-08 17:34:40 UTC
SVN commit 965328 by hindenburg:

Expand ~ for working/initial directory; includes the command line and in profiles.

BUG: 183283


 M  +1 -1      Session.cpp  


WebSVN link: http://websvn.kde.org/?view=rev&revision=965328
Comment 4 Kurt Hindenburg 2009-05-08 17:42:42 UTC
SVN commit 965329 by hindenburg:

Expand ~ for working/initial directory; includes the command line and in profiles.

CCBUG: 183283


 M  +1 -1      Session.cpp  


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