Can I dock a console application

ptiJo

Registered
Hi,

I would like to have a shortcut on the dock that starts mutt (in Terminal).
From a terminal, I can run mutt and get the app.
From a terminal, if I run "xterm -geometry 132x45 -title "-=[ MuTT ]=-" -name "mutt" -e mutt", I get "xterm Xt error: Can't open display:".
If I run "/Applications/Utilities/Terminal.app/Contents/MacOS/Terminal -e mutt", it doesn't start mutt.

My closer knowledge of macosx is WindowMaker (I'm really new to Mac), where I can dock mutt via the xterm command above because I change the '-title' properties.

Can I do that with Mac OS X's dock ?

Thanks.
 
Back
Top