]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-39580: add check for CLI installation on macOS (GH-20271)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Thu, 25 Jun 2020 10:56:14 +0000 (03:56 -0700)
committerGitHub <noreply@github.com>
Thu, 25 Jun 2020 10:56:14 +0000 (03:56 -0700)
commit4564ebb1e62378d350d5483b0ae5d0d84082af2b
treef710ac26a8fe45babfb20c2f524fb956723c6584
parent8127daba89468b1c3063a2f2765362bbce7cb746
bpo-39580: add check for CLI installation on macOS (GH-20271)

Adds a simple check for whether or not the package is being installed in the GUI or using installer on the command line. This addresses an issue where CLI-based software management tools (such as Munki) unexpectedly open Finder windows into a GUI session during installation runs.
(cherry picked from commit 5f190d2cc60cd82a604cbffb58b6ca8f40350a7a)

Co-authored-by: Rick Heil <rickheil@partnersandsimons.com>
Mac/BuildScript/scripts/postflight.documentation
Misc/NEWS.d/next/macOS/2020-06-25-06-09-00.bpo-39580.N_vJ9h.rst [new file with mode: 0644]