| Summary: | konsole --list-profiles output cannot be redirected | ||
|---|---|---|---|
| Product: | [Applications] konsole | Reporter: | suppandi G <suppandi> |
| Component: | general | Assignee: | Konsole Bugs <konsole-bugs-null> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | CC: | dmitry.guryanov, robertknight |
| Priority: | NOR | ||
| Version First Reported In: | unspecified | ||
| Target Milestone: | --- | ||
| Platform: | openSUSE | ||
| OS: | Unspecified | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
|
Description
suppandi G
2009-10-18 18:05:36 UTC
Like --help, the --list-profiles output is sent to standard error, so it can be redirected albeit with a slightly different syntax. It should be output to standard output though as your example expects. didnt help. I tried konsole --list-profiles 2>/tmp/list the list showed up on screen konsole --list-profiles 2>&1 > /tmp/list nothing on screen, nothing in file Seems to be fixed, checked in revision 1114756 :) kde@dhcp-10-30-18-116 ~/kde/bin $ ./konsole --list-profiles > 1 :) kde@dhcp-10-30-18-116 ~/kde/bin $ cat 1 Shell Likely fixed when 192241 was fixed. |