git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
* gitk on Windows: layout problem
@ 2006-05-30 18:54 Rutger Nijlunsing
  2006-05-30 19:20 ` Stefan-W. Hahn
                   ` (2 more replies)
  0 siblings, 3 replies; 7+ messages in thread
From: Rutger Nijlunsing @ 2006-05-30 18:54 UTC (permalink / raw
  To: git

[-- Attachment #1: Type: text/plain, Size: 327 bytes --]

Hi,

Is this a known problem? gitk-du-jour on Windows starts up with an
unusable layout. Screenshot attached.

-- 
Rutger Nijlunsing ---------------------------------- eludias ed dse.nl
never attribute to a conspiracy which can be explained by incompetence
----------------------------------------------------------------------

[-- Attachment #2: gitk.PNG --]
[-- Type: image/png, Size: 11482 bytes --]

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: gitk on Windows: layout problem
  2006-05-30 18:54 gitk on Windows: layout problem Rutger Nijlunsing
@ 2006-05-30 19:20 ` Stefan-W. Hahn
  2006-05-30 19:21 ` Johannes Schindelin
  2006-06-03  9:43 ` Paul Mackerras
  2 siblings, 0 replies; 7+ messages in thread
From: Stefan-W. Hahn @ 2006-05-30 19:20 UTC (permalink / raw
  To: git; +Cc: git

Also sprach Rutger Nijlunsing am Tue, 30 May 2006 at 20:54:41 +0200:

> Is this a known problem? gitk-du-jour on Windows starts up with an
> unusable layout. Screenshot attached.

I have the same problem using gitk on Windows with Cygwin. Till now I avoid the
problem (because I know too little about TCL/TK) with commenting out the line
"catch {source ~/.gitk}".  Then then window can be sized to correct layout.

Stefan

-- 
Stefan-W. Hahn                          It is easy to make things.
/ mailto:stefan.hahn@s-hahn.de /        It is hard to make things simple.			

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: gitk on Windows: layout problem
  2006-05-30 18:54 gitk on Windows: layout problem Rutger Nijlunsing
  2006-05-30 19:20 ` Stefan-W. Hahn
@ 2006-05-30 19:21 ` Johannes Schindelin
  2006-06-04  2:30   ` Martin Langhoff
  2006-06-03  9:43 ` Paul Mackerras
  2 siblings, 1 reply; 7+ messages in thread
From: Johannes Schindelin @ 2006-05-30 19:21 UTC (permalink / raw
  To: git; +Cc: git

Hi,

On Tue, 30 May 2006, Rutger Nijlunsing wrote:

> Is this a known problem? gitk-du-jour on Windows starts up with an
> unusable layout. Screenshot attached.

This is a known problem. See

http://article.gmane.org/gmane.comp.version-control.git/18209

Hth,
Dscho

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: gitk on Windows: layout problem
  2006-05-30 18:54 gitk on Windows: layout problem Rutger Nijlunsing
  2006-05-30 19:20 ` Stefan-W. Hahn
  2006-05-30 19:21 ` Johannes Schindelin
@ 2006-06-03  9:43 ` Paul Mackerras
  2006-06-10 11:13   ` Rutger Nijlunsing
  2 siblings, 1 reply; 7+ messages in thread
From: Paul Mackerras @ 2006-06-03  9:43 UTC (permalink / raw
  To: git; +Cc: git

Rutger Nijlunsing writes:

> Is this a known problem? gitk-du-jour on Windows starts up with an
> unusable layout. Screenshot attached.

Is that using Tk with the cygwin X server, or the native Windows Tk
port?

Paul.

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: gitk on Windows: layout problem
  2006-05-30 19:21 ` Johannes Schindelin
@ 2006-06-04  2:30   ` Martin Langhoff
  0 siblings, 0 replies; 7+ messages in thread
From: Martin Langhoff @ 2006-06-04  2:30 UTC (permalink / raw
  To: Johannes Schindelin; +Cc: git, git

On 5/31/06, Johannes Schindelin <Johannes.Schindelin@gmx.de> wrote:
> This is a known problem. See
>
> http://article.gmane.org/gmane.comp.version-control.git/18209

Indeed. MacOSX has the same problem, and that patch "fixes" it too.
It's a bit of a hack but I think it should be merged in, conditional
on OS naturally.

cheers,


m

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: gitk on Windows: layout problem
  2006-06-03  9:43 ` Paul Mackerras
@ 2006-06-10 11:13   ` Rutger Nijlunsing
  2006-06-10 20:34     ` Christopher Faylor
  0 siblings, 1 reply; 7+ messages in thread
From: Rutger Nijlunsing @ 2006-06-10 11:13 UTC (permalink / raw
  To: Paul Mackerras; +Cc: git, git

On Sat, Jun 03, 2006 at 07:43:38PM +1000, Paul Mackerras wrote:
> Rutger Nijlunsing writes:
> 
> > Is this a known problem? gitk-du-jour on Windows starts up with an
> > unusable layout. Screenshot attached.
> 
> Is that using Tk with the cygwin X server, or the native Windows Tk
> port?

I installed the default cygwin version but I don't have to start an X
server for it. So while it's not the native Windows Tk port, it also
doesn't seem to be the X-server version.

-- 
Rutger Nijlunsing ---------------------------------- eludias ed dse.nl
never attribute to a conspiracy which can be explained by incompetence
----------------------------------------------------------------------

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: gitk on Windows: layout problem
  2006-06-10 11:13   ` Rutger Nijlunsing
@ 2006-06-10 20:34     ` Christopher Faylor
  0 siblings, 0 replies; 7+ messages in thread
From: Christopher Faylor @ 2006-06-10 20:34 UTC (permalink / raw
  To: git

On Sat, Jun 10, 2006 at 01:13:21PM +0200, Rutger Nijlunsing wrote:
>On Sat, Jun 03, 2006 at 07:43:38PM +1000, Paul Mackerras wrote:
>> Rutger Nijlunsing writes:
>>>Is this a known problem?  gitk-du-jour on Windows starts up with an
>>>unusable layout.  Screenshot attached.
>>
>>Is that using Tk with the cygwin X server, or the native Windows Tk
>>port?
>
>I installed the default cygwin version but I don't have to start an X
>server for it.  So while it's not the native Windows Tk port, it also
>doesn't seem to be the X-server version.

Cygwin's Tk is pretty close to a pure windows version.  It doesn't even
understand cygwin path names.  Its main purpose is to support the
insight debugger and it does not require an X-server to run.

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2006-06-10 20:34 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-05-30 18:54 gitk on Windows: layout problem Rutger Nijlunsing
2006-05-30 19:20 ` Stefan-W. Hahn
2006-05-30 19:21 ` Johannes Schindelin
2006-06-04  2:30   ` Martin Langhoff
2006-06-03  9:43 ` Paul Mackerras
2006-06-10 11:13   ` Rutger Nijlunsing
2006-06-10 20:34     ` Christopher Faylor

Code repositories for project(s) associated with this public inbox

	https://80x24.org/mirrors/git.git

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 read-only IMAP folder(s) and NNTP newsgroup(s).