Re: starting apps by clicking icons
Re: starting apps by clicking icons
- Subject: Re: starting apps by clicking icons
- From: "Sandor W. Sklar" <email@hidden>
- Date: Mon, 3 Mar 2003 21:54:35 -0800
On Monday, March 3, 2003, at 02:36 PM, Marcelo Camperi wrote:
Hello,
recently some of you posted very valuable advise on how to create
clickable apps in X11. I like how DropScript creates regular OSX
applications from shell scripts, but I also like very much the posted
AppleScript part to call X11 if it is not running. Thus, my question
is: how would one write the equivalent of
tell application "X11"
activate
end tell
as a shell script to pass on to DropScript?
osascript -e 'tell application "X11" to activate'
Another related question: how does one change the icon of an
AppleScript saved as an application? The file is just an executable,
and thus I have no idea where the .icns goes.
Don't know that; I just use "copy-n-paste" in the "Get Info" window to
set the icon that I want.
-s-
--
Sandor Wade Sklar
Unix Systems Administrator
Stanford University ITSS-TSS
Non impediti ratione cogitationis.
_______________________________________________
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.