Am 14.04.2010 15:53, schrieb Martin Dietze: > I am not quite aware about how GS programs deal with command > line options. While I can open a PDF file in Vindaloo from > GWorkspace just fine, running 'openapp Vindaloo.app /path/to/foo.pdf' > just opens an empty Vindaloo.app, no file is loaded. > > Anyone knows how to do this, or can it not be done?
If you provide this file as parameter to the "--NSOpen" option it should work. There are quite a few standard options for document based GNUstep applciations. If you have a look at NSApplication -finishLaunching you can easily find out about them. Hope this helps Fred _______________________________________________ Discuss-gnustep mailing list [email protected] http://lists.gnu.org/mailman/listinfo/discuss-gnustep
