Bug 476706

Summary: There is no indication if a process is terminated when using --hold
Product: [Applications] konsole Reporter: Jens Reimann <ctron>
Component: generalAssignee: Konsole Developer <konsole-devel>
Status: REPORTED ---    
Severity: normal    
Priority: NOR    
Version: 23.08.1   
Target Milestone: ---   
Platform: Other   
OS: Linux   
Latest Commit: Version Fixed In:

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