* Very Very small fonts in gitk
@ 2016-07-27 8:05 jessie hernandez
2016-07-27 8:21 ` Trần Ngọc Quân
0 siblings, 1 reply; 3+ messages in thread
From: jessie hernandez @ 2016-07-27 8:05 UTC (permalink / raw)
To: git
[-- Attachment #1: Type: text/plain, Size: 571 bytes --]
Dear git,
I have been dealing with an issue in gitk for a while now. I do not
know if this is a specific gitk issue or something else. I cannot find
any information about it online.
When I start gitk in my repository gitk comes up but all the font and
all the menus are Extremly small. (see attached image).
My OS is Red Hat 6.6
git version is 2.0.3 (i tried the 2.9.2 version also and this too
gives the same small font)
I am running in bash also tried in KSH
Could you give an insight if this is a known gitk issue or that this is a bug?
Regards,
Jessie Hernandez
[-- Attachment #2: gitk-screenshot.png --]
[-- Type: image/png, Size: 59315 bytes --]
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: Very Very small fonts in gitk
2016-07-27 8:05 Very Very small fonts in gitk jessie hernandez
@ 2016-07-27 8:21 ` Trần Ngọc Quân
2016-07-27 9:27 ` jessie hernandez
0 siblings, 1 reply; 3+ messages in thread
From: Trần Ngọc Quân @ 2016-07-27 8:21 UTC (permalink / raw)
To: jessie hernandez, git
On 27/07/2016 15:05, jessie hernandez wrote:
> Dear git,
>
> I have been dealing with an issue in gitk for a while now. I do not
> know if this is a specific gitk issue or something else. I cannot find
> any information about it online.
>
> When I start gitk in my repository gitk comes up but all the font and
> all the menus are Extremly small. (see attached image).
>
> My OS is Red Hat 6.6
> git version is 2.0.3 (i tried the 2.9.2 version also and this too
> gives the same small font)
> I am running in bash also tried in KSH
>
> Could you give an insight if this is a known gitk issue or that this is a bug?
>
> Regards,
> Jessie Hernandez
Try to edit gitk configure file `~/.gitk` manually, like this:
set mainfont {{DejaVu Sans} 12}
set textfont {FreeMono 10}
set uifont {{DejaVu Sans} 12 bold}
I hope it work!
Thanks,
--
Trần Ngọc Quân.
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: Very Very small fonts in gitk
2016-07-27 8:21 ` Trần Ngọc Quân
@ 2016-07-27 9:27 ` jessie hernandez
0 siblings, 0 replies; 3+ messages in thread
From: jessie hernandez @ 2016-07-27 9:27 UTC (permalink / raw)
To: Trần Ngọc Quân; +Cc: git
I have tried all of that.
A colleague looked at it and he reset xrdb with xrdb -remove -all
apparently this works and my issues has been fixed.
Regards,
On Wed, Jul 27, 2016 at 10:21 AM, Trần Ngọc Quân <vnwildman@gmail.com> wrote:
> On 27/07/2016 15:05, jessie hernandez wrote:
>> Dear git,
>>
>> I have been dealing with an issue in gitk for a while now. I do not
>> know if this is a specific gitk issue or something else. I cannot find
>> any information about it online.
>>
>> When I start gitk in my repository gitk comes up but all the font and
>> all the menus are Extremly small. (see attached image).
>>
>> My OS is Red Hat 6.6
>> git version is 2.0.3 (i tried the 2.9.2 version also and this too
>> gives the same small font)
>> I am running in bash also tried in KSH
>>
>> Could you give an insight if this is a known gitk issue or that this is a bug?
>>
>> Regards,
>> Jessie Hernandez
> Try to edit gitk configure file `~/.gitk` manually, like this:
>
> set mainfont {{DejaVu Sans} 12}
> set textfont {FreeMono 10}
> set uifont {{DejaVu Sans} 12 bold}
>
> I hope it work!
> Thanks,
>
> --
> Trần Ngọc Quân.
>
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2016-07-27 9:35 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-07-27 8:05 Very Very small fonts in gitk jessie hernandez
2016-07-27 8:21 ` Trần Ngọc Quân
2016-07-27 9:27 ` jessie hernandez
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).