Summary: | Konsole does not set initial working directory from cwd | ||
---|---|---|---|
Product: | [Applications] konsole | Reporter: | Johnny Levai <digistyl3> |
Component: | general | Assignee: | Konsole Developer <konsole-devel> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | francesco.cecconi, kde-bugzilla |
Priority: | NOR | ||
Version: | 2.2.2 | ||
Target Milestone: | --- | ||
Platform: | unspecified | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | 4.9.0 | |
Sentry Crash Report: |
Description
Johnny Levai
2009-03-21 01:23:19 UTC
Confirmed in Konsole 2.4.3. However, you could workaround this using the "--workdir" switch. Git commit ebcab3c307f83ddf42a9096b8a76a5389ce52f3d by Jekyll Wu. Committed on 09/04/2012 at 07:53. Pushed by jekyllwu into branch 'master'. Use $PWD as the fallback value for setting initial working directory This means running "konsole" literally in a terminal will open a konsole which starts in the same directory as the current terminal. "konsole --workdir ." is no more needed. This makes Konsole behave like most other emulators. Another befinit is it is now easier to use konsole for the "Open terminal here" feature provided in file managers other than dolphin. Note: due to the "single process" model of konsole, konsole sometimes does not open the expected the direcotory when used by this "Open terminal here" feature. REVIEW: 104518 FIXED-IN: 4.9.0 M +6 -3 src/Session.cpp http://commits.kde.org/konsole/ebcab3c307f83ddf42a9096b8a76a5389ce52f3d |