[chirp_devel] [PATCH] Fix app launching on OS X #4479

Dan Smith
Thu Feb 9 09:17:36 PST 2017


> I tried it last night and couldn't immediately make it work; if I
> understand correctly (and I may not), launchd has its own accounting
> of process names that setproctitle doesn't touch, so ps vs Activity
> Monitor/the menu bar will report different things after using
> setproctitle.

Hmm, but launchd is clearly noticing the exec and picking up the switch
from sh to python, right? What if we setproctitle and then exec(self) in
python?

--Dan



More information about the chirp_devel mailing list