| Summary: | Allow build plugin to show terminal application output | ||
|---|---|---|---|
| Product: | [Applications] kate | Reporter: | Thiago Sueto <herzenschein> |
| Component: | general | Assignee: | KWrite Developers <kwrite-bugs-null> |
| Status: | RESOLVED FIXED | ||
| Severity: | wishlist | CC: | kare.sars, loh.tar |
| Priority: | NOR | ||
| Version First Reported In: | unspecified | ||
| Target Milestone: | --- | ||
| Platform: | Other | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
|
Description
Thiago Sueto
2021-11-07 04:53:55 UTC
Hi, Thanks for the report. Unfortunately this would require a bit more work. The build plugin just reads the stdout and stderr of the application an does not do proper tty handling. As a workaround if you do not need the console output, you could run the application in konsole: konsole -e <your cmd> |