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

Dan Smith
Thu Feb 9 07:01:36 PST 2017


> # HG changeset patch
> # User Tim Smith <hg at tds.xyz>
> # Date 1486624426 28800
> #      Wed Feb 08 23:13:46 2017 -0800
> # Node ID 8493808da8a1ea40baa5bbf79ea1c33e5646c935
> # Parent  0b276128fdd8d7b02aee5d41216d37f11632af0b
> Fix app launching on OS X #4479
> 
> Running chirp .app bundles from ~/Downloads was observed to fail on
> recent versions of OS X. This is because a OS X security feature called
> App Translocation is actually executing the .app bundle from a temporary
> read-only disk image, and the chirp launch script attempts to modify the
> contents of the app bundle.
> 
> This patch avoids modifying the .app bundle when App Translocation
> is active.

Sweet, thanks! However, is there any reason to just not modify it ever?
I'm not sure what I was thinking when I wrote that. It might've been
part of some debugging or something.

Anyway, I applied this because it's better, but we might consider
removing the modification bit altogether.

--Dan



More information about the chirp_devel mailing list