| Summary: | Konsole current working directory when opening new tabs or windows is /usr/share/man if reading a man page in previous window | ||
|---|---|---|---|
| Product: | [Applications] konsole | Reporter: | dennis.aldana |
| Component: | general | Assignee: | Konsole Bugs <konsole-bugs-null> |
| Status: | RESOLVED DOWNSTREAM | ||
| Severity: | minor | CC: | franke.daniel |
| Priority: | NOR | ||
| Version First Reported In: | unspecified | ||
| Target Milestone: | --- | ||
| Platform: | Arch Linux | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
|
Description
dennis.aldana
2011-03-12 22:44:37 UTC
Konsole get the current working directory from the current session to copy to the new session. 'man' sets the cwd to /usr/share/man Example: 4774 pts/6 S+ 0:00 man man /proc/4774/cwd -> /usr/share/man/ yeah, it may be the normal behavior, it certainly is not what I was specting so I thought in reporting, but it's so trivial you may close this bug at your discretion. I think man shouldn't change cwd thou. (In reply to comment #1) > Konsole get the current working directory from the current session to copy to > the new session. 'man' sets the cwd to /usr/share/man > > Example: > > 4774 pts/6 S+ 0:00 man man > > /proc/4774/cwd -> /usr/share/man/ I agree man should not be setting the cwd. Anyway I don't see how Konsole could get around this as-is. *** Bug 270620 has been marked as a duplicate of this bug. *** See the dupe for in #4 another example, 'find' in that case. Personally I don't think this is an issue in any application that changes the current working directory -- have fun trying to weed them all out -- but something that should be fixed in konsole instead. |