Re: focus loss issue
Re: focus loss issue
- Subject: Re: focus loss issue
- From: Lars-Johan Liman <email@hidden>
- Date: Tue, 18 Dec 2012 16:38:37 +0100
email@hidden:
> I will try out Ken's Python hack, and see whether it can help me (us)
> understand what's going on.
Ken, this was an extremely useful and illuminating snippet of code. Many
thanks for sharing it!
I've now run it for a bit, and it immediately identifies a candidate
suspect (at least in my case):
...
2012-12-18 15:44:00.344 Python[34119:d07] activated iCal Helper (com.apple.iCal.helper)
...
2012-12-18 15:54:00.333 Python[34119:d07] activated iCal Helper (com.apple.iCal.helper)
...
These times conincide _exactly_ whith times when I was "thrown out" from
X11 full screen mode to Aqua. They are also obviously timer driven,
given the "exact" even minues.
I managed to fire off my half baked "ps-axlww-loop-script" in time (it
seems), and according to the output, iCal Helper is launched by the
"user launchd". 1221 is my user ID.
1221 192 1 0 31 0 2511660 1164 - Ss ?? 2:41.40 /sbin/launchd
...
1221 37688 192 0 48 0 2801736 26140 - S ?? 0:00.34 /System/Library/Frameworks/CalendarStore.framework/Versions/A/Resources/iCal Helper.app/Contents/MacOS/iCal Helper -psn_0_28838783
I'm not enough of a launchctl wrestler to find out where the instruction
to launch iCal Helper comes from. "launchctl list" and "launchctl
bstree" are not helpful (neither as myself nor as root). Could something
else push it into launchd just before it's supposed to be launched? If
so, what?
Does anyone have a clear and concise picture of what iCal Helper does
that they are willing to share? :-)
Cheers,
/Liman
_______________________________________________
Do not post admin requests to the list. They will be ignored.
X11-users mailing list (email@hidden)
This email sent to email@hidden