Opened 5 years ago
Last modified 14 months ago
#62988 assigned defect
git @2.31.1: gitk does not start on el capitan
| Reported by: | git-ags | Owned by: | ci42 |
|---|---|---|---|
| Priority: | Normal | Milestone: | |
| Component: | ports | Version: | 2.6.4 |
| Keywords: | Cc: | cooljeanius (Eric Gallager) | |
| Port: | git |
Description (last modified by jmroot (Joshua Root))
gitk does not start on el capitan
git @2.31.1 (devel) it prints an error message:
Error in startup script: osascript: OpenScripting.framework - scripting addition "/Library/ScriptingAdditions/QXPScriptingAdditions.osax" cannot be used with the current OS because it has no OSAXHandlers entry in its Info.plist.
while executing
"exec osascript -e [format {
tell application "System Events"
set frontmost of processes whose unix id is %d to true
end te..."
invoked from within
"if {[tk windowingsystem] eq "aqua"} {
exec osascript -e [format {
tell application "System Events"
set frontmost of processes ..."
(file "/opt/local/bin/gitk" line 12292)
Change History (3)
comment:1 Changed 5 years ago by jmroot (Joshua Root)
| Description: | modified (diff) |
|---|---|
| Owner: | set to ci42 |
| Status: | new → assigned |
| Summary: | gitk does not start on el capitan → git @2.31.1: gitk does not start on el capitan |
comment:2 Changed 14 months ago by cooljeanius (Eric Gallager)
comment:3 Changed 14 months ago by cooljeanius (Eric Gallager)
| Cc: | cooljeanius added |
|---|
Note: See
TracTickets for help on using
tickets.

Where did "/Library/ScriptingAdditions/QXPScriptingAdditions.osax" come from?