[Konsole-devel] [Bug 225857] New: KonsolePart does not call cd with existing shell in TerminalInterface::showShellInDir()
Friedrich W. H. Kossebau
kossebau at kde.org
Sun Feb 7 19:25:13 UTC 2010
https://bugs.kde.org/show_bug.cgi?id=225857
Summary: KonsolePart does not call cd with existing shell in
TerminalInterface::showShellInDir()
Product: konsole
Version: unspecified
Platform: Compiled Sources
OS/Version: unspecified
Status: NEW
Severity: normal
Priority: NOR
Component: general
AssignedTo: konsole-devel at kde.org
ReportedBy: kossebau at kde.org
Version: (using Devel)
Installed from: Compiled sources
virtual void TerminalInterface::showShellInDir( const QString& dir )* is
defined as:
"If a shell is currently shown, this sends it a cd command.
Otherwise, this starts a shell, and sends it a cd command too..."
While the second part works in KonsolePart as defined, the first one doesn't,
no cd command is sent. This seems also the reason why the Kate Konsole plugin
manually uses some
sendInput("cd " + KShell::quoteArg(url.path()) + '\n');
*
http://api.kde.org/4.x-api/kdelibs-apidocs/interfaces/html/classTerminalInterface.html#a976517f6ea1330bdd3b34ba0accc2b8a
--
Configure bugmail: https://bugs.kde.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
More information about the konsole-devel
mailing list