Opened 4 years ago

Last modified 6 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 4 years ago by jmroot (Joshua Root)

Description: modified (diff)
Owner: set to ci42
Status: newassigned
Summary: gitk does not start on el capitangit @2.31.1: gitk does not start on el capitan

comment:2 Changed 6 months ago by cooljeanius (Eric Gallager)

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

comment:3 Changed 6 months ago by cooljeanius (Eric Gallager)

Cc: cooljeanius added
Note: See TracTickets for help on using tickets.