-
Notifications
You must be signed in to change notification settings - Fork 933
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Applescript apps no longer open after uninstall #2003
Comments
Wasted many hours myself after trying to use mackup to setup a new sonoma macbook yesterday. One issue seems to be quarantine attributes macOS places on some files/directories. After "uninstall" I still had remaining plist files and even directories with Gatekeeper's quarantine flag set. Check your scripts and directories...? |
I just ended up restoring my Scripts folder from a Time Machine backup.
…On Mar 17, 2024 at 2:11 PM -0400, jondagle ***@***.***>, wrote:
Wasted many hours myself after trying to use mackup to setup a new sonoma macbook yesterday. One issue seems to be quarantine attributes macOS places on some files/directories. After "uninstall" I still had remaining plist files and even directories with Gatekeeper's quarantine flag set.
Check your scripts and directories...?
xattr ~/Library/Scripts
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you authored the thread.Message ID: ***@***.***>
|
Are you running Sonoma? You may be seeing a known issue with the new osx sandboxing |
Yes, I'm on Sonoma.
…On Mar 29, 2024 at 9:22 AM -0400, Spencer Owen ***@***.***>, wrote:
Are you running Sonoma? You may be seeing a known issue with the new osx sandboxing
#1924
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you authored the thread.Message ID: ***@***.***>
|
I ran
mackup install
and have found that I can no longer run any Applescript apps in my ~/Library/Scripts folder. Similarly, I can't execute any .sh files in the same folder.I fixed the shell scripts by running
chmod +x *.sh
but don't know how to fix the Applescripts. Any idea what's happening, and how I can repair it?The text was updated successfully, but these errors were encountered: