[Konsole-devel] [Bug 134581] confirm quit: single tab with running process

Maciej Pilichowski bluedzins at wp.pl
Sun Sep 24 11:37:34 UTC 2006


------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
         
http://bugs.kde.org/show_bug.cgi?id=134581         




------- Additional Comments From bluedzins wp pl  2006-09-24 13:37 -------
> No, Konsole is not aware of whether processes are running in the shells or
> not.  

I am not talking about the shell, but the process launched. For check this, I just wrote the tiny program in C++ which just sits and waits for the input. When I terminate it, Konsole displays "Finished".

So it is aware!

> The program running in the shell is able to set the Konsole title by putting
> certain sequences of characters in the output stream. 

Does this code set anything?

int main()
{
  while (true)
  {
    string s;
    cin >> s;
  }
  return 0;
}
 
> Konsole could probably make an intelligent guess as to whether or not a
> program is running by looking at the amount of time since output from the
> program running in the shell was received.

Konsole works just fine right now. I am asking for extra feature related to displaying this "finished" info -- before displaying it, please, confirm quit. I am not talking about additional recognizing finishing process -- _IT IS ALREADY DONE_.



More information about the konsole-devel mailing list