Configuring gitk appearance

Previous thread: Re: OT: data destruction classics (was: Re: Error converting from 1.4.4.1 to 1.5.0?) by Mark Wooding on Thursday, February 15, 2007 - 7:30 am. (1 message)

Next thread: [PATCH]: remove extra-verbosity from git-clone (http) by Fernando Herrera on Thursday, February 15, 2007 - 10:10 am. (5 messages)
From: Joseph Wakeling
Date: Thursday, February 15, 2007 - 9:24 am

Is there any way to configure the appearance of gitk either during or
after installation?  At present on my system (Ubuntu 6.10) the font used
is almost illegible.  I'm guessing it is partly due to gitk using GTK+
v1 instead of v2.

On a related note (which will reveal me as totally incompetent about
Linux anything...), is it necessary to uninstall old versions of git
before installing the new version?  If so ... how?  There is nothing in
the INSTALL file about this.

Thanks,

    -- Joe
-

From: Vincent Hanquez
Date: Thursday, February 15, 2007 - 9:26 am

gitk is not using GTK v1 but TCL/TK.

see your ~/.gitk and just change those option (9 to 13 or 15 will do):

set mainfont {Helvetica 9}
set textfont {Courier 9}
set uifont {Helvetica 9 bold}

-- 
Vincent Hanquez
-

From: Joseph Wakeling
Date: Thursday, February 15, 2007 - 10:05 am

Thanks very much.  Where does gitk look for fonts?  It seems to find
some, but not others, of the different sorts I have on my system.

-

Previous thread: Re: OT: data destruction classics (was: Re: Error converting from 1.4.4.1 to 1.5.0?) by Mark Wooding on Thursday, February 15, 2007 - 7:30 am. (1 message)

Next thread: [PATCH]: remove extra-verbosity from git-clone (http) by Fernando Herrera on Thursday, February 15, 2007 - 10:10 am. (5 messages)