Re: [Gimp-developer] Gimp.app application bundle

2004-03-22 Thread Aaron Voisine
On Mar 22, 2004, at 5:20 AM, Daniel Egger wrote: On Sun, Mar 21, 2004 at 02:51:44PM -0800, Aaron Voisine wrote: Can you open the Console application and tell me what it says? Sure, sorry for not doing that right away. lucy:~/Desktop egger$ ./Gimp2.app/Contents/MacOS/Gimp2 GIMP could

[Gimp-developer] Re: Gimp.app bundle

2004-03-22 Thread Aaron Voisine
It's alive! I got the app icon to be droppable after it's open using gimp-remote. The wait function was giving me headaches. I didn't realize that it returns whenever any child process terminates, even when the terminating child process started long after the initial child process it originally

[Gimp-developer] Re: Gimp.app application bundle

2004-03-20 Thread Aaron Voisine
Okay... The sourceforge mirrors were taking a long time to get the dmg images, and they were very slow to download from anyway, so I changed the links on http://gimp-app.sourceforge.net to point to osdn.dl.sourceforge.net This is fast and has the most recent files immediately and also makes

Re: [Gimp-developer] Re: Gimp.app application bundle

2004-03-20 Thread Aaron Voisine
The picture of wilbur at the top is a link to gimp.org. I used fink to do the compile... The only code I wrote was a pair of shell scripts which are in the bundle. I've added a link to Platypus, which is a GPL program I used for the droppable cocoa-based wrapper around the shell scripts. Basically

Fwd: [Gimp-developer] Re: Gimp.app application bundle

2004-03-20 Thread Aaron Voisine
Neumann wrote: Hi, Aaron Voisine [EMAIL PROTECTED] writes: The picture of wilbur at the top is a link to gimp.org. It would be nice if you could add a link to the tarball that the current package was built from. The GPL requires you to do at least that. It shouldn't hurt, so please add a link

Re: [Gimp-developer] Re: Gimp.app application bundle

2004-03-19 Thread Aaron Voisine
Okay... I made a tweak to the 2.0pre3 bundle so it no longer assumes the /etc/fonts directory exits. I thought /etc/fonts was installed by X11.app, but apparently that's not the case. I also added a readme and a GPL license file to the dmg as well as a couple of weblink files for downloading

[Gimp-developer] Gimp.app application bundle

2004-03-17 Thread Aaron Voisine
I have a self contained application bundle for the gimp on os x. Would this be of use as a binary download for the mac? It's only external dependency is that you have X11.app install somewhere on your system. It's also droppable so you can drag an image file onto the gimp icon and it'll open it. I

[Gimp-developer] Re: Gimp.app application bundle

2004-03-17 Thread Aaron Voisine
, Mar 17, 2004 at 08:53:57AM -0800, Aaron Voisine wrote: I don't have the bandwidth to host a publicly available download. What's the best way to make this available? can you put it on the wiki? http://wiki.gimp.org carol ___ Gimp

Re: [Gimp-developer] Re: Gimp.app application bundle

2004-03-17 Thread Aaron Voisine
: On Wed, Mar 17, 2004 at 05:21:04PM -0800, Carol Spears wrote: On Wed, Mar 17, 2004 at 10:26:22AM -0800, Aaron Voisine wrote: I'll add something on the wiki as soon as my Gimp.app source forge project gets accepted and I can put in a link to it. hmm, do we need to add the upload plugin to the wiki