Summary: | konsole command line parsing in profile broken (number of unquoted spaces is not ignored) | ||
---|---|---|---|
Product: | [Applications] konsole | Reporter: | Achim Bohnet <ach> |
Component: | general | Assignee: | Konsole Developer <konsole-devel> |
Status: | RESOLVED FIXED | ||
Severity: | normal | ||
Priority: | NOR | ||
Version: | 2.2.1 | ||
Target Milestone: | --- | ||
Platform: | unspecified | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: | |||
Attachments: |
test script
test okay profile test autsch profile, that has several spaces in the command line field |
Description
Achim Bohnet
2009-03-27 09:15:02 UTC
Created attachment 32425 [details]
test script
Created attachment 32426 [details]
test okay profile
Created attachment 32427 [details]
test autsch profile, that has several spaces in the command line field
I have a patch for this. Let me test it some more. ShellCommand::ShellCommand() _arguments = KShell::splitArgs(fullCommand); SVN commit 992625 by hindenburg: Correct (and simplify) command parsing in profiles with respect to spaces. BUG: 188230 M +2 -25 ShellCommand.cpp WebSVN link: http://websvn.kde.org/?view=rev&revision=992625 |