The Grumpy Editor's guide to personal finance managers (Part I)
The Grumpy Editor's guide to personal finance managers (Part I)
Posted Sep 13, 2005 21:21 UTC (Tue) by Ross (guest, #4065)In reply to: The Grumpy Editor's guide to personal finance managers (Part I) by foo@share-foo.com
Parent article: The Grumpy Editor's guide to personal finance managers (Part I)
What's really annoying is that they continue to write to stdout when they are backgrounded or even after they exit. I guess they fork some other process which does the writing... seems like a bug to me.
Posted Sep 13, 2005 23:11 UTC (Tue)
by pynm0001 (guest, #18379)
[Link]
This should only occur for applications which are designed to be unique The Grumpy Editor's guide to personal finance managers (Part I)
(that is, only one running instance at a time), as a side-effect of the
implementation.
And they don't write to stdout after exit, that's the rest of KDE, the
things like running kioslaves and the DCOP server for example.