Closed GoogleCodeExporter closed 8 years ago
Ok, it looks like there's a bug in lib/daemon.py somewhere. When the session
command
exits (e.g. gnome-session), neatx should notice, and shutdown the rest of the
session.
However, __CheckExit() checks to make sure all i/o to the process is finished,
and
that check is failing. I'm not sure why yet.
Original comment by kormat
on 23 Jul 2009 at 6:44
Found the issue, patch out for review to fix it.
Original comment by kormat
on 26 Jul 2009 at 1:02
hmmmm... updated to rev29 and still the same problem! (not kidding...)
the neatx.data is still to "running" and window not closing.
Did, I made something wrong?
Original comment by afeni...@gmail.com
on 27 Jul 2009 at 9:12
The patch has only just been commited to svn, as rev30
Original comment by kormat
on 27 Jul 2009 at 9:24
patched to rev32, this is working as expected!
nice job ;)
thank you
Original comment by afeni...@gmail.com
on 27 Jul 2009 at 9:37
Great, thanks for testing (and for reporting the issue in the first place)!
Marking as
verified.
Original comment by kormat
on 27 Jul 2009 at 11:31
Original issue reported on code.google.com by
afeni...@gmail.com
on 23 Jul 2009 at 1:49