Bug 476706 - There is no indication if a process is terminated when using --hold
Summary: There is no indication if a process is terminated when using --hold
Status: REPORTED
Alias: None
Product: konsole
Classification: Applications
Component: general (show other bugs)
Version: 23.08.1
Platform: Other Linux
: NOR normal
Target Milestone: ---
Assignee: Konsole Developer
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2023-11-08 09:04 UTC by Jens Reimann
Modified: 2023-11-08 09:04 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jens Reimann 2023-11-08 09:04:33 UTC
SUMMARY

When using `--hold` (or `--no-close`) a tab of a process will remain open (which is expected). But there is no indication if the process is still running or not.

STEPS TO REPRODUCE
1. run `konsole --hold -e true`
2. try to figure out of `true` is still running or not


OBSERVED RESULT

No indication seen.

EXPECTED RESULT

I would expect that there is a message like with other terminals:

```
The process is terminated … do X in order to close this tab.
```

And/or some visual indication on the tab's label.

SOFTWARE/OS VERSIONS
Operating System: Fedora Linux 38
KDE Plasma Version: 5.27.8
KDE Frameworks Version: 5.110.0
Qt Version: 5.15.11
Kernel Version: 6.5.9-200.fc38.x86_64 (64-bit)
Graphics Platform: X11
Processors: 24 × AMD Ryzen 9 3900X 12-Core Processor
Memory: 62.7 GiB of RAM
Graphics Processor: AMD Radeon RX 570 Series

ADDITIONAL INFORMATION