| Summary: | konsole doesn't show title with -e command and redirected stdout | ||
|---|---|---|---|
| Product: | [Applications] konsole | Reporter: | poseidon <purpleposeidon> |
| Component: | general | Assignee: | Konsole Bugs <konsole-bugs-null> |
| Status: | RESOLVED WORKSFORME | ||
| Severity: | normal | CC: | adaptee, barry.scott |
| Priority: | NOR | ||
| Version First Reported In: | 2.3.2 | ||
| Target Milestone: | --- | ||
| Platform: | Ubuntu | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
|
Description
poseidon
2010-03-07 07:09:45 UTC
This is broken for me as well.
--title is ignored is stdout is not a TTY.
This fails:
konsole --title Title >/dev/null
This works:
konsole --title Title >/dev/tty
can't reproduce it with 2.7.999 |