|
Post by linyifei on Jun 25, 2012 15:43:04 GMT -8
This might be obvious to some, but I thought I'd document it here. Obviously you can launch Radegast under OSX using Terminal, but if you want to put an icon on your desktop, dock or whatever, just create a little Applescript like this (Obviously the path to Radegast will depend on where you have chosen to install it):
-- Script to launch Radegast. -- Compiled with Snow Leopard (OS 10.6.4)
do shell script "/Applications/radegast-2.7-dev-osx-x11/run_radegast" Compile it, and save it as an Application. Give it whatever nifty icon design you want in the usual Mac way, and you can launch Radegast with a click.
|
|
|
Post by Latif Khalifa on Jun 29, 2012 9:54:23 GMT -8
Thank you very much for this helpful hint
|
|