Re: Gitk doesn't work on macOS Mojave

2018-07-19 Thread Evgeny Cherpak
👍 > On 20 Jul 2018, at 9:25, Eric Sunshine wrote: > > [re-adding cc:git] > > On Fri, Jul 20, 2018 at 12:38 AM Evgeny Cherpak wrote: >>> On 20 Jul 2018, at 7:30, Eric Sunshine wrote: >>> >>> On Fri, Jul 20, 2018 at 12:11 AM Evgeny Cherpak wrote: Not sure what you referring to? Is i

Re: Gitk doesn't work on macOS Mojave

2018-07-19 Thread Eric Sunshine
[re-adding cc:git] On Fri, Jul 20, 2018 at 12:38 AM Evgeny Cherpak wrote: > > On 20 Jul 2018, at 7:30, Eric Sunshine wrote: > > > > On Fri, Jul 20, 2018 at 12:11 AM Evgeny Cherpak wrote: > >> Not sure what you referring to? > >> Is it alternative to gitk? How I install it? > > > > This: https:/

Re: Gitk doesn't work on macOS Mojave

2018-07-19 Thread Eric Sunshine
[please reply inline rather than top-posting] On Thu, Jul 19, 2018 at 5:11 PM Evgeny Cherpak wrote: > It seems this code placed at the end of the file, after getcommits() does the > trick: > > if {[tk windowingsystem] eq "aqua"} { > set openscript [format { > open -a \"$(

Re: Gitk doesn't work on macOS Mojave

2018-07-19 Thread Evgeny Cherpak
It seems this code placed at the end of the file, after getcommits() does the trick: if {[tk windowingsystem] eq "aqua"} { set openscript [format { open -a \"$(ps -p %d -o comm=)\" } [pid] ] exec osascript -e [format { do shell script "%s"

Re: Gitk doesn't work on macOS Mojave

2018-07-19 Thread Eric Sunshine
On Thu, Jul 19, 2018 at 2:48 PM Evgeny Cherpak wrote: > You have probably heard this by now already, but gitk doesn’t work on macOS > 10.14 - because it uses Apple Events, > And apps on 10.14 require user to give them permissions to control other apps > with Apple Events. This hasn't been repor

Gitk doesn't work on macOS Mojave

2018-07-19 Thread Evgeny Cherpak
Hi You have probably heard this by now already, but gitk doesn’t work on macOS 10.14 - because it uses Apple Events, And apps on 10.14 require user to give them permissions to control other apps with Apple Events. Here is what I get when I try running it on my machine with beta 4 installed: Er