| Summary: | Double quotes and backslashes removed from profile command arguments. | ||
|---|---|---|---|
| Product: | [Applications] konsole | Reporter: | Mike <michaelobe> |
| Component: | general | Assignee: | Konsole Bugs <konsole-bugs-null> |
| Status: | CONFIRMED --- | ||
| Severity: | normal | CC: | julien.lebreton1985, michaelobe |
| Priority: | NOR | ||
| Version First Reported In: | 2.8.5 | ||
| Target Milestone: | --- | ||
| Platform: | Fedora RPMs | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
|
Description
Mike
2012-12-11 20:07:56 UTC
Thanks for reporting . I did some initial investigation. It should be related with ShellCommand class and KShell::splitArgs(). *** Bug 346312 has been marked as a duplicate of this bug. *** I have some bookmarks for ssh connexion with a pipe for saving my output like this one : ssh admin@192.168.1.1 | tee -a /repertory/save.txt When I select this bookmark, it appears on my terminal like ssh admin@192.168.1.1 %7C tee -a /repertory/save.txt |