Re: Running Gimp
Re: Running Gimp
- Subject: Re: Running Gimp
- From: Martin Costabel <email@hidden>
- Date: Thu, 13 Mar 2003 10:32:08 +0100
ArchAngel_Nix wrote:
[]
Applications menu. On a related point, is there a Coco App that can
launch Gimp like the one that has been implemented for Open Office?
You can easily make one yourself using Apple's Script Editor:
Write a script containing the two lines
tell application "X11" to activate
do shell script "export DISPLAY=:0 && source /sw/bin/init.sh && gimp"
Then save as Application.
Works the same way for any program that uses Apple's X11, was installed
by fink, and can be started from the command line.
--
Martin
_______________________________________________
x11-users mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/x11-users
X11 for Mac OS X FAQ: http://developer.apple.com/qa/qa2001/qa1232.html
Report issues, request features, feedback: http://developer.apple.com/bugreporter
Do not post admin requests to the list. They will be ignored.
References: | |
| >Running Gimp (From: ArchAngel_Nix <email@hidden>) |