<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
<title></title>
</head>
<body bgcolor="#ffffff" text="#000000">
I normally use Terminal.app as my default shell application on my Mac.
I always forgot to turn on X11 terminal before Chimera. I found a way
to overcome the "problem", typing:<br>
<br>
$ open-x11 chimera <br>
if Chimera application is in your path, should automatically open a X11
sesion <b>and</b> Chimera<br>
<br>
Other option is to create an alias in your bash or tcsh profile such us:<br>
bash:<br>
alias chimera='open-x11
/Applications/Chimera.app/Contents/MacOS/chimera'<br>
or tcsh:<br>
alias chimera='open-x11
/Applications/Chimera.app/Contents/MacOS/chimera'<br>
<br>
</body>
</html>