> Christian Convey wrote: > > ... > > But when I launch the program via the symlink, the program's main window > > doesn't become the front-most window, and the menus are unresponsive. FWIW, The most transparent way to launch bundles from a shell I found is to invoke the open command (i.e: open MyApp), the documentation states that it is equivalent as double clicking the file in the finder and thus also works with associated non executable files. So in your case, you could try to symlink a script that calls open Myapp instead of the app itself.
Fabien _______________________________________________ fltk mailing list [email protected] http://lists.easysw.com/mailman/listinfo/fltk

