Re: Panel applet and g_timeout problem



On Fri, 2004-04-23 at 21:43, James M. Cape wrote:
> On Sun, 2004-04-18 at 20:54 +0200, Florian Schricker wrote:
> > Wwhenever I remove the applet (or log out) the applet
> > is not completely stopped/killed. I still have the process in ps -A and
> > need to kill it manually.
> > 

> Are you closing the file descriptor(s) you're using?

That was it - somehow!
I was using fopen instead of open. Although I was using fclose on the
stream, it did not work out.
So thank you, I am now using open with no problems; but I have no idea
why using fopen did not work...


greetings,
Florian




[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]