Re: Openoffice.org
Re: Openoffice.org
- Subject: Re: Openoffice.org
- From: "Daniel M. German" <email@hidden>
- Date: Wed, 4 Jun 2003 22:52:16 -0700
David > I put a script called soffice in my bin with the following commands
David >
David > #!/bin/bash
David > /usr/bin/open-x11 /Applications/OpenOffice.org1.0.1/program/soffice
David >
I am curious, would the following not work:
/Applications/OpenOffice.org1.0.1/program/soffice
or create the script:
#!/bin/bash
/Applications/OpenOffice.org1.0.1/program/soffice
I looked into the open-x11 script and it looks like it is unnecessary.
--
Daniel M. German
http://turingmachine.org/
email@hidden
_______________________________________________
x11-users mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/x11-users
X11 for Mac OS X FAQ: http://developer.apple.com/qa/qa2001/qa1232.html
Report issues, request features, feedback: http://developer.apple.com/bugreporter
Do not post admin requests to the list. They will be ignored.