Re: [Gimp-developer] GIMP won't quit

2011-03-05 Thread Sven Neumann
On Tue, 2011-03-01 at 16:42 +, jcup...@gmail.com wrote: On 1 March 2011 05:00, Roger Penn roger.p...@gmail.com wrote: work out all the how's and so-forth, but for now if anyone knows the inner workings of gimp-quit or why calling gimp.exe from the command line forks two gimp processes

[Gimp-developer] How do I build and use help from git source?

2011-03-05 Thread Patrick Horgan
I'd like to use locally the context and indexed help from the same version as the git trunk. I've been trying to figure it out, but have failed. Patrick ___ Gimp-developer mailing list Gimp-developer@lists.XCF.Berkeley.EDU

Re: [Gimp-developer] How do I build and use help from git source?

2011-03-05 Thread Owen
I'd like to use locally the context and indexed help from the same version as the git trunk. I've been trying to figure it out, but have failed. From my notes, try # git clone --depth=0 git://git.gnome.org/gimp-help-2 # cd gimp-help-2 # ./autogen.sh # LINGUAS=en make # LINGUAS=en make

Re: [Gimp-developer] How do I build and use help from git source?

2011-03-05 Thread Owen
I'd like to use locally the context and indexed help from the same version as the git trunk. I've been trying to figure it out, but have failed. Ah, as usual, I didn't read your message correctly. I am not sure that the previous commands I sent were appropriate to the git version. Perhaps