Re: ttk error when starting git gui

2017-03-31 Thread Konstantin Khomoutov
On Fri, 31 Mar 2017 13:29:04 +0200 "Jessie Hernandez" wrote: > > On Fri, 31 Mar 2017 09:53:38 +0200 > > "Jessie Hernandez" wrote: > > > > [...] > >> >> It's possible to have ttk with 8.5 as well (say, here on Debian > >> >> 8.5 ships with ttk

Re: ttk error when starting git gui

2017-03-31 Thread Jessie Hernandez
> On Fri, 31 Mar 2017 09:53:38 +0200 > "Jessie Hernandez" wrote: > > [...] >> >> It's possible to have ttk with 8.5 as well (say, here on Debian 8.5 >> >> ships with ttk enabled). >> >> >> >> A proper patch would be >> >> >> >> -set default_config(gui.usettk) 1 >> >>

Re: ttk error when starting git gui

2017-03-31 Thread Konstantin Khomoutov
On Fri, 31 Mar 2017 09:53:38 +0200 "Jessie Hernandez" wrote: [...] > >> It's possible to have ttk with 8.5 as well (say, here on Debian 8.5 > >> ships with ttk enabled). > >> > >> A proper patch would be > >> > >> -set default_config(gui.usettk) 1 > >> +set

Re: ttk error when starting git gui

2017-03-31 Thread Konstantin Khomoutov
On Fri, 31 Mar 2017 09:45:03 +0200 "Jessie Hernandez" wrote: > >> I also got this problem when I wanted to build and run git 2.10.x. > >> I have added the following change to git-gui/git-gui.sh > >> > >> diff --git a/git-gui/git-gui.sh b/git-gui/git-gui.sh > >> index

Re: ttk error when starting git gui

2017-03-31 Thread Jessie Hernandez
>> On Fri, 31 Mar 2017 08:44:27 +0200 >> "Jessie Hernandez" wrote: >> >> [...] >>> I also got this problem when I wanted to build and run git 2.10.x. >>> I have added the following change to git-gui/git-gui.sh >>> >>> diff --git a/git-gui/git-gui.sh b/git-gui/git-gui.sh

Re: ttk error when starting git gui

2017-03-31 Thread Jessie Hernandez
> On Fri, 31 Mar 2017 08:44:27 +0200 > "Jessie Hernandez" wrote: > > [...] >> I also got this problem when I wanted to build and run git 2.10.x. >> I have added the following change to git-gui/git-gui.sh >> >> diff --git a/git-gui/git-gui.sh b/git-gui/git-gui.sh >> index

Re: ttk error when starting git gui

2017-03-31 Thread Konstantin Khomoutov
On Fri, 31 Mar 2017 08:44:27 +0200 "Jessie Hernandez" wrote: [...] > I also got this problem when I wanted to build and run git 2.10.x. > I have added the following change to git-gui/git-gui.sh > > diff --git a/git-gui/git-gui.sh b/git-gui/git-gui.sh > index

Re: ttk error when starting git gui

2017-03-31 Thread Jessie Hernandez
> Hello, > > I get the following error when trying to start git gui: > > Error in startup script: wrong # args: should be "ttk::style theme use > theme" > while executing > "ttk::style theme use" > (procedure "ttext" line 4) > invoked from within > "ttext $ui_workdir -background

Re: ttk error when starting git gui

2017-03-30 Thread David Shrader
On 03/30/2017 01:54 PM, Peter van der Does wrote: On 3/30/17 1:01 PM, David Shrader wrote: Hello, I get the following error when trying to start git gui: Error in startup script: wrong # args: should be "ttk::style theme use theme" while executing "ttk::style theme use" (procedure

Re: ttk error when starting git gui

2017-03-30 Thread Dennis Kaarsemaker
On Thu, 2017-03-30 at 15:54 -0400, Peter van der Does wrote: > It looks like the git gui needs TCL/TK 8.6.0 or higher. Since that > version the command 'ttk::style theme use' has been changed, which > allows the command to be run without an argument and then returning the > current theme used. >

Re: ttk error when starting git gui

2017-03-30 Thread Peter van der Does
On 3/30/17 1:01 PM, David Shrader wrote: > Hello, > > I get the following error when trying to start git gui: > > Error in startup script: wrong # args: should be "ttk::style theme use > theme" > while executing > "ttk::style theme use" > (procedure "ttext" line 4) > invoked from

ttk error when starting git gui

2017-03-30 Thread David Shrader
Hello, I get the following error when trying to start git gui: Error in startup script: wrong # args: should be "ttk::style theme use theme" while executing "ttk::style theme use" (procedure "ttext" line 4) invoked from within "ttext $ui_workdir -background white -foreground black