| Summary: | konsole doesn't break newlines | ||
|---|---|---|---|
| Product: | [Applications] konsole | Reporter: | Tony Wolf <wolf> |
| Component: | general | Assignee: | Konsole Bugs <konsole-bugs-null> |
| Status: | RESOLVED NOT A BUG | ||
| Severity: | normal | ||
| Priority: | NOR | ||
| Version First Reported In: | 2.0 | ||
| Target Milestone: | --- | ||
| Platform: | unspecified | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
|
Description
Tony Wolf
2008-01-17 21:28:45 UTC
> I got a command which breaks the konsole-output of lines.
Are you referring to "iptables -D OUTPUT -p" shown in the screenshot? That doesn't appear to be valid syntax according to the output of "iptables --help" here, it just prints "Unknown argument '-p'".
The command is correct - ksnapshot cuts some args :). Also if I return, the command execs successfully. > The command is correct - ksnapshot cuts some args :).
What is the complete command?
I talk with a friend about this issue and he told me there could be a problem with the customized promt!? But if I tried it with Konsole from 3.5.8 it works! Here is the promt: $(date +%H:%M:%S) \033[0;31m\u\033[0;32m@\h\033[0;34m:\w\033[0;37m\$ And here the command: iptables -D OUTPUT -p TCP --sport 80 -j ACCEPT -j ACCEPT -m comment --comment 'HTTP OUT alle duerfen den Apache nutzen' > I talk with a friend about this issue and he told me there could be a problem with the customized prompt!?
I see the weird behaviour in xterm, gnome-terminal, Konsole/KDE 3 and Konsole/KDE 4 with the given prompt.
Perhaps on your system Konsole/KDE 3 is using a different shell or starting the shell with different arguments to Konsole/KDE 4?
As far as I can tell this is a problem with bash or the prompt text rather than the terminal. |