This repository has been archived by the owner on Feb 4, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 167
On latest macOS, the AppleScript dialogs do not show, blocked by Apple's security measures #77
Labels
Comments
Everyone should at least set this property in their <key>NSAppleEventsUsageDescription</key>
<string>There was an error while launching the application. Please click OK to display a dialog with more information or cancel and view the syslog for details.</string> The message itself is just a sample... |
Added to |
tofi86
added a commit
to tofi86/universalJavaApplicationStubDemo
that referenced
this issue
Dec 8, 2019
3 tasks
tofi86
added a commit
that referenced
this issue
Dec 9, 2019
done. |
tofi86
pushed a commit
to paginagmbh/EPUB-Checker
that referenced
this issue
Mar 20, 2020
…ageDescription' as described in tofi86/universalJavaApplicationStub#77
Is it known whether this issue affects the compiled binary version of the stub, or is it specific to the shell script? |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
On latest macOS, the AppleScript dialogs (missing Java, wrong Java, etc.) do not show. They are blocked by Apple's security measures:
After confirming with "OK", the dialog is shown.
For normal users however, this sounds like the App need access to Files and Documents via "System Events.app", althought the App doesn't.
It's really just the
osascript
call to show a warning.Does anyone have an advice whether there's a simple solution to make the AppleScript dialogs work again without this security dialog?
The text was updated successfully, but these errors were encountered: