[Konsole-devel] Quickly adding new konsole tabs causes some of them to become un-named
Jekyll Wu
adaptee at gmail.com
Sun Mar 11 02:21:37 UTC 2012
On 2012年03月11日 07:16, Jekyll Wu wrote:
> Yes, I will take a look a it. Guess that is related with that hard-coded
> 200ms delay.
It turn outs to be :).
The cause is _shellProcess->pid() would return 0 if it is called before
the session is actually started. So all those information obtained from
/proc will be empty( Konsole can't read anything from /proc/0/ since it
does not exist!)
I haven't figured out a clean solution because the code related with
tab title and process info seems quite complicated. I will test my
stupid patch for some time before pushing it.
Regards
Jekyll
More information about the konsole-devel
mailing list