| Summary: | Initial working directory is ignored | ||
|---|---|---|---|
| Product: | [Applications] konsole | Reporter: | Tim Landscheidt <tim> |
| Component: | general | Assignee: | Konsole Bugs <konsole-bugs-null> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | ||
| Priority: | NOR | ||
| Version First Reported In: | 2.1 | ||
| Target Milestone: | --- | ||
| Platform: | Fedora RPMs | ||
| OS: | Unspecified | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
|
Description
Tim Landscheidt
2009-02-05 11:27:37 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. Still a problem in 4.2. 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 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 |