Opened 3 years ago

Last modified 3 years ago

#62988 assigned defect

gitk does not start on el capitan — at Initial Version

Reported by: git-ags Owned by:
Priority: Normal Milestone:
Component: ports Version: 2.6.4
Keywords: Cc:
Port: git

Description

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 (0)

Note: See TracTickets for help on using tickets.