diff --git a/pkgbuild/scripts/postinstall b/pkgbuild/scripts/postinstall index 4f30355..a12b9cb 100755 --- a/pkgbuild/scripts/postinstall +++ b/pkgbuild/scripts/postinstall @@ -32,7 +32,10 @@ spctl -avvv "/Applications/Coder Desktop.app/Contents/Library/SystemExtensions/c # Restart Coder Desktop if it was running before if [ -f "$RUNNING_MARKER_FILE" ]; then echo "Starting Coder Desktop..." - open -a "Coder Desktop" + # When deploying the app via MDM, this script runs as root. The app cannot + # function properly when launched as root. + currentUser=$(/usr/bin/stat -f "%Su" /dev/console) + /bin/launchctl asuser "$( /usr/bin/id -u "$currentUser")" /usr/bin/open "/Applications/Coder Desktop.app" rm "$RUNNING_MARKER_FILE" echo "Coder Desktop started." fi pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy