git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* git-gui fails to start
@ 2008-06-27  0:23 Michael P. Soulier
  2008-07-02  4:53 ` Shawn O. Pearce
  0 siblings, 1 reply; 3+ messages in thread
From: Michael P. Soulier @ 2008-06-27  0:23 UTC (permalink / raw)
  To: git

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

Hi,

I'm on a CentOS Linux box, tracking 4.6 with Git 1.5.5.4 built from source. 

When I run gitk on a repository it works fine, but nothing happens when I run
git-gui. No error messages, nothing. 

If I set GITGUI_VERBOSE, I get this

auto_load tk_optionMenu
source    /usr/share/tk8.4/optMenu.tcl
auto_load tk::MenuDup
source    /usr/share/tk8.4/tearoff.tcl
auto_load ::status_bar::new
source    /home/msoulier/git/share/git-gui/lib/status_bar.tcl
auto_load class
source    /home/msoulier/git/share/git-gui/lib/class.tcl
auto_load load_all_remotes
source    /home/msoulier/git/share/git-gui/lib/remote.tcl
auto_load spellcheck::init
source    /home/msoulier/git/share/git-gui/lib/spellcheck.tcl

and then it just sits there. 

I have Tcl/Tk 8.4.9. 

How would I troubleshoot this? 

Thanks,
Mike
-- 
Michael P. Soulier <msoulier@digitaltorque.ca>
"Any intelligent fool can make things bigger and more complex... It
takes a touch of genius - and a lot of courage to move in the opposite
direction." --Albert Einstein

[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]

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

* Re: git-gui fails to start
  2008-06-27  0:23 git-gui fails to start Michael P. Soulier
@ 2008-07-02  4:53 ` Shawn O. Pearce
  2008-07-04 18:56   ` Michael P. Soulier
  0 siblings, 1 reply; 3+ messages in thread
From: Shawn O. Pearce @ 2008-07-02  4:53 UTC (permalink / raw)
  To: Michael P. Soulier; +Cc: git

"Michael P. Soulier" <msoulier@digitaltorque.ca> wrote:
> 
> I'm on a CentOS Linux box, tracking 4.6 with Git 1.5.5.4 built
> from source.
>
> When I run gitk on a repository it works fine, but nothing happens when I run
> git-gui. No error messages, nothing. 
...
> and then it just sits there. 
> 
> I have Tcl/Tk 8.4.9. 

I think this was fixed in gitgui-0.10.2, which did not ship with
Git proper until 1.5.6-rc0.  Now that 1.5.6.1 has been released I
would encourage you to upgrade to the latest stable release of Git.

The issue was aspell earlier than 0.60 caused git-gui to deadlock
because it didn't understand "$$cr master", which git-gui sends
on startup when it launches the background spell checker.

You can also work around the issue by disabling the spell checker:

	git config --global gui.spellingdictionary none

-- 
Shawn.

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

* Re: git-gui fails to start
  2008-07-02  4:53 ` Shawn O. Pearce
@ 2008-07-04 18:56   ` Michael P. Soulier
  0 siblings, 0 replies; 3+ messages in thread
From: Michael P. Soulier @ 2008-07-04 18:56 UTC (permalink / raw)
  To: Shawn O. Pearce; +Cc: git

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

On 02/07/08 Shawn O. Pearce said:

> I think this was fixed in gitgui-0.10.2, which did not ship with
> Git proper until 1.5.6-rc0.  Now that 1.5.6.1 has been released I
> would encourage you to upgrade to the latest stable release of Git.

I'll try that, thanks. 

Mike
-- 
Michael P. Soulier <msoulier@digitaltorque.ca>
"Any intelligent fool can make things bigger and more complex... It
takes a touch of genius - and a lot of courage to move in the opposite
direction." --Albert Einstein

[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]

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

end of thread, other threads:[~2008-07-04 18:57 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-06-27  0:23 git-gui fails to start Michael P. Soulier
2008-07-02  4:53 ` Shawn O. Pearce
2008-07-04 18:56   ` Michael P. Soulier

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).