Re: An icon for each app, was Re: Where art thou, xinit?
Re: An icon for each app, was Re: Where art thou, xinit?
- Subject: Re: An icon for each app, was Re: Where art thou, xinit?
- From: Martin Costabel <email@hidden>
- Date: Sun, 18 Nov 2007 14:41:04 +0100
Nathaniel Gray wrote:
[]
So, maybe instead we just make it easier to make droplets.
It's actually pretty easy using Automator.
For making an Nedit.app that allows dropping files on its icons, open
Automator, choose "Utilities" and drag "Run Shell Script" to the
workflow area. In the text area, you basically just need to write "nedit
$*". In my case, since I have nedit installed via Fink, I wrote 2 lines
source /sw/bin/init.sh
nedit $*
In the drop-down menus, I chose
Shell: /bin/bash and Pass input: as arguments.
Save as Application. That's all.
--
Martin
_______________________________________________
Do not post admin requests to the list. They will be ignored.
X11-users mailing list (email@hidden)
This email sent to email@hidden
References: | |
| >Where art thou, xinit? (From: Benjamin Smith <email@hidden>) |
| >Re: Where art thou, xinit? (From: Jeremy Huddleston <email@hidden>) |
| >Re: Where art thou, xinit? (From: Benjamin Smith <email@hidden>) |
| >Re: Where art thou, xinit? (From: Ben Byer <email@hidden>) |
| >Re: Where art thou, xinit? (From: Nathan <email@hidden>) |
| >Re: Where art thou, xinit? (From: Bill Campbell <email@hidden>) |
| >Re: Where art thou, xinit? (From: Jamie Kennea <email@hidden>) |
| >An icon for each app, was Re: Where art thou, xinit? (From: Ben Byer <email@hidden>) |
| >Re: An icon for each app, was Re: Where art thou, xinit? (From: "Nathaniel Gray" <email@hidden>) |